Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Invalid
-
2.0.3, 2.0.4
-
None
Description
/home/tdiesler/svn/jbossws/stack/cxf/trunk
[tdiesler@tddell trunk]$ ant -Dtest=jaxws/samples/logicalhandler test
tests-run-internal:
[junit] Running org.jboss.test.ws.jaxws.samples.logicalhandler.LogicalHandlerJAXBTestCase
[junit] FIXME: CXF-1253 CXF does not respect @HandlerChain on client SEI
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.188 sec
@WebService(name = "SOAPEndpoint", targetNamespace = "http://org.jboss.ws/jaxws/samples/logicalhandler")
@HandlerChain(file = "jaxws-client-jaxb-handlers.xml")
public interface SOAPEndpointJAXB
{
...
}