Author: alessio.soldano(a)jboss.com
Date: 2009-04-25 09:30:50 -0400 (Sat, 25 Apr 2009)
New Revision: 9880
Modified:
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.java
Log:
[CXF-2117] Removing fixme
Modified:
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.java
===================================================================
---
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.java 2009-04-25
13:30:36 UTC (rev 9879)
+++
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.java 2009-04-25
13:30:50 UTC (rev 9880)
@@ -71,27 +71,13 @@
System.out.println("FIXME: [CXF-1253] CXF does not respect @HandlerChain
on client SEI");
}
}
- if (!isIntegrationCXF())
- {
- expStr.append(":Inbound:PortHandler");
- }
- else
- {
- System.out.println("FIXME: [CXF-2117] method
AnnotationHandlerChainBuilder.patternMatches() causes CXF portability issues with other
JAX-WS stacks");
- }
+ expStr.append(":Inbound:PortHandler");
expStr.append(":Inbound:ProtocolHandler");
expStr.append(":Inbound:LogicalSourceHandler");
expStr.append(":endpoint");
expStr.append(":Outbound:LogicalSourceHandler");
expStr.append(":Outbound:ProtocolHandler");
- if (!isIntegrationCXF())
- {
- expStr.append(":Outbound:PortHandler");
- }
- else
- {
- System.out.println("FIXME: [CXF-2117] method
AnnotationHandlerChainBuilder.patternMatches() causes CXF portability issues with other
JAX-WS stacks");
- }
+ expStr.append(":Outbound:PortHandler");
if (isIntegrationNative())
{
expStr.append(":Inbound:PortHandler");
@@ -140,27 +126,13 @@
System.out.println("FIXME: [CXF-1253] CXF does not respect @HandlerChain
on client SEI");
}
}
- if (!isIntegrationCXF())
- {
- expStr.append(":Inbound:PortHandler");
- }
- else
- {
- System.out.println("FIXME: [CXF-2117] method
AnnotationHandlerChainBuilder.patternMatches() causes CXF portability issues with other
JAX-WS stacks");
- }
+ expStr.append(":Inbound:PortHandler");
expStr.append(":Inbound:ProtocolHandler");
expStr.append(":Inbound:LogicalSourceHandler");
expStr.append(":endpoint");
expStr.append(":Outbound:LogicalSourceHandler");
expStr.append(":Outbound:ProtocolHandler");
- if (!isIntegrationCXF())
- {
- expStr.append(":Outbound:PortHandler");
- }
- else
- {
- System.out.println("FIXME: [CXF-2117] method
AnnotationHandlerChainBuilder.patternMatches() causes CXF portability issues with other
JAX-WS stacks");
- }
+ expStr.append(":Outbound:PortHandler");
if (isIntegrationNative())
{
expStr.append(":Inbound:PortHandler");