Hi Sergey,

I have simply added the locale. It works for me now:

Date serverDate = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss zzz", Locale.ENGLISH)
           .parse("Sun, 29 Oct 1994 19:43:31 GMT");

Greetings

Christian

Sergey Beryozkin schrieb:
Hi

I am just trying a sucessful full build before commiting the next changes on JMS Transport. On JAX-RS I am getting the following error. Any ideas what is going wrong?

Could it have to do with my german language settings?

I'm not sure. Can you please try to update 'Sat' and 'Oct' in

"Sat, 29 Oct 1994 19:43:31 GMT"

(and possibly GMT ? ) with German language equivalents and see what happens ?

May be this test needs to be updated such that the dates are not hardcoded. If it blocks you then please disable it and create a JIRA and I'll look into it when I start completing JAXRS Request implementation.

Cheers, Sergey


--

Christian Schneider
---
http://www.liquid-reality.de

Reply via email to