Hi
On 24/05/12 13:11, yann777 wrote:
Hi Sergey,
To add more precision,
when I set
<param-value>
Provider1
Provider2
</param-value>
in my web.xml then it is read as a single provider called Provider1Provider2
which suggests a problem with DTD and parsing of the web.xml
2_3 DTD does block spaces with its #PCDATA.
That should be ok starting from web.xml formatted according to
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd
which includes
http://java.sun.com/xml/ns/javaee/javaee_5.xsd
which simply defaults to xsd:string for param-value.
Also consider trying CXF 2.3.10
I'll update the documentation re the older DTD restrictions
Thanks, Sergey
cheers, yann
--
View this message in context:
http://cxf.547215.n5.nabble.com/CXFNonSpringJaxrsServlet-Multiple-providers-tp5708453p5708470.html
Sent from the cxf-user mailing list archive at Nabble.com.