Re: JAX-RS test failure with IBM JDK...

2009-04-10 Thread Sergey Beryozkin
Hi Dan I'm working on trying to get things building/passing with the IBM JDK again. (mostly to attempt to get the Progress AIX builds to actually succeed) I'm getting this failure in JAX-RS: testSchemeHostPortQueryFragment(org.apache.cxf.jaxrs.impl.UriBuilderImplTest) Time elapsed: 0.003

Re: svn commit: r763742 - /cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxrs/GenericHandlerWriter.java

2009-04-10 Thread Sergey Beryozkin
When running system tests, I often do mvn test -Dtest=JAXRS*, to save the time, if I'm confident no other CXF functionality has been affected by the current JAXRS related changes. I always do now 'mvn clean install' when building frontend/jaxrs, as I've already been bitten by Eclipse and Maven

Re: Distributed OSGi Discovery implementation in CXF

2009-04-10 Thread Eoghan Glynn
Hi David, This would be a very welcome addition to the distributed OSGi support in CXF! So please, fire away and commit what you've done so far. Thanks, Eoghan 2009/4/10 David Bosschaert david.bosscha...@gmail.com: Hi all, Over the past while I have done some experimentation around a

Re: Distributed OSGi Discovery implementation in CXF

2009-04-10 Thread Sergey Beryozkin
Hi, Hi all, Over the past while I have done some experimentation around a possible implementation of the Distributed OSGi RFC 119 Discovery service. The current CXF-DOSGi codebase only contains the Distribution Software (DSW) component, which means that you need to configure the location of

Re: Distributed OSGi Discovery implementation in CXF

2009-04-10 Thread Eoghan Glynn
2009/4/10 Sergey Beryozkin sbery...@progress.com: Would it still make sense to keep the Local Discovery service implementation ? For ex to test against multiple Discovery instances ? I think we definitely need to keep the local discovery service intact in order to support the static