Turns out that with Java 1.6, SimpleDateFormat doesn't support timezone parsing with the character X in the pattern string. I'll try to create a fix soon. In the meantime, you could try to use the ...
One of the things that can be a little tricky for developers new to Java or even for experienced Java developers new to formatting with Java Dates, is the specification of a date/time format using ...
We're heavily using jolokia in our environment for monitoring purposes. Occasionally jolokia dies and returns 500s with the exception pasted below. I'm guessing it is due to the re-use of ...