ers, Sergey
- Original Message -
From: "cybercxf"
To:
Sent: Wednesday, April 29, 2009 5:43 PM
Subject: Re: Need Help with JAX-WS and JAX-RS example
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 a
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.
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
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'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