ServiceRef converts JAX-RPC handlers into JAX-WS handlers
---------------------------------------------------------
Key: OPENEJB-717
URL: https://issues.apache.org/jira/browse/OPENEJB-717
Project: OpenEJB
Issue Type: Bug
Components: deployment
Affects Versions: (trunk/openejb3)
Reporter: Jarek Gawor
org.apache.openejb.jee.ServiceRef.getHandlerChains() function effectively
converts JAX-RPC handlers into JAX-WS handlers. The JAX-RPC handlers should
only be listed directly under the <service-ref> entry while the JAX-WS handlers
should be listed under the <handler-chains> element. The current function will
transform the handlers if the getHandlerChains() function is called and when
the ServiceRef is serialized the JAX-RPC handlers will appear under the
<handler-chains> element. That is incorrect.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.