[jbossws-commits] JBossWS SVN: r12799 - in stack/cxf/branches/cxf-2.3/modules: server/src/main/resources/jbossws-cxf-server.jar/META-INF/services and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Aug 13 08:18:24 EDT 2010


Author: richard.opalka at jboss.com
Date: 2010-08-13 08:18:23 -0400 (Fri, 13 Aug 2010)
New Revision: 12799

Added:
   stack/cxf/branches/cxf-2.3/modules/server/src/main/resources/jbossws-cxf-server.jar/META-INF/services/org.jboss.wsf.spi.deployment.DeploymentModelFactory
   stack/cxf/branches/cxf-2.3/modules/server/src/main/resources/jbossws-cxf-server.jar/META-INF/services/org.jboss.wsf.spi.invocation.InvocationHandlerFactory
Modified:
   stack/cxf/branches/cxf-2.3/modules/client/pom.xml
Log:
[JBWS-3106] stack is responsible for InvocationHandlerFactory & DeploymentModelFactory configuration - not AS IL - svn merge -r 12797:12798 https://svn.jboss.org/repos/jbossws/stack/cxf/trunk

Modified: stack/cxf/branches/cxf-2.3/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/cxf-2.3/modules/client/pom.xml	2010-08-13 12:15:57 UTC (rev 12798)
+++ stack/cxf/branches/cxf-2.3/modules/client/pom.xml	2010-08-13 12:18:23 UTC (rev 12799)
@@ -243,7 +243,7 @@
                <customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>
 	    </manifest>         
             <manifestEntries>
-              <Class-Path>jbossws-framework.jar jaxws-api.jar jboss-logging.jar jboss-logging-spi.jar jboss-logging-log4j.jar jcl-over-slf4j.jar slf4j-api.jar slf4j-jboss-logging.jar stax-api.jar wstx.jar wstx-lgpl.jar</Class-Path>
+              <Class-Path>jaxrpc-api.jar jbossws-framework.jar jaxws-api.jar jboss-logging.jar jboss-logging-spi.jar jboss-logging-log4j.jar jcl-over-slf4j.jar slf4j-api.jar slf4j-jboss-logging.jar stax-api.jar wstx.jar wstx-lgpl.jar</Class-Path>
             </manifestEntries>
           </archive>
         </configuration>

Copied: stack/cxf/branches/cxf-2.3/modules/server/src/main/resources/jbossws-cxf-server.jar/META-INF/services/org.jboss.wsf.spi.deployment.DeploymentModelFactory (from rev 12798, stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf-server.jar/META-INF/services/org.jboss.wsf.spi.deployment.DeploymentModelFactory)
===================================================================
--- stack/cxf/branches/cxf-2.3/modules/server/src/main/resources/jbossws-cxf-server.jar/META-INF/services/org.jboss.wsf.spi.deployment.DeploymentModelFactory	                        (rev 0)
+++ stack/cxf/branches/cxf-2.3/modules/server/src/main/resources/jbossws-cxf-server.jar/META-INF/services/org.jboss.wsf.spi.deployment.DeploymentModelFactory	2010-08-13 12:18:23 UTC (rev 12799)
@@ -0,0 +1 @@
+org.jboss.wsf.framework.deployment.ArchiveDeploymentModelFactory
\ No newline at end of file

Copied: stack/cxf/branches/cxf-2.3/modules/server/src/main/resources/jbossws-cxf-server.jar/META-INF/services/org.jboss.wsf.spi.invocation.InvocationHandlerFactory (from rev 12798, stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf-server.jar/META-INF/services/org.jboss.wsf.spi.invocation.InvocationHandlerFactory)
===================================================================
--- stack/cxf/branches/cxf-2.3/modules/server/src/main/resources/jbossws-cxf-server.jar/META-INF/services/org.jboss.wsf.spi.invocation.InvocationHandlerFactory	                        (rev 0)
+++ stack/cxf/branches/cxf-2.3/modules/server/src/main/resources/jbossws-cxf-server.jar/META-INF/services/org.jboss.wsf.spi.invocation.InvocationHandlerFactory	2010-08-13 12:18:23 UTC (rev 12799)
@@ -0,0 +1 @@
+org.jboss.webservices.integration.invocation.InvocationHandlerFactoryImpl
\ No newline at end of file



More information about the jbossws-commits mailing list