[jbossws-commits] JBossWS SVN: r11558 - in stack/native/branches/jaxrpc-cxf/modules: services/src/main/resources/META-INF/services and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Feb 9 13:14:18 EST 2010


Author: alessio.soldano at jboss.com
Date: 2010-02-09 13:14:18 -0500 (Tue, 09 Feb 2010)
New Revision: 11558

Added:
   stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.deployment.DeploymentModelFactory
   stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.http.HttpServerFactory
   stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.InvocationHandlerFactory
   stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.EndpointRegistryFactory
   stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.ServerConfigFactory
Removed:
   stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.deployment.DeploymentModelFactory
   stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.http.HttpServerFactory
   stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.InvocationHandlerFactory
   stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.EndpointRegistryFactory
   stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.ServerConfigFactory
Log:
[JBWS-2921] Restore conf coming from client module, as that's required for the Enpoint API and would only create mess if moved together with the other services conf


Copied: stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.deployment.DeploymentModelFactory (from rev 11542, stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.deployment.DeploymentModelFactory)
===================================================================
--- stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.deployment.DeploymentModelFactory	                        (rev 0)
+++ stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.deployment.DeploymentModelFactory	2010-02-09 18:14:18 UTC (rev 11558)
@@ -0,0 +1 @@
+org.jboss.wsf.framework.deployment.ArchiveDeploymentModelFactory
\ No newline at end of file

Copied: stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.http.HttpServerFactory (from rev 11542, stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.http.HttpServerFactory)
===================================================================
--- stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.http.HttpServerFactory	                        (rev 0)
+++ stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.http.HttpServerFactory	2010-02-09 18:14:18 UTC (rev 11558)
@@ -0,0 +1 @@
+org.jboss.ws.core.jaxws.spi.http.NettyHttpServerFactory
\ No newline at end of file

Copied: stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.InvocationHandlerFactory (from rev 11542, stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.InvocationHandlerFactory)
===================================================================
--- stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.InvocationHandlerFactory	                        (rev 0)
+++ stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.InvocationHandlerFactory	2010-02-09 18:14:18 UTC (rev 11558)
@@ -0,0 +1 @@
+org.jboss.ws.core.jaxws.spi.http.NettyInvocationHandlerFactory
\ No newline at end of file

Copied: stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.EndpointRegistryFactory (from rev 11542, stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.EndpointRegistryFactory)
===================================================================
--- stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.EndpointRegistryFactory	                        (rev 0)
+++ stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.EndpointRegistryFactory	2010-02-09 18:14:18 UTC (rev 11558)
@@ -0,0 +1 @@
+org.jboss.ws.core.jaxws.spi.http.NettyEndpointRegistryFactory
\ No newline at end of file

Copied: stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.ServerConfigFactory (from rev 11542, stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.ServerConfigFactory)
===================================================================
--- stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.ServerConfigFactory	                        (rev 0)
+++ stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.ServerConfigFactory	2010-02-09 18:14:18 UTC (rev 11558)
@@ -0,0 +1 @@
+org.jboss.ws.core.jaxws.spi.http.NettyHttpServerConfigFactory
\ No newline at end of file

Deleted: stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.deployment.DeploymentModelFactory
===================================================================
--- stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.deployment.DeploymentModelFactory	2010-02-09 17:37:31 UTC (rev 11557)
+++ stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.deployment.DeploymentModelFactory	2010-02-09 18:14:18 UTC (rev 11558)
@@ -1 +0,0 @@
-org.jboss.wsf.framework.deployment.ArchiveDeploymentModelFactory
\ No newline at end of file

Deleted: stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.http.HttpServerFactory
===================================================================
--- stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.http.HttpServerFactory	2010-02-09 17:37:31 UTC (rev 11557)
+++ stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.http.HttpServerFactory	2010-02-09 18:14:18 UTC (rev 11558)
@@ -1 +0,0 @@
-org.jboss.ws.core.jaxws.spi.http.NettyHttpServerFactory
\ No newline at end of file

Deleted: stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.InvocationHandlerFactory
===================================================================
--- stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.InvocationHandlerFactory	2010-02-09 17:37:31 UTC (rev 11557)
+++ stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.InvocationHandlerFactory	2010-02-09 18:14:18 UTC (rev 11558)
@@ -1 +0,0 @@
-org.jboss.ws.core.jaxws.spi.http.NettyInvocationHandlerFactory
\ No newline at end of file

Deleted: stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.EndpointRegistryFactory
===================================================================
--- stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.EndpointRegistryFactory	2010-02-09 17:37:31 UTC (rev 11557)
+++ stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.EndpointRegistryFactory	2010-02-09 18:14:18 UTC (rev 11558)
@@ -1 +0,0 @@
-org.jboss.ws.core.jaxws.spi.http.NettyEndpointRegistryFactory
\ No newline at end of file

Deleted: stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.ServerConfigFactory
===================================================================
--- stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.ServerConfigFactory	2010-02-09 17:37:31 UTC (rev 11557)
+++ stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.ServerConfigFactory	2010-02-09 18:14:18 UTC (rev 11558)
@@ -1 +0,0 @@
-org.jboss.ws.core.jaxws.spi.http.NettyHttpServerConfigFactory
\ No newline at end of file



More information about the jbossws-commits mailing list