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.
sorr
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 (2.0.10/2.1.4
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]
http://svn.apache.org/repos/asf/cxf/trunk/systests/src/test/java/org/apache/cxf/sys
I did but I am not sure if I am using right annotations of Restful services.
Can you verify that for me by taking a look at the code I had attached in
my first post.
thanks.
Eoghan Glynn-4 wrote:
>
> BTW to answer the other part of your question, it is possible use the
> JAX-RS and JAX-WS ann
What sort of failure are you seeing?
2009/4/29 cybercxf :
>
> I did but I am not sure if I am using right annotations of Restful services.
> Can you verify that for me by taking a look at the code I had attached in
> my first post.
>
> thanks.