Handler configuration file in JAX-WS Handler Example not JSR181 compliant
-------------------------------------------------------------------------
Key: CXF-1347
URL: https://issues.apache.org/jira/browse/CXF-1347
Project: CXF
Issue Type: Bug
Reporter: Glen Mazza
The configuration file[1] for our JAX-WS Handler sample is not compliant with
the XML Schema for it in the JSR-181 Specification (Version 0.9.2 of Dec. 2004,
schema is in Appendix B on page 42). Specifically:
1.) The parent element must be called "handler-config"
2.) Each <handler-chain/> must have a <handler-chain-name/> as its first
element. Also, the "name" member-value of the @Handler-Chain annotation in the
SEI implementation class[3] needs to refer to the <handler-chain-name/>.
Also, our JAX-WS handler code will probably need to be updated to work with the
correct schema.
[1] http://tinyurl.com/2pw4r3
[2]
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/jaxws_handlers/
[3] http://tinyurl.com/2wt3ah
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.