Thank you Sergey for your reply...apologies for the delay on my part..and for
this lengthy post :)
1)
Using CXF 2.4.2, with JAX-RS of the same version, 2.4.2 (please see my
second point related to this below), I am getting an exception that suggests
'List is not recognized/supported'. My apologies
You can likely add an attribute to your jaxws:endpoint of something like:
transportId="http://cxf.apache.org/transports/jms";
to force it to use JMS for the transport.
Dan
On Monday, September 12, 2011 7:20:37 AM marcin.kasinski wrote:
> Based on examples and google search I've done some chan
Based on examples and google search I've done some changes in my bean.xml
created automatically from eclipse to create JMS service.
My new beans.xml file:
http://www.springframework.org/schema/beans";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:jaxws="http://cx