[
http://jira.jboss.com/jira/browse/JBWS-1283?page=all ]
Thomas Diesler updated JBWS-1283:
---------------------------------
Fix Version/s: jbossws-1.0.6
(was: jbossws-1.0.5)
If this issue has been rescheduled to 1.0.6 it is because we currently focus 80% of our
effort on JAXWS. If need a particular feature or bugfix to be included in 1.0.5 you are
welcome to get involved and contribute.
Soap attachments were dropped on server responses. Attachment is
added on a handler's handleResponse method; however it mysteriously disappeared on the
outgoing soap message.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBWS-1283
URL:
http://jira.jboss.com/jira/browse/JBWS-1283
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jaxrpc
Affects Versions: jbossws-1.0.2
Environment: windows, linux, jdk1.5
Reporter: George Gan
Fix For: jbossws-1.0.6
Attachments: ServiceEndpointInvoker.java, ServiceEndpointInvokerEJB21.java
Soap attachments were dropped on server responses. Attachment can be added on a
handler's handleResponse method; however it mysteriously disappeared on the outgoing
soap message.
The problem was in the ServiceEndpointInvoker. It overwrote the SOAPMessage in the
MessageContext. In this class, the method invokeServiceEndpoint was overwritten by
ServiceEndpointInvokerEJB21, which invokes the EJB via the ServiceEndpointInterceptor.
This ServiceEndpointInterceptor invokes the EJB and also the handlers; it creates the
correct SOAPMessage and sets it in the ContextContext. Unfortunately, it was overwritten
later by the ServiceEndpointInvoker.
Fixes are attached.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira