Re: SDO project plan accepted

2009-04-29 Thread Pradeep Fernando
Hi devs, I ve just started my work on providing dynamic SDO databinding to the tool. still in the initial phase. love to work together with gsoc cxf project as it would save time of both of us.I went through the WSDL2Java code of CXF me my mentor decided on using CXF tool over Axis2 one. sorry

Re: Need Help with JAX-WS and JAX-RS example

2009-04-29 Thread Eoghan Glynn
I'd suspect you've a mismatch between the version of cxf-rt-frontend-jaxrs and the cxf-api jars. The former depends on the Message.REQUEST_URI field, which is defined in the latter. This field was introduced on 2008-10-21, so you'll need a version of the API jar from after this date

Re: Need Help with JAX-WS and JAX-RS example

2009-04-29 Thread Eoghan Glynn
BTW to answer the other part of your question, it is possible use the JAX-RS and JAX-WS annotations on the same implementation class. See the BookStoreJaxrsJaxws[1] system test for an example. Cheers, Eoghan [1]