[
http://jira.jboss.com/jira/browse/JBWS-1671?page=comments#action_12366567 ]
Alessio Soldano commented on JBWS-1671:
---------------------------------------
SunRI mime headers management seams to be based on transport properties
(com.sun.xml.transport.Headers) directly put in the message context. Thus headers can be
retrieved and set using SOAPMessageContext instead of the SOAPMessage it contains.
If you agree, I'm going to modify the testsuite accordingly for the sunri stack
(native stack should go on using mime headers coming from SOAPMessage)
SunRI client handler cannot set mime header
-------------------------------------------
Key: JBWS-1671
URL:
http://jira.jboss.com/jira/browse/JBWS-1671
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: integration-sunri
Reporter: Thomas Diesler
Assigned To: Alessio Soldano
Fix For: jbossws-2.1.0
[tdiesler@tddell sunri]$ ant -Dtest=jaxws/samples/handlerchain test
tests-run-internal:
[junit] Running org.jboss.test.ws.jaxws.samples.handlerchain.HandlerChainTestCase
[junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 4.162 sec
[junit] Test org.jboss.test.ws.jaxws.samples.handlerchain.HandlerChainTestCase
FAILED
Caused by: java.lang.IllegalStateException: Unexpected cookie list: null
at
org.jboss.test.ws.jaxws.samples.handlerchain.ClientMimeHandler.handleInbound(ClientMimeHandler.java:64)
at
org.jboss.wsf.spi.handler.GenericHandler.handleMessage(GenericHandler.java:55)
at
com.sun.xml.ws.handler.HandlerProcessor.callHandleMessageReverse(HandlerProcessor.java:313)
at
com.sun.xml.ws.handler.HandlerProcessor.callHandlersResponse(HandlerProcessor.java:195)
at
com.sun.xml.ws.handler.ClientSOAPHandlerTube.callHandlersOnResponse(ClientSOAPHandlerTube.java:181)
--
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