JBossWS SVN: r13985 - in stack/cxf/trunk/modules: dist/src/main/distro and 28 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-03-31 12:35:24 -0400 (Thu, 31 Mar 2011)
New Revision: 13985
Modified:
stack/cxf/trunk/modules/dist/management/
stack/cxf/trunk/modules/dist/src/main/distro/test-exclude.xsl
stack/cxf/trunk/modules/dist/src/main/doc/
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/apache/cxf/main/module.xml
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/server/integration/main/module.xml
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/jaxws-client/main/module.xml
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/WSDLFilePublisher.java
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/DescriptorDeploymentAspect.java
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/ResourceResolverDeploymentAspect.java
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/resolver/JBossWSResourceResolver.java
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/resolver/WebAppResolver.java
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/AddressRewritingEndpointInfo.java
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/SoapTransportFactoryExt.java
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/aegis/
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/configuration/
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/descriptor/
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/interop/
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/webserviceref/
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/wsrm/
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/samples/
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/aegis/
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/configuration/
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/descriptor/
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/interop/
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/webserviceref/
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/wsrm/
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/samples/
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/samples/jmstransport/fromjava/META-INF/jbossws-cxf.xml
stack/cxf/trunk/modules/testsuite/pom.xml
stack/cxf/trunk/modules/testsuite/src/test/resources/securityMgr/jboss-6.0.0-SNAPSHOT/
Log:
Merging -r 13961, 13965 from jbossws-cxf-4.0.0.Alpha3 branch/tag
Property changes on: stack/cxf/trunk/modules/dist/management
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/dist/src/main/distro/test-exclude.xsl
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/dist/src/main/doc
___________________________________________________________________
Deleted: svn:mergeinfo
-
Modified: stack/cxf/trunk/modules/resources/src/main/resources/modules/org/apache/cxf/main/module.xml
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/modules/org/apache/cxf/main/module.xml 2011-03-31 15:25:25 UTC (rev 13984)
+++ stack/cxf/trunk/modules/resources/src/main/resources/modules/org/apache/cxf/main/module.xml 2011-03-31 16:35:24 UTC (rev 13985)
@@ -44,6 +44,6 @@
<module name="org.apache.ws.commons.xmlschema" />
<module name="org.apache.ws.security" />
<module name="org.apache.santuario.xmlsec" />
-<!-- <module name="org.springframework.spring" optional="true"/> -->
+ <module name="org.springframework.spring" optional="true"/>
</dependencies>
</module>
Modified: stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml 2011-03-31 15:25:25 UTC (rev 13984)
+++ stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml 2011-03-31 16:35:24 UTC (rev 13985)
@@ -53,6 +53,6 @@
<module name="org.jboss.ws.jaxws-client" services="import"/>
<module name="org.jboss.ws.cxf.jbossws-cxf-server" services="import"/>
<module name="org.jboss.ws.spi" />
-<!-- <module name="org.springframework.spring" optional="true" /> -->
+ <module name="org.springframework.spring" optional="true" />
</dependencies>
</module>
Modified: stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/server/integration/main/module.xml
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/server/integration/main/module.xml 2011-03-31 15:25:25 UTC (rev 13984)
+++ stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/server/integration/main/module.xml 2011-03-31 16:35:24 UTC (rev 13985)
@@ -71,13 +71,13 @@
<module name="com.sun.xml.messaging.saaj" services="export" export="true"/>
<module name="org.apache.ws.security" export="true"/>
<module name="org.apache.santuario.xmlsec" export="true"/>
-<!-- <module name="org.springframework.spring" optional="true" export="true">
+ <module name="org.springframework.spring" optional="true" export="true">
<imports>
<include path="META-INF"/>
</imports>
<exports>
<include path="META-INF"/>
</exports>
- </module> -->
+ </module>
</dependencies>
</module>
Modified: stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml 2011-03-31 15:25:25 UTC (rev 13984)
+++ stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml 2011-03-31 16:35:24 UTC (rev 13985)
@@ -56,6 +56,6 @@
<module name="org.jboss.common-core" />
<module name="org.jboss.logging" />
<module name="org.apache.ws.security" />
-<!-- <module name="org.springframework.spring" optional="true" /> -->
+ <module name="org.springframework.spring" optional="true" />
</dependencies>
</module>
Modified: stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml 2011-03-31 15:25:25 UTC (rev 13984)
+++ stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml 2011-03-31 16:35:24 UTC (rev 13985)
@@ -37,7 +37,7 @@
<module name="org.apache.cxf" services="import">
<imports>
<include path="META-INF/cxf"/> <!-- required to also pull in the bus extensions from META-INF -->
- <include path="META-INF/spring.*"/>
+ <include path="META-INF/"/>
</imports>
</module>
<module name="com.sun.httpserver"/>
Modified: stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/jaxws-client/main/module.xml
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/jaxws-client/main/module.xml 2011-03-31 15:25:25 UTC (rev 13984)
+++ stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/jaxws-client/main/module.xml 2011-03-31 16:35:24 UTC (rev 13985)
@@ -51,6 +51,6 @@
</module>
<module name="org.apache.neethi" />
<module name="org.jboss.logging" />
-<!-- <module name="org.springframework.spring" optional="true" /> -->
+ <module name="org.springframework.spring" optional="true" />
</dependencies>
</module>
Property changes on: stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/WSDLFilePublisher.java
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/DescriptorDeploymentAspect.java
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/ResourceResolverDeploymentAspect.java
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/resolver/JBossWSResourceResolver.java
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/resolver/WebAppResolver.java
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/AddressRewritingEndpointInfo.java
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/SoapTransportFactoryExt.java
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/aegis
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/configuration
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/descriptor
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/interop
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/webserviceref
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/wsrm
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/samples
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/aegis
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/configuration
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/descriptor
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/interop
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/webserviceref
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/wsrm
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/samples
___________________________________________________________________
Deleted: svn:mergeinfo
-
Property changes on: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/samples/jmstransport/fromjava/META-INF/jbossws-cxf.xml
___________________________________________________________________
Deleted: svn:mergeinfo
-
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-03-31 15:25:25 UTC (rev 13984)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-03-31 16:35:24 UTC (rev 13985)
@@ -930,33 +930,23 @@
<!-- EJB3 endpoint deployments -->
<exclude>org/jboss/test/ws/jaxws/jbws1283/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws1422/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws1446/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws1505/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws1556/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws1566/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws1581/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws1665/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws1694/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws1799/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws1813/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws1815/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws1822/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws1841/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws1845/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws1872/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws1904/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws1969/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws2000/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws2074/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws2183/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws2218/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws2241/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws2257/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws2449/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws2630/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws2634/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws2701/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws2934/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws2937/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws2957/**</exclude>
Property changes on: stack/cxf/trunk/modules/testsuite/src/test/resources/securityMgr/jboss-6.0.0-SNAPSHOT
___________________________________________________________________
Deleted: svn:mergeinfo
-
13 years, 8 months
JBossWS SVN: r13984 - stack/cxf/branches/jbossws-cxf-3.1.2.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-03-31 11:25:25 -0400 (Thu, 31 Mar 2011)
New Revision: 13984
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
Log:
Build using latest version of patched apache cxf
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2011-03-31 08:12:39 UTC (rev 13983)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2011-03-31 15:25:25 UTC (rev 13984)
@@ -52,7 +52,7 @@
<jbossws.jboss510.version>3.1.0-SNAPSHOT</jbossws.jboss510.version>
-->
<!-- END -->
- <cxf.version>2.2.12-patch01-SNAPSHOT</cxf.version>
+ <cxf.version>2.2.12-patch-02-SNAPSHOT</cxf.version>
<cxf.spring.version>2.5.6.SEC02</cxf.spring.version>
<cxf.stax.version>1.0.1</cxf.stax.version>
<cxf.asm.version>3.1</cxf.asm.version>
13 years, 8 months
JBossWS SVN: r13983 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2011-03-31 04:12:39 -0400 (Thu, 31 Mar 2011)
New Revision: 13983
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
[JBAS-8936] updating excludes - enabling tests
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2011-03-30 14:09:21 UTC (rev 13982)
+++ stack/native/trunk/modules/testsuite/pom.xml 2011-03-31 08:12:39 UTC (rev 13983)
@@ -877,9 +877,6 @@
<exclude>org/jboss/test/ws/jaxws/samples/wssecurity/SimpleUsernameTestCase*</exclude>
<exclude>org/jboss/test/ws/jaxws/samples/wssecurity/SimpleDispatchTestCase*</exclude>
- <!-- # [JBAS-8936] @Resource injection from web.xml doesn't work -->
- <exclude>org/jboss/test/ws/jaxws/enventry/EnvEntry*TestCase*</exclude>
-
<!-- JAXR not available -->
<exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>
</excludes>
13 years, 8 months
JBossWS SVN: r13982 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2011-03-30 10:09:21 -0400 (Wed, 30 Mar 2011)
New Revision: 13982
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
updating excludes
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2011-03-30 13:24:45 UTC (rev 13981)
+++ stack/native/trunk/modules/testsuite/pom.xml 2011-03-30 14:09:21 UTC (rev 13982)
@@ -740,18 +740,25 @@
<configuration>
<argLine>${surefire.jvm.args} ${surefire.jvm.management.args} -Djava.endorsed.dirs=${endorsed.dirs}</argLine>
<excludes>
- <!--# UsernameTokenHTTPSTestCase requires keystore & trustore in jboss-web tomcat configuration-->
- <exclude>org/jboss/test/ws/interop/nov2007/wsse/UsernameTokenHTTPSTestCase.*</exclude>
+ <!--# UsernameTokenHTTPSTestCase requires keystore & trustore in jboss-web tomcat configuration-->
+ <exclude>org/jboss/test/ws/interop/nov2007/wsse/UsernameTokenHTTPSTestCase.*</exclude>
- <!--# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored-->
- <exclude>org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*</exclude>
+ <!--# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored-->
+ <exclude>org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*</exclude>
- <!-- # [JBAS-8363] Virtual host issue in JBossWeb -->
- <exclude>org/jboss/test/ws/jaxws/jbws981/JBWS981TestCase.*</exclude>
+ <!-- # [JBAS-8363] Virtual host issue in JBossWeb -->
+ <exclude>org/jboss/test/ws/jaxws/jbws981/JBWS981TestCase.*</exclude>
- <!-- # [JBWS-3150] This test causes hudson to freeze -->
- <exclude>org/jboss/test/ws/common/soap/SOAPConnectionTestCase.*</exclude>
+ <!-- # [JBWS-3150] This test causes hudson to freeze -->
+ <exclude>org/jboss/test/ws/common/soap/SOAPConnectionTestCase.*</exclude>
+ <!-- # [JBAS-9188] Implement support for nested EJBs & WARs in .sar archives -->
+ <exclude>org/jboss/test/ws/jaxws/jbws1854/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws1988/UsernameAuthTestCase*</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws2116/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws3182/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/samples/jmstransport/**</exclude>
+
<!-- ////////////////////////// -->
<!-- AS7 integration exclusions -->
<!-- ////////////////////////// -->
@@ -773,10 +780,8 @@
<exclude>org/jboss/test/ws/jaxws/jbws1845/**</exclude> <!-- F VerifyError -->
<exclude>org/jboss/test/ws/jaxws/jbws1850/**</exclude> <!-- F java.lang.ArrayIndexOutOfBoundsException -->
<exclude>org/jboss/test/ws/jaxws/jbws1872/**</exclude> <!-- F java.lang.ArrayIndexOutOfBoundsException -->
- <exclude>org/jboss/test/ws/jaxws/jbws1988/UsernameAuthTestCase*</exclude> <!-- F java.lang.ArrayIndexOutOfBoundsException -->
<exclude>org/jboss/test/ws/jaxws/jbws1991/**</exclude> <!-- F java.lang.ArrayIndexOutOfBoundsException -->
<exclude>org/jboss/test/ws/jaxws/jbws2014/**</exclude> <!-- F java.lang.ArrayIndexOutOfBoundsException -->
- <exclude>org/jboss/test/ws/jaxws/jbws2116/**</exclude> <!-- F java.lang.ArrayIndexOutOfBoundsException -->
<exclude>org/jboss/test/ws/jaxws/jbws2218/**</exclude> <!-- F java.lang.ArrayIndexOutOfBoundsException -->
<exclude>org/jboss/test/ws/jaxws/jbws2241/**</exclude> <!-- F cannot find WSDL -->
<exclude>org/jboss/test/ws/jaxws/jbws2257/**</exclude> <!-- F java.lang.ArrayIndexOutOfBoundsException -->
@@ -832,9 +837,6 @@
<exclude>org/jboss/test/ws/jaxws/smoke/tools/*ScriptTestCase*</exclude>
<exclude>org/jboss/test/ws/jaxws/smoke/tools/WSRunClientTestCase*</exclude>
- <!-- # [JBWS-3226] jboss-service.xml not matching AS7 format -->
- <exclude>org/jboss/test/ws/jaxws/jbws1854/**</exclude>
-
<!-- # [JBWS-3232] javax.naming.NameNotFoundException: Name 'service' not found in context 'env' -->
<exclude>org/jboss/test/ws/jaxws/jbws3140/**</exclude>
@@ -875,12 +877,6 @@
<exclude>org/jboss/test/ws/jaxws/samples/wssecurity/SimpleUsernameTestCase*</exclude>
<exclude>org/jboss/test/ws/jaxws/samples/wssecurity/SimpleDispatchTestCase*</exclude>
- <!-- # [JBWS-3257] No class available with name 'org.jboss.security.plugins.JaasSecurityDomain' -->
- <exclude>org/jboss/test/ws/jaxws/jbws3182/**</exclude>
-
- <!-- # [JBWS-3258] No class available with name 'org.jboss.mq.server.jmx.Queue' -->
- <exclude>org/jboss/test/ws/jaxws/samples/jmstransport/**</exclude>
-
<!-- # [JBAS-8936] @Resource injection from web.xml doesn't work -->
<exclude>org/jboss/test/ws/jaxws/enventry/EnvEntry*TestCase*</exclude>
13 years, 8 months
JBossWS SVN: r13981 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2011-03-30 09:24:45 -0400 (Wed, 30 Mar 2011)
New Revision: 13981
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
updating test excludes
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2011-03-30 13:24:14 UTC (rev 13980)
+++ stack/native/trunk/modules/testsuite/pom.xml 2011-03-30 13:24:45 UTC (rev 13981)
@@ -773,8 +773,10 @@
<exclude>org/jboss/test/ws/jaxws/jbws1845/**</exclude> <!-- F VerifyError -->
<exclude>org/jboss/test/ws/jaxws/jbws1850/**</exclude> <!-- F java.lang.ArrayIndexOutOfBoundsException -->
<exclude>org/jboss/test/ws/jaxws/jbws1872/**</exclude> <!-- F java.lang.ArrayIndexOutOfBoundsException -->
+ <exclude>org/jboss/test/ws/jaxws/jbws1988/UsernameAuthTestCase*</exclude> <!-- F java.lang.ArrayIndexOutOfBoundsException -->
<exclude>org/jboss/test/ws/jaxws/jbws1991/**</exclude> <!-- F java.lang.ArrayIndexOutOfBoundsException -->
<exclude>org/jboss/test/ws/jaxws/jbws2014/**</exclude> <!-- F java.lang.ArrayIndexOutOfBoundsException -->
+ <exclude>org/jboss/test/ws/jaxws/jbws2116/**</exclude> <!-- F java.lang.ArrayIndexOutOfBoundsException -->
<exclude>org/jboss/test/ws/jaxws/jbws2218/**</exclude> <!-- F java.lang.ArrayIndexOutOfBoundsException -->
<exclude>org/jboss/test/ws/jaxws/jbws2241/**</exclude> <!-- F cannot find WSDL -->
<exclude>org/jboss/test/ws/jaxws/jbws2257/**</exclude> <!-- F java.lang.ArrayIndexOutOfBoundsException -->
@@ -832,10 +834,6 @@
<!-- # [JBWS-3226] jboss-service.xml not matching AS7 format -->
<exclude>org/jboss/test/ws/jaxws/jbws1854/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws1988/UsernameAuthTestCase*</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws2116/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/jbws3182/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/samples/jmstransport/**</exclude>
<!-- # [JBWS-3232] javax.naming.NameNotFoundException: Name 'service' not found in context 'env' -->
<exclude>org/jboss/test/ws/jaxws/jbws3140/**</exclude>
@@ -877,6 +875,12 @@
<exclude>org/jboss/test/ws/jaxws/samples/wssecurity/SimpleUsernameTestCase*</exclude>
<exclude>org/jboss/test/ws/jaxws/samples/wssecurity/SimpleDispatchTestCase*</exclude>
+ <!-- # [JBWS-3257] No class available with name 'org.jboss.security.plugins.JaasSecurityDomain' -->
+ <exclude>org/jboss/test/ws/jaxws/jbws3182/**</exclude>
+
+ <!-- # [JBWS-3258] No class available with name 'org.jboss.mq.server.jmx.Queue' -->
+ <exclude>org/jboss/test/ws/jaxws/samples/jmstransport/**</exclude>
+
<!-- # [JBAS-8936] @Resource injection from web.xml doesn't work -->
<exclude>org/jboss/test/ws/jaxws/enventry/EnvEntry*TestCase*</exclude>
13 years, 8 months
JBossWS SVN: r13980 - in stack/native/trunk/modules/testsuite/native-tests: src/test/resources/jaxws/jbws1988/META-INF and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2011-03-30 09:24:14 -0400 (Wed, 30 Mar 2011)
New Revision: 13980
Added:
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws1988/META-INF/MANIFEST.MF
Modified:
stack/native/trunk/modules/testsuite/native-tests/scripts/build-jars-jaxws.xml
Log:
adding org.jboss.logging dependency
Modified: stack/native/trunk/modules/testsuite/native-tests/scripts/build-jars-jaxws.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/scripts/build-jars-jaxws.xml 2011-03-30 13:11:15 UTC (rev 13979)
+++ stack/native/trunk/modules/testsuite/native-tests/scripts/build-jars-jaxws.xml 2011-03-30 13:24:14 UTC (rev 13980)
@@ -248,7 +248,7 @@
</jar>
<!-- jaxws-jbws1988 -->
- <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1988.jar">
+ <jar destfile="${tests.output.dir}/test-libs/jaxws-jbws1988.jar" manifest="${tests.output.dir}/test-resources/jaxws/jbws1988/META-INF/MANIFEST.MF">
<fileset dir="${tests.output.dir}/test-classes">
<include name="org/jboss/test/ws/jaxws/jbws1988/*.class" />
<exclude name="org/jboss/test/ws/jaxws/jbws1988/*TestCase.class" />
Added: stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws1988/META-INF/MANIFEST.MF
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws1988/META-INF/MANIFEST.MF (rev 0)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws1988/META-INF/MANIFEST.MF 2011-03-30 13:24:14 UTC (rev 13980)
@@ -0,0 +1,2 @@
+Manifest-Version: 1.0
+Dependencies: org.jboss.logging
\ No newline at end of file
13 years, 8 months
JBossWS SVN: r13979 - in stack/cxf: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-03-30 09:11:15 -0400 (Wed, 30 Mar 2011)
New Revision: 13979
Added:
stack/cxf/tags/jbossws-cxf-4.0.0.Alpha3/
Removed:
stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/
Log:
Tagging jbossws-cxf-4.0.0.Alpha3
13 years, 8 months
JBossWS SVN: r13978 - in stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3: modules/addons and 11 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-03-30 09:02:21 -0400 (Wed, 30 Mar 2011)
New Revision: 13978
Modified:
stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/addons/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/addons/transports/http/httpserver/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/client/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/dist/management/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/dist/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/endorsed/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/server/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/testsuite/cxf-spring-tests/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/testsuite/cxf-tests/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/testsuite/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/testsuite/shared-tests/pom.xml
stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/pom.xml
Log:
Updating pom.xml files to build as 4.0.0.Alpha3
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/addons/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/addons/pom.xml 2011-03-30 12:57:04 UTC (rev 13977)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/addons/pom.xml 2011-03-30 13:02:21 UTC (rev 13978)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/addons/transports/http/httpserver/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/addons/transports/http/httpserver/pom.xml 2011-03-30 12:57:04 UTC (rev 13977)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/addons/transports/http/httpserver/pom.xml 2011-03-30 13:02:21 UTC (rev 13978)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-addons</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Alpha3</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/client/pom.xml 2011-03-30 12:57:04 UTC (rev 13977)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/client/pom.xml 2011-03-30 13:02:21 UTC (rev 13978)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/dist/management/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/dist/management/pom.xml 2011-03-30 12:57:04 UTC (rev 13977)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/dist/management/pom.xml 2011-03-30 13:02:21 UTC (rev 13978)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Alpha3</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<!-- Build -->
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/dist/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/dist/pom.xml 2011-03-30 12:57:04 UTC (rev 13977)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/dist/pom.xml 2011-03-30 13:02:21 UTC (rev 13978)
@@ -4,12 +4,12 @@
<name>JBoss Web Services - Stack CXF Distrubiton</name>
<artifactId>jbossws-cxf-dist</artifactId>
<packaging>pom</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Alpha3</version>
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/endorsed/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/endorsed/pom.xml 2011-03-30 12:57:04 UTC (rev 13977)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/endorsed/pom.xml 2011-03-30 13:02:21 UTC (rev 13978)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/pom.xml 2011-03-30 12:57:04 UTC (rev 13977)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/pom.xml 2011-03-30 13:02:21 UTC (rev 13978)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/server/pom.xml 2011-03-30 12:57:04 UTC (rev 13977)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/server/pom.xml 2011-03-30 13:02:21 UTC (rev 13978)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/testsuite/cxf-spring-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/testsuite/cxf-spring-tests/pom.xml 2011-03-30 12:57:04 UTC (rev 13977)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/testsuite/cxf-spring-tests/pom.xml 2011-03-30 13:02:21 UTC (rev 13978)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Alpha3</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/testsuite/cxf-tests/pom.xml 2011-03-30 12:57:04 UTC (rev 13977)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/testsuite/cxf-tests/pom.xml 2011-03-30 13:02:21 UTC (rev 13978)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Alpha3</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/testsuite/pom.xml 2011-03-30 12:57:04 UTC (rev 13977)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/testsuite/pom.xml 2011-03-30 13:02:21 UTC (rev 13978)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Alpha3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/testsuite/shared-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/testsuite/shared-tests/pom.xml 2011-03-30 12:57:04 UTC (rev 13977)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/testsuite/shared-tests/pom.xml 2011-03-30 13:02:21 UTC (rev 13978)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Alpha3</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/pom.xml 2011-03-30 12:57:04 UTC (rev 13977)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/pom.xml 2011-03-30 13:02:21 UTC (rev 13978)
@@ -18,20 +18,20 @@
<packaging>pom</packaging>
<description>JBossWS CXF stack</description>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.Alpha3</version>
<!-- Parent -->
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.10-SNAPSHOT</version>
+ <version>1.0.10.Alpha1</version>
</parent>
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/trunk</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf-4....</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/tags/jbossws-cxf-4.0.0...</url>
</scm>
<!-- Modules -->
13 years, 8 months
JBossWS SVN: r13977 - in stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/samples: wsse/username-digest/WEB-INF and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2011-03-30 08:57:04 -0400 (Wed, 30 Mar 2011)
New Revision: 13977
Modified:
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/jboss-service.xml
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/samples/wsse/username-digest/WEB-INF/jboss-service.xml
Log:
specify <server> element namespace - AS6 succesfully ignores it
Modified: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/jboss-service.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/jboss-service.xml 2011-03-30 12:52:34 UTC (rev 13976)
+++ stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/jboss-service.xml 2011-03-30 12:57:04 UTC (rev 13977)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-<server>
+<server xmlns="urn:jboss:service:7.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="urn:jboss:service:7.0 jboss-service_7_0.xsd">
<mbean code="org.jboss.mq.server.jmx.Queue" name="jboss.mq.destination:service=Queue,name=RequestQueue">
<depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
</mbean>
Modified: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/samples/wsse/username-digest/WEB-INF/jboss-service.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/samples/wsse/username-digest/WEB-INF/jboss-service.xml 2011-03-30 12:52:34 UTC (rev 13976)
+++ stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/samples/wsse/username-digest/WEB-INF/jboss-service.xml 2011-03-30 12:57:04 UTC (rev 13977)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-<server>
+<server xmlns="urn:jboss:service:7.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="urn:jboss:service:7.0 jboss-service_7_0.xsd">
<!-- ==================================================================== -->
<!-- Dynamic login config to install the login module using digest -->
<!-- ==================================================================== -->
13 years, 8 months
JBossWS SVN: r13976 - in stack/native/trunk/modules/testsuite/native-tests/src/test/resources: jaxws/jbws1988/META-INF and 5 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2011-03-30 08:52:34 -0400 (Wed, 30 Mar 2011)
New Revision: 13976
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss-service.xml
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws1988/META-INF/jboss-service.xml
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws2116/META-INF/jboss-service.xml
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws3182/META-INF/jboss-service.xml
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/dar/META-INF/jboss-service.xml
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/dar/jboss-service.xml
stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/jboss-service.xml
Log:
specify <server> element namespace - AS6 successfully ignores it ;)
Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss-service.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss-service.xml 2011-03-30 12:48:02 UTC (rev 13975)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss-service.xml 2011-03-30 12:52:34 UTC (rev 13976)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-<server>
+<server xmlns="urn:jboss:service:7.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="urn:jboss:service:7.0 jboss-service_7_0.xsd">
<mbean code="org.jboss.mq.server.jmx.Queue"
name="jboss.mq.destination:service=Queue,name=RequestQueue">
<depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws1988/META-INF/jboss-service.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws1988/META-INF/jboss-service.xml 2011-03-30 12:48:02 UTC (rev 13975)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws1988/META-INF/jboss-service.xml 2011-03-30 12:52:34 UTC (rev 13976)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-<server>
+<server xmlns="urn:jboss:service:7.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="urn:jboss:service:7.0 jboss-service_7_0.xsd">
<!-- ==================================================================== -->
<!-- Dynamic login config to install the login module using digest -->
<!-- ==================================================================== -->
Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws2116/META-INF/jboss-service.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws2116/META-INF/jboss-service.xml 2011-03-30 12:48:02 UTC (rev 13975)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws2116/META-INF/jboss-service.xml 2011-03-30 12:52:34 UTC (rev 13976)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-<server>
+<server xmlns="urn:jboss:service:7.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="urn:jboss:service:7.0 jboss-service_7_0.xsd">
<!-- ==================================================================== -->
<!-- JassSecurityDomain required to use CertRolesLoginModule -->
<!-- ==================================================================== -->
Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws3182/META-INF/jboss-service.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws3182/META-INF/jboss-service.xml 2011-03-30 12:48:02 UTC (rev 13975)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/jbws3182/META-INF/jboss-service.xml 2011-03-30 12:52:34 UTC (rev 13976)
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<server>
+<server xmlns="urn:jboss:service:7.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="urn:jboss:service:7.0 jboss-service_7_0.xsd">
<mbean code="org.jboss.security.plugins.JaasSecurityDomain" name="jboss.security:service=JBWS3182SecurityDomain">
<constructor>
<arg type="java.lang.String" value="jbws3182-security-domain"/>
@@ -17,4 +19,4 @@
<attribute name="ServiceAuthToken">jbws3182</attribute>
<depends>jboss.security:service=JaasSecurityManager</depends>
</mbean>
-</server>
\ No newline at end of file
+</server>
Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/dar/META-INF/jboss-service.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/dar/META-INF/jboss-service.xml 2011-03-30 12:48:02 UTC (rev 13975)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/dar/META-INF/jboss-service.xml 2011-03-30 12:52:34 UTC (rev 13976)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-<server>
+<server xmlns="urn:jboss:service:7.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="urn:jboss:service:7.0 jboss-service_7_0.xsd">
<mbean code="org.jboss.mq.server.jmx.Queue" name="jboss.mq.destination:service=Queue,name=DarRequestQueue">
<depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
</mbean>
Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/dar/jboss-service.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/dar/jboss-service.xml 2011-03-30 12:48:02 UTC (rev 13975)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/dar/jboss-service.xml 2011-03-30 12:52:34 UTC (rev 13976)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-<server>
+<server xmlns="urn:jboss:service:7.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="urn:jboss:service:7.0 jboss-service_7_0.xsd">
<mbean code="org.jboss.mq.server.jmx.Queue" name="jboss.mq.destination:service=Queue,name=DarQueue">
<depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
</mbean>
Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/jboss-service.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/jboss-service.xml 2011-03-30 12:48:02 UTC (rev 13975)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/jboss-service.xml 2011-03-30 12:52:34 UTC (rev 13976)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-<server>
+<server xmlns="urn:jboss:service:7.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="urn:jboss:service:7.0 jboss-service_7_0.xsd">
<mbean code="org.jboss.mq.server.jmx.Queue" name="jboss.mq.destination:service=Queue,name=RequestQueue">
<depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
</mbean>
13 years, 8 months