RE: JAXRSUriInfoTest test failure...

2010-02-05 Thread Sergey Beryozkin
Hi Dan I did the JIRA issue fix in a hurry in the morning, sorry. Your fix is a good one, thanks Sergey -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: 05 February 2010 19:44 To: dev@cxf.apache.org Subject: JAXRSUriInfoTest test failure... Sergey, The JAXRSUriI

Re: WS-2.2 support and Geronimo.

2010-02-05 Thread Daniel Kulp
Rick, I have no problem with getting 2.2 implemented, but the end result is that CXF out of the box needs to run on Java6 without any funky endorsing crap required by the users. It also needs to run easily with maven builds and such on Java 6. That pretty much means, by default, JAX-WS 2.1.

JAXRSUriInfoTest test failure...

2010-02-05 Thread Daniel Kulp
Sergey, The JAXRSUriInfoTest was failing in hudson and elsewhere so I fixed it on my machine by modifying the test, but could you re-look at it. I'm not sure if my "fix" was proper or if the original test was correct but the code isn't working. Thanks! -- Daniel Kulp dk...@apache.org http:

DOSGi release 1.1 missing source packages on Maven central repository

2010-02-05 Thread Daniel Bimschas
Hi list, while debugging some application issues I've noticed that dOSGI is missing the source packages on the Maven central repository. It would be nice to have them up there, so my IDE (IntelliJ) can automatically fetch them ;-) which is nice for debugging! I've created a Jira issue [1] for t

WS-2.2 support and Geronimo.

2010-02-05 Thread Rick McGuire
Dan Culp posted an item back in January that stated: One thing that will probably NOT be in 2.3 is JAX-WS 2.2 support unless some sudden demand pops up for it. Using JAX-WS 2.2 with Java6 is a real pain (requires endorsing jars and such) which is a pretty large burden for users. Thu