ClientContainer should not use server side WebServiceRefHandler
---------------------------------------------------------------
Key: JBAS-8527
URL:
https://jira.jboss.org/browse/JBAS-8527
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: AppClient
Affects Versions: 6.0.0.M5
Reporter: jaikiran pai
Assignee: jaikiran pai
Fix For: 6.0.0.CR1
The org.jboss.ejb3.client.ClientContainer currently uses a server side
WebServiceRefHandler for processing service-ref metadata. It shouldn't use the server
side handler, since the server side handler is even responsible for ENC injector creation,
which shouldn't happen when running on the client side (via app client container).
The ClientContainer instead should use a client side service-ref handler which just
creates field/method injectors for the service-ref metadata.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira