Author: alessio.soldano(a)jboss.com
Date: 2010-02-07 19:14:14 -0500 (Sun, 07 Feb 2010)
New Revision: 11543
Added:
stack/native/branches/jaxrpc-cxf/modules/services/
stack/native/branches/jaxrpc-cxf/modules/services/pom.xml
stack/native/branches/jaxrpc-cxf/modules/services/src/
stack/native/branches/jaxrpc-cxf/modules/services/src/main/
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.common.addressing.MAPBuilderFactory
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.DeploymentAspectManagerLocator
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.invocation.RequestHandlerFactory
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.WebServiceContextFactory
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
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.StackConfigFactory
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.serviceref.ServiceRefBinderFactory
Removed:
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
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.common.addressing.MAPBuilderFactory
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.DeploymentAspectManagerLocator
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.RequestHandlerFactory
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.WebServiceContextFactory
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.StackConfigFactory
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.serviceref.ServiceRefBinderFactory
Modified:
stack/native/branches/jaxrpc-cxf/modules/client/pom.xml
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsconsume.bat
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsconsume.sh
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsprovide.bat
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsprovide.sh
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsrunclient.bat
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsrunclient.sh
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/resources/all-deploy.conf
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/resources/default-deploy.conf
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/resources/standard-deploy.conf
stack/native/branches/jaxrpc-cxf/pom.xml
stack/native/branches/jaxrpc-cxf/src/main/distro/build-project-gen.xml
stack/native/branches/jaxrpc-cxf/src/main/scripts/assembly-deploy-artifacts.xml
Log:
[JBWS-2921] create jbossws-native-services.jar
Modified: stack/native/branches/jaxrpc-cxf/modules/client/pom.xml
===================================================================
--- stack/native/branches/jaxrpc-cxf/modules/client/pom.xml 2010-02-05 18:06:49 UTC (rev
11542)
+++ stack/native/branches/jaxrpc-cxf/modules/client/pom.xml 2010-02-08 00:14:14 UTC (rev
11543)
@@ -21,6 +21,16 @@
<version>${version}</version>
</dependency>
<dependency>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-factories</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-services</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <dependency>
<groupId>javax.xml</groupId>
<artifactId>jaxrpc-api</artifactId>
</dependency>
@@ -41,7 +51,7 @@
<configuration>
<archive>
<manifestEntries>
- <Class-Path>jbossws-spi.jar jbossws-common.jar jbossws-framework.jar
jbossws-native-core.jar jbossws-native-factories.jar jaxrpc-api.jar jaxws-api.jar
jsr181-api.jar saaj-api.jar activation.jar commons-logging.jar concurrent.jar
javassist.jar jaxb-api.jar jaxb-impl.jar mail.jar jboss-logging-spi.jar
jboss-logging-log4j.jar jcl-over-slf4j.jar slf4j-api.jar slf4j-jboss-logging.jar
jbosssx-client.jar jboss-javaee.jar jboss-xml-binding.jar jbossxb.jar netty.jar policy.jar
stax-api.jar wsdl4j.jar</Class-Path>
+ <Class-Path>jbossws-spi.jar jbossws-common.jar jbossws-framework.jar
jbossws-native-core.jar jbossws-native-factories.jar jbossws-native-services.jar
jaxrpc-api.jar jaxws-api.jar jsr181-api.jar saaj-api.jar activation.jar
commons-logging.jar concurrent.jar javassist.jar jaxb-api.jar jaxb-impl.jar mail.jar
jboss-logging-spi.jar jboss-logging-log4j.jar jcl-over-slf4j.jar slf4j-api.jar
slf4j-jboss-logging.jar jbosssx-client.jar jboss-javaee.jar jboss-xml-binding.jar
jbossxb.jar netty.jar policy.jar stax-api.jar wsdl4j.jar</Class-Path>
</manifestEntries>
</archive>
</configuration>
Deleted:
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 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.deployment.DeploymentModelFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -1 +0,0 @@
-org.jboss.wsf.framework.deployment.ArchiveDeploymentModelFactory
\ No newline at end of file
Deleted:
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 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.http.HttpServerFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -1 +0,0 @@
-org.jboss.ws.core.jaxws.spi.http.NettyHttpServerFactory
\ No newline at end of file
Deleted:
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 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.InvocationHandlerFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -1 +0,0 @@
-org.jboss.ws.core.jaxws.spi.http.NettyInvocationHandlerFactory
\ No newline at end of file
Deleted:
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 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.EndpointRegistryFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -1 +0,0 @@
-org.jboss.ws.core.jaxws.spi.http.NettyEndpointRegistryFactory
\ No newline at end of file
Deleted:
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 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/client/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.ServerConfigFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -1 +0,0 @@
-org.jboss.ws.core.jaxws.spi.http.NettyHttpServerConfigFactory
\ No newline at end of file
Deleted:
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.common.addressing.MAPBuilderFactory
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.common.addressing.MAPBuilderFactory 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.common.addressing.MAPBuilderFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -1 +0,0 @@
-org.jboss.ws.extensions.addressing.map.NativeMAPBuilderFactory
\ No newline at end of file
Deleted:
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.DeploymentAspectManagerLocator
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.DeploymentAspectManagerLocator 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.DeploymentAspectManagerLocator 2010-02-08
00:14:14 UTC (rev 11543)
@@ -1 +0,0 @@
-org.jboss.wsf.framework.DeploymentAspectManagerLocatorImpl
\ No newline at end of file
Deleted:
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.RequestHandlerFactory
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.RequestHandlerFactory 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.RequestHandlerFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -1 +0,0 @@
-org.jboss.wsf.stack.jbws.RequestHandlerFactoryImpl
\ No newline at end of file
Deleted:
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.WebServiceContextFactory
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.WebServiceContextFactory 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.WebServiceContextFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -1 +0,0 @@
-org.jboss.wsf.stack.jbws.WebServiceContextFactoryImpl
\ No newline at end of file
Deleted:
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.StackConfigFactory
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.StackConfigFactory 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.StackConfigFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -1 +0,0 @@
-org.jboss.wsf.stack.jbws.NativeStackConfigFactory
\ No newline at end of file
Deleted:
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.serviceref.ServiceRefBinderFactory
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.serviceref.ServiceRefBinderFactory 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/core/src/main/resources/META-INF/services/org.jboss.wsf.spi.serviceref.ServiceRefBinderFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -1 +0,0 @@
-org.jboss.ws.core.client.ServiceRefBinderFactoryImpl
\ No newline at end of file
Modified:
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsconsume.bat
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsconsume.bat 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsconsume.bat 2010-02-08
00:14:14 UTC (rev 11543)
@@ -55,6 +55,7 @@
set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jbossxb.jar
set
WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jbossws-native-client.jar
set
WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jbossws-native-core.jar
+set
WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jbossws-native-services.jar
set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/jaxrpc-api.jar
set WSCONSUME_CLASSPATH=%WSCONSUME_CLASSPATH%;%JBOSS_HOME%/client/saaj-api.jar
Modified:
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsconsume.sh
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsconsume.sh 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsconsume.sh 2010-02-08
00:14:14 UTC (rev 11543)
@@ -79,6 +79,7 @@
WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$JBOSS_HOME/client/jbossxb.jar"
WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$JBOSS_HOME/client/jbossws-native-client.jar"
WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$JBOSS_HOME/client/jbossws-native-core.jar"
+WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$JBOSS_HOME/client/jbossws-native-services.jar"
WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$JBOSS_HOME/client/jaxrpc-api.jar"
WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$JBOSS_HOME/client/saaj-api.jar"
Modified:
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsprovide.bat
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsprovide.bat 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsprovide.bat 2010-02-08
00:14:14 UTC (rev 11543)
@@ -53,6 +53,7 @@
set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jbossall-client.jar
set
WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jbossws-native-client.jar
set
WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jbossws-native-core.jar
+set
WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jbossws-native-services.jar
set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/jaxrpc-api.jar
set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/saaj-api.jar
set WSPROVIDE_CLASSPATH=%WSPROVIDE_CLASSPATH%;%JBOSS_HOME%/client/policy.jar
Modified:
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsprovide.sh
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsprovide.sh 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsprovide.sh 2010-02-08
00:14:14 UTC (rev 11543)
@@ -77,6 +77,7 @@
WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$JBOSS_HOME/client/jbossall-client.jar"
WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$JBOSS_HOME/client/jbossws-native-client.jar"
WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$JBOSS_HOME/client/jbossws-native-core.jar"
+WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$JBOSS_HOME/client/jbossws-native-services.jar"
WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$JBOSS_HOME/client/jaxrpc-api.jar"
WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$JBOSS_HOME/client/saaj-api.jar"
WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$JBOSS_HOME/client/policy.jar"
Modified:
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsrunclient.bat
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsrunclient.bat 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsrunclient.bat 2010-02-08
00:14:14 UTC (rev 11543)
@@ -55,6 +55,7 @@
set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jbossws-common.jar
set
WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jbossws-native-client.jar
set
WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jbossws-native-core.jar
+set
WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jbossws-native-services.jar
set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jaxrpc-api.jar
set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/saaj-api.jar
set WSRUNCLIENT_CLASSPATH=%WSRUNCLIENT_CLASSPATH%;%JBOSS_HOME%/client/jbossws-spi.jar
Modified:
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsrunclient.sh
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsrunclient.sh 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/bin/wsrunclient.sh 2010-02-08
00:14:14 UTC (rev 11543)
@@ -75,6 +75,7 @@
WSRUNCLIENT_CLASSPATH="$WSRUNCLIENT_CLASSPATH:$JBOSS_HOME/client/jbossws-common.jar"
WSRUNCLIENT_CLASSPATH="$WSRUNCLIENT_CLASSPATH:$JBOSS_HOME/client/jbossws-native-client.jar"
WSRUNCLIENT_CLASSPATH="$WSRUNCLIENT_CLASSPATH:$JBOSS_HOME/client/jbossws-native-core.jar"
+WSRUNCLIENT_CLASSPATH="$WSRUNCLIENT_CLASSPATH:$JBOSS_HOME/client/jbossws-native-services.jar"
WSRUNCLIENT_CLASSPATH="$WSRUNCLIENT_CLASSPATH:$JBOSS_HOME/client/jaxrpc-api.jar"
WSRUNCLIENT_CLASSPATH="$WSRUNCLIENT_CLASSPATH:$JBOSS_HOME/client/saaj-api.jar"
WSRUNCLIENT_CLASSPATH="$WSRUNCLIENT_CLASSPATH:$JBOSS_HOME/client/jbossws-spi.jar"
Modified:
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/resources/all-deploy.conf
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/resources/all-deploy.conf 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/resources/all-deploy.conf 2010-02-08
00:14:14 UTC (rev 11543)
@@ -1 +1 @@
-bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat
bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxb-api.jar
client/FastInfoset.jar client/commons-beanutils.jar client/jaxb-impl.jar
client/jaxb-xjc.jar client/jaxws-rt.jar client/jaxws-tools.jar
client/jbossws-native-jaxrpc.jar client/jaxrpc-api.jar client/jbossws-native-jaxws.jar
client/jbossws-native-factories.jar client/jaxws-api.jar client/jsr181-api.jar
client/jbossws-native-saaj.jar client/saaj-api.jar client/jbossws-native-client.jar
client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar
client/jbossws-spi.jar client/netty.jar client/policy.jar client/stax-ex.jar
client/streambuffer.jar client/wsdl4j.jar lib/jaxb-api.jar lib/jaxb-impl.jar
common/lib/jbossws-native-jaxrpc.jar common/lib/jaxrpc-api.jar
common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-factories.jar
common/lib/jaxws-api.jar common/lib/jsr181-!
api.jar common/lib/jbossws-native-saaj.jar common/lib/saaj-api.jar
common/lib/jbossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.jar
common/lib/commons-beanutils.jar lib/endorsed/jbossws-native-* lib/endorsed/jaxb-api.jar
server/all/deploy/jbossws.sar server/all/deploy/jbossws-console.war
server/all/deploy/juddi-service.sar server/all/deployers/jbossws.deployer/FastInfoset.jar
server/all/deployers/jbossws.deployer/jboss-jaxb-intros.jar
server/all/deployers/jbossws.deployer/jbossws-native-core.jar
server/all/deployers/jbossws.deployer/jettison.jar
server/all/deployers/jbossws.deployer/netty.jar
server/all/deployers/jbossws.deployer/policy.jar
server/all/deployers/jbossws.deployer/wsdl4j.jar
server/all/deployers/jbossws.deployer/xmlsec.jar
server/all/deployers/jbossws.deployer/META-INF/jboss-beans.xml
server/all/deployers/jbossws.deployer/META-INF/jbossws-deployer-jboss-beans.xml
server/all/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-be!
ans.xml server/all/deployers/jbossws.deployer/META-INF/standar!
d-*-conf
ig.xml
+bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat
bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxb-api.jar
client/FastInfoset.jar client/commons-beanutils.jar client/jaxb-impl.jar
client/jaxb-xjc.jar client/jaxws-rt.jar client/jaxws-tools.jar
client/jbossws-native-jaxrpc.jar client/jaxrpc-api.jar client/jbossws-native-jaxws.jar
client/jbossws-native-factories.jar client/jaxws-api.jar client/jsr181-api.jar
client/jbossws-native-saaj.jar client/saaj-api.jar client/jbossws-native-client.jar
client/jbossws-native-core.jar client/jbossws-native-services.jar
client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar
client/netty.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar
client/wsdl4j.jar lib/jaxb-api.jar lib/jaxb-impl.jar common/lib/jbossws-native-jaxrpc.jar
common/lib/jaxrpc-api.jar common/lib/jbossws-native-jaxws.jar
common/lib/jbossws-native-factories.jar common/l!
ib/jaxws-api.jar common/lib/jsr181-api.jar common/lib/jbossws-native-saaj.jar
common/lib/saaj-api.jar common/lib/jbossws-common.jar common/lib/jbossws-framework.jar
common/lib/jbossws-spi.jar common/lib/commons-beanutils.jar lib/endorsed/jbossws-native-*
lib/endorsed/jaxb-api.jar server/all/deploy/jbossws.sar
server/all/deploy/jbossws-console.war server/all/deploy/juddi-service.sar
server/all/deployers/jbossws.deployer/FastInfoset.jar
server/all/deployers/jbossws.deployer/jboss-jaxb-intros.jar
server/all/deployers/jbossws.deployer/jbossws-native-core.jar
server/all/deployers/jbossws.deployer/jbossws-native-services.jar
server/all/deployers/jbossws.deployer/jettison.jar
server/all/deployers/jbossws.deployer/netty.jar
server/all/deployers/jbossws.deployer/policy.jar
server/all/deployers/jbossws.deployer/wsdl4j.jar
server/all/deployers/jbossws.deployer/xmlsec.jar
server/all/deployers/jbossws.deployer/META-INF/jboss-beans.xml
server/all/deployers/jbossws.deployer/META-INF/jboss!
ws-deployer-jboss-beans.xml server/all/deployers/jbossws.deplo!
yer/META
-INF/jbossws-container-jboss-beans.xml
server/all/deployers/jbossws.deployer/META-INF/standard-*-config.xml
Modified:
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/resources/default-deploy.conf
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/resources/default-deploy.conf 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/resources/default-deploy.conf 2010-02-08
00:14:14 UTC (rev 11543)
@@ -1 +1 @@
-bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat
bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxb-api.jar
client/FastInfoset.jar client/commons-beanutils.jar client/jaxb-impl.jar
client/jaxb-xjc.jar client/jaxws-rt.jar client/jaxws-tools.jar
client/jbossws-native-jaxrpc.jar client/jaxrpc-api.jar client/jbossws-native-jaxws.jar
client/jbossws-native-factories.jar client/jaxws-api.jar client/jsr181-api.jar
client/jbossws-native-saaj.jar client/saaj-api.jar client/jbossws-native-client.jar
client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar
client/jbossws-spi.jar client/netty.jar client/policy.jar client/stax-ex.jar
client/streambuffer.jar client/wsdl4j.jar lib/jaxb-api.jar lib/jaxb-impl.jar
common/lib/jbossws-native-jaxrpc.jar common/lib/jaxrpc-api.jar
common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-factories.jar
common/lib/jaxws-api.jar common/lib/jsr181-!
api.jar common/lib/jbossws-native-saaj.jar common/lib/saaj-api.jar
common/lib/jbossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.jar
common/lib/commons-beanutils.jar lib/endorsed/jbossws-native-* lib/endorsed/jaxb-api.jar
server/default/deploy/jbossws.sar server/default/deploy/jbossws-console.war
server/default/deploy/juddi-service.sar
server/default/deployers/jbossws.deployer/FastInfoset.jar
server/default/deployers/jbossws.deployer/jboss-jaxb-intros.jar
server/default/deployers/jbossws.deployer/jbossws-native-core.jar
server/default/deployers/jbossws.deployer/jettison.jar
server/default/deployers/jbossws.deployer/netty.jar
server/default/deployers/jbossws.deployer/policy.jar
server/default/deployers/jbossws.deployer/wsdl4j.jar
server/default/deployers/jbossws.deployer/xmlsec.jar
server/default/deployers/jbossws.deployer/META-INF/jboss-beans.xml
server/default/deployers/jbossws.deployer/META-INF/jbossws-deployer-jboss-beans.xml
server/default/deploy!
ers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xm!
l server
/default/deployers/jbossws.deployer/META-INF/standard-*-config.xml
+bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat
bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxb-api.jar
client/FastInfoset.jar client/commons-beanutils.jar client/jaxb-impl.jar
client/jaxb-xjc.jar client/jaxws-rt.jar client/jaxws-tools.jar
client/jbossws-native-jaxrpc.jar client/jaxrpc-api.jar client/jbossws-native-jaxws.jar
client/jbossws-native-factories.jar client/jaxws-api.jar client/jsr181-api.jar
client/jbossws-native-saaj.jar client/saaj-api.jar client/jbossws-native-client.jar
client/jbossws-native-core.jar client/jbossws-native-services.jar
client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar
client/netty.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar
client/wsdl4j.jar lib/jaxb-api.jar lib/jaxb-impl.jar common/lib/jbossws-native-jaxrpc.jar
common/lib/jaxrpc-api.jar common/lib/jbossws-native-jaxws.jar
common/lib/jbossws-native-factories.jar common/l!
ib/jaxws-api.jar common/lib/jsr181-api.jar common/lib/jbossws-native-saaj.jar
common/lib/saaj-api.jar common/lib/jbossws-common.jar common/lib/jbossws-framework.jar
common/lib/jbossws-spi.jar common/lib/commons-beanutils.jar lib/endorsed/jbossws-native-*
lib/endorsed/jaxb-api.jar server/default/deploy/jbossws.sar
server/default/deploy/jbossws-console.war server/default/deploy/juddi-service.sar
server/default/deployers/jbossws.deployer/FastInfoset.jar
server/default/deployers/jbossws.deployer/jboss-jaxb-intros.jar
server/default/deployers/jbossws.deployer/jbossws-native-core.jar
server/default/deployers/jbossws.deployer/jbossws-native-services.jar
server/default/deployers/jbossws.deployer/jettison.jar
server/default/deployers/jbossws.deployer/netty.jar
server/default/deployers/jbossws.deployer/policy.jar
server/default/deployers/jbossws.deployer/wsdl4j.jar
server/default/deployers/jbossws.deployer/xmlsec.jar
server/default/deployers/jbossws.deployer/META-INF/jboss-beans.xml !
server/default/deployers/jbossws.deployer/META-INF/jbossws-dep!
loyer-jb
oss-beans.xml
server/default/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml
server/default/deployers/jbossws.deployer/META-INF/standard-*-config.xml
Modified:
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2010-02-08
00:14:14 UTC (rev 11543)
@@ -40,6 +40,7 @@
<include name="**/jbossws-native-client.jar"/>
<include name="**/jbossws-native-core.jar"/>
<include name="**/jbossws-native-factories.jar"/>
+ <include name="**/jbossws-native-services.jar"/>
<include name="**/jbossws-spi.jar"/>
<include name="**/jaxrpc-api.jar"/>
<include name="**/saaj-api.jar"/>
@@ -79,6 +80,7 @@
<include name="**/FastInfoset.jar"/>
<include name="**/jboss-jaxb-intros.jar"/>
<include name="**/jbossws-native-core.jar"/>
+ <include name="**/jbossws-native-services.jar"/>
<include name="**/jettison.jar"/>
<include name="**/netty.jar"/>
<include name="**/policy.jar"/>
Modified:
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/resources/standard-deploy.conf
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/resources/standard-deploy.conf 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/modules/resources/src/main/resources/resources/standard-deploy.conf 2010-02-08
00:14:14 UTC (rev 11543)
@@ -1 +1 @@
-bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat
bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxb-api.jar
client/FastInfoset.jar client/commons-beanutils.jar client/jaxb-impl.jar
client/jaxb-xjc.jar client/jaxws-rt.jar client/jaxws-tools.jar
client/jbossws-native-jaxrpc.jar client/jaxrpc-api.jar client/jbossws-native-jaxws.jar
client/jbossws-native-factories.jar client/jaxws-api.jar client/jsr181-api.jar
client/jbossws-native-saaj.jar client/saaj-api.jar client/jbossws-native-client.jar
client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar
client/jbossws-spi.jar client/netty.jar client/policy.jar client/stax-ex.jar
client/streambuffer.jar client/wsdl4j.jar lib/jaxb-api.jar lib/jaxb-impl.jar
common/lib/jbossws-native-jaxrpc.jar common/lib/jaxrpc-api.jar
common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-factories.jar
common/lib/jaxws-api.jar common/lib/jsr181-!
api.jar common/lib/jbossws-native-saaj.jar common/lib/saaj-api.jar
common/lib/jbossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.jar
common/lib/commons-beanutils.jar lib/endorsed/jbossws-native-* lib/endorsed/jaxb-api.jar
server/standard/deploy/jbossws.sar server/standard/deploy/jbossws-console.war
server/standard/deploy/juddi-service.sar
server/standard/deployers/jbossws.deployer/FastInfoset.jar
server/standard/deployers/jbossws.deployer/jboss-jaxb-intros.jar
server/standard/deployers/jbossws.deployer/jbossws-native-core.jar
server/standard/deployers/jbossws.deployer/jettison.jar
server/standard/deployers/jbossws.deployer/netty.jar
server/standard/deployers/jbossws.deployer/policy.jar
server/standard/deployers/jbossws.deployer/wsdl4j.jar
server/standard/deployers/jbossws.deployer/xmlsec.jar
server/standard/deployers/jbossws.deployer/META-INF/jboss-beans.xml
server/standard/deployers/jbossws.deployer/META-INF/jbossws-deployer-jboss-beans.xml
server/s!
tandard/deployers/jbossws.deployer/META-INF/jbossws-container-!
jboss-be
ans.xml server/standard/deployers/jbossws.deployer/META-INF/standard-*-config.xml
+bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat
bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxb-api.jar
client/FastInfoset.jar client/commons-beanutils.jar client/jaxb-impl.jar
client/jaxb-xjc.jar client/jaxws-rt.jar client/jaxws-tools.jar
client/jbossws-native-jaxrpc.jar client/jaxrpc-api.jar client/jbossws-native-jaxws.jar
client/jbossws-native-factories.jar client/jaxws-api.jar client/jsr181-api.jar
client/jbossws-native-saaj.jar client/saaj-api.jar client/jbossws-native-client.jar
client/jbossws-native-core.jar client/jbossws-native-services.jar
client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar
client/netty.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar
client/wsdl4j.jar lib/jaxb-api.jar lib/jaxb-impl.jar common/lib/jbossws-native-jaxrpc.jar
common/lib/jaxrpc-api.jar common/lib/jbossws-native-jaxws.jar
common/lib/jbossws-native-factories.jar common/l!
ib/jaxws-api.jar common/lib/jsr181-api.jar common/lib/jbossws-native-saaj.jar
common/lib/saaj-api.jar common/lib/jbossws-common.jar common/lib/jbossws-framework.jar
common/lib/jbossws-spi.jar common/lib/commons-beanutils.jar lib/endorsed/jbossws-native-*
lib/endorsed/jaxb-api.jar server/standard/deploy/jbossws.sar
server/standard/deploy/jbossws-console.war server/standard/deploy/juddi-service.sar
server/standard/deployers/jbossws.deployer/FastInfoset.jar
server/standard/deployers/jbossws.deployer/jboss-jaxb-intros.jar
server/standard/deployers/jbossws.deployer/jbossws-native-core.jar
server/standard/deployers/jbossws.deployer/jbossws-native-services.jar
server/standard/deployers/jbossws.deployer/jettison.jar
server/standard/deployers/jbossws.deployer/netty.jar
server/standard/deployers/jbossws.deployer/policy.jar
server/standard/deployers/jbossws.deployer/wsdl4j.jar
server/standard/deployers/jbossws.deployer/xmlsec.jar
server/standard/deployers/jbossws.deployer/META-INF/jbo!
ss-beans.xml server/standard/deployers/jbossws.deployer/META-I!
NF/jboss
ws-deployer-jboss-beans.xml
server/standard/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml
server/standard/deployers/jbossws.deployer/META-INF/standard-*-config.xml
Added: stack/native/branches/jaxrpc-cxf/modules/services/pom.xml
===================================================================
--- stack/native/branches/jaxrpc-cxf/modules/services/pom.xml (rev
0)
+++ stack/native/branches/jaxrpc-cxf/modules/services/pom.xml 2010-02-08 00:14:14 UTC (rev
11543)
@@ -0,0 +1,16 @@
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Framework services configuration</name>
+ <artifactId>jbossws-native-services</artifactId>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native</artifactId>
+ <version>3.3.0-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+</project>
Property changes on: stack/native/branches/jaxrpc-cxf/modules/services/pom.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added:
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.common.addressing.MAPBuilderFactory
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.common.addressing.MAPBuilderFactory
(rev 0)
+++
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.common.addressing.MAPBuilderFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -0,0 +1 @@
+org.jboss.ws.extensions.addressing.map.NativeMAPBuilderFactory
\ No newline at end of file
Added:
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.DeploymentAspectManagerLocator
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.DeploymentAspectManagerLocator
(rev 0)
+++
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.DeploymentAspectManagerLocator 2010-02-08
00:14:14 UTC (rev 11543)
@@ -0,0 +1 @@
+org.jboss.wsf.framework.DeploymentAspectManagerLocatorImpl
\ No newline at end of file
Added:
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
(rev 0)
+++
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.deployment.DeploymentModelFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -0,0 +1 @@
+org.jboss.wsf.framework.deployment.ArchiveDeploymentModelFactory
\ No newline at end of file
Added:
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
(rev 0)
+++
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.http.HttpServerFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -0,0 +1 @@
+org.jboss.ws.core.jaxws.spi.http.NettyHttpServerFactory
\ No newline at end of file
Added:
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
(rev 0)
+++
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.InvocationHandlerFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -0,0 +1 @@
+org.jboss.ws.core.jaxws.spi.http.NettyInvocationHandlerFactory
\ No newline at end of file
Added:
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.RequestHandlerFactory
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.RequestHandlerFactory
(rev 0)
+++
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.RequestHandlerFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -0,0 +1 @@
+org.jboss.wsf.stack.jbws.RequestHandlerFactoryImpl
\ No newline at end of file
Added:
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.WebServiceContextFactory
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.WebServiceContextFactory
(rev 0)
+++
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.invocation.WebServiceContextFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -0,0 +1 @@
+org.jboss.wsf.stack.jbws.WebServiceContextFactoryImpl
\ No newline at end of file
Added:
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
(rev 0)
+++
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.EndpointRegistryFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -0,0 +1 @@
+org.jboss.ws.core.jaxws.spi.http.NettyEndpointRegistryFactory
\ No newline at end of file
Added:
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
(rev 0)
+++
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.ServerConfigFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -0,0 +1 @@
+org.jboss.ws.core.jaxws.spi.http.NettyHttpServerConfigFactory
\ No newline at end of file
Added:
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.StackConfigFactory
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.StackConfigFactory
(rev 0)
+++
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.management.StackConfigFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -0,0 +1 @@
+org.jboss.wsf.stack.jbws.NativeStackConfigFactory
\ No newline at end of file
Added:
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.serviceref.ServiceRefBinderFactory
===================================================================
---
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.serviceref.ServiceRefBinderFactory
(rev 0)
+++
stack/native/branches/jaxrpc-cxf/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.serviceref.ServiceRefBinderFactory 2010-02-08
00:14:14 UTC (rev 11543)
@@ -0,0 +1 @@
+org.jboss.ws.core.client.ServiceRefBinderFactoryImpl
\ No newline at end of file
Modified: stack/native/branches/jaxrpc-cxf/pom.xml
===================================================================
--- stack/native/branches/jaxrpc-cxf/pom.xml 2010-02-05 18:06:49 UTC (rev 11542)
+++ stack/native/branches/jaxrpc-cxf/pom.xml 2010-02-08 00:14:14 UTC (rev 11543)
@@ -40,6 +40,7 @@
<module>modules/client</module>
<module>modules/management</module>
<module>modules/resources</module>
+ <module>modules/services</module>
</modules>
<!-- Properties -->
Modified: stack/native/branches/jaxrpc-cxf/src/main/distro/build-project-gen.xml
===================================================================
--- stack/native/branches/jaxrpc-cxf/src/main/distro/build-project-gen.xml 2010-02-05
18:06:49 UTC (rev 11542)
+++ stack/native/branches/jaxrpc-cxf/src/main/distro/build-project-gen.xml 2010-02-08
00:14:14 UTC (rev 11543)
@@ -115,6 +115,7 @@
<pathelement location="${jboss.client}/saaj-api.jar"/>
<pathelement
location="${jboss.client}/jbossws-native-factories.jar"/>
<pathelement
location="${jboss.client}/jbossws-native-core.jar"/>
+ <pathelement
location="${jboss.client}/jbossws-native-services.jar"/>
<pathelement
location="${jboss.client}/jbossws-native-client.jar"/>
<path refid="integration.target.javac.classpath" />
</path>
Modified: stack/native/branches/jaxrpc-cxf/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
---
stack/native/branches/jaxrpc-cxf/src/main/scripts/assembly-deploy-artifacts.xml 2010-02-05
18:06:49 UTC (rev 11542)
+++
stack/native/branches/jaxrpc-cxf/src/main/scripts/assembly-deploy-artifacts.xml 2010-02-08
00:14:14 UTC (rev 11543)
@@ -17,6 +17,16 @@
<outputDirectory>lib</outputDirectory>
<outputFileNameMapping>${module.artifactId}.${module.extension}</outputFileNameMapping>
<unpack>false</unpack>
+ <dependencySets>
+ <dependencySet>
+
<outputFileNameMapping>${module.artifactId}.${module.extension}</outputFileNameMapping>
+ <useStrictFiltering>true</useStrictFiltering>
+ <includes>
+
<include>org.jboss.ws.native:jbossws-native-factories:jar</include>
+
<include>org.jboss.ws.native:jbossws-native-services:jar</include>
+ </includes>
+ </dependencySet>
+ </dependencySets>
</binaries>
</moduleSet>
<moduleSet>
@@ -44,7 +54,6 @@
<include>org.jboss.ws:jbossws-common:jar</include>
<include>org.jboss.ws:jbossws-spi:jar</include>
<include>javax.xml:jaxrpc-api:jar</include>
-
<include>org.jboss.ws.native:jbossws-native-factories:jar</include>
<include>javax.xml.soap:saaj-api:jar</include>
<include>org.codehaus.jettison:jettison:jar</include>
<include>wscommons-policy:policy:jar</include>