Author: alessio.soldano(a)jboss.com
Date: 2010-08-06 15:57:33 -0400 (Fri, 06 Aug 2010)
New Revision: 12758
Modified:
stack/cxf/branches/cxf-2.3/modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/NonSpringBusHolder.java
Log:
No need anymore for manual registration of servlet transport factory
Modified:
stack/cxf/branches/cxf-2.3/modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/NonSpringBusHolder.java
===================================================================
---
stack/cxf/branches/cxf-2.3/modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/NonSpringBusHolder.java 2010-08-06
19:56:22 UTC (rev 12757)
+++
stack/cxf/branches/cxf-2.3/modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/NonSpringBusHolder.java 2010-08-06
19:57:33 UTC (rev 12758)
@@ -72,7 +72,6 @@
{
registerTransport(factory, s);
}
- registerTransport(factory, "http://schemas.xmlsoap.org/soap/http");
}
/**
Show replies by date