[jbossws-issues] [JBoss JIRA] Created: (JBWS-1672) SunRI does not respect @HandlerChain on client SEI

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Thu May 31 12:39:18 EDT 2007


SunRI does not respect @HandlerChain on client SEI
--------------------------------------------------

                 Key: JBWS-1672
                 URL: http://jira.jboss.com/jira/browse/JBWS-1672
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: integration-sunri
            Reporter: Thomas Diesler
             Fix For: jbossws-2.1.0


tests-run-internal:
    [junit] Running org.jboss.test.ws.jaxws.samples.handlerchain.HandlerChainTestCase
    [junit] FIXME: [JBWS-1671] SunRI client handler cannot set mime header
    [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 4.209 sec
    [junit] Test org.jboss.test.ws.jaxws.samples.handlerchain.HandlerChainTestCase FAILED

@WebService(name="Endpoint")
@SOAPBinding(style = SOAPBinding.Style.RPC)
@HandlerChain(file = "jaxws-handlers-client.xml") // relative path from the class file
public interface EndpointWithHandlerChain
{
   public String echo(String input);
}


-- 
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

        



More information about the jbossws-issues mailing list