JBossWS SVN: r14664 - stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsseEJB.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-07-05 11:06:10 -0400 (Tue, 05 Jul 2011)
New Revision: 14664
Modified:
stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsseEJB/WsseEjbTestCase.java
Log:
Deploy test security domain
Modified: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsseEJB/WsseEjbTestCase.java
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsseEJB/WsseEjbTestCase.java 2011-07-05 14:32:01 UTC (rev 14663)
+++ stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsseEJB/WsseEjbTestCase.java 2011-07-05 15:06:10 UTC (rev 14664)
@@ -49,7 +49,7 @@
public static Test suite()
{
- return new JBossWSCXFTestSetup(WsseEjbTestCase.class, "jaxws-samples-wsseEJB.jar");
+ return new JBossWSCXFTestSetup(WsseEjbTestCase.class, "jaxws-samples-wsseEJB.jar", !isTargetJBoss6());
}
private EjbEndpoint getPort() throws Exception
13 years, 5 months
JBossWS SVN: r14663 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-07-05 10:32:01 -0400 (Tue, 05 Jul 2011)
New Revision: 14663
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
Move to AS7 CR2 snapshot
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2011-07-05 14:31:32 UTC (rev 14662)
+++ stack/native/trunk/modules/testsuite/pom.xml 2011-07-05 14:32:01 UTC (rev 14663)
@@ -683,7 +683,7 @@
<profile>
<id>jboss700</id>
<properties>
- <jboss.version>7.0.0.Beta4-SNAPSHOT</jboss.version>
+ <jboss.version>7.0.0.CR2-SNAPSHOT</jboss.version>
<jbossws.integration.target>jboss700</jbossws.integration.target>
<endorsed.dirs>${project.build.directory}/endorsed</endorsed.dirs>
</properties>
13 years, 5 months
JBossWS SVN: r14662 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-07-05 10:31:32 -0400 (Tue, 05 Jul 2011)
New Revision: 14662
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
Move to AS7 CR2 snapshot
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-07-05 13:17:52 UTC (rev 14661)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-07-05 14:31:32 UTC (rev 14662)
@@ -901,7 +901,7 @@
<profile>
<id>jboss700</id>
<properties>
- <jboss.version>7.0.0.Beta4-SNAPSHOT</jboss.version>
+ <jboss.version>7.0.0.CR2-SNAPSHOT</jboss.version>
<jbossws.integration.target>jboss700</jbossws.integration.target>
</properties>
<dependencies>
@@ -1064,7 +1064,7 @@
<exclude>org/jboss/test/ws/jaxws/jbws2957/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws2999/**</exclude>
- <!-- JMS endpoint functionalities to be restored on AS7 -->
+ <!-- Former JMS endpoint functionalities replaced by SOAP-over-JMS on AS7 -->
<exclude>org/jboss/test/ws/jaxws/samples/**/jmstransport/**</exclude>
<!-- JAXRPC deployments -->
13 years, 5 months
JBossWS SVN: r14661 - shared-testsuite/trunk/testsuite/src/test/ant-import.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-07-05 09:17:52 -0400 (Tue, 05 Jul 2011)
New Revision: 14661
Modified:
shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
Log:
Updating classpath for bin dist testsuite runs against AS7
Modified: shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml 2011-07-05 11:08:47 UTC (rev 14660)
+++ shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml 2011-07-05 13:17:52 UTC (rev 14661)
@@ -211,6 +211,9 @@
<fileset dir="${jboss.home}/modules/javax/ejb/api/main/">
<include name="jboss-ejb-api_3.1_spec-*.jar"/>
</fileset>
+ <fileset dir="${jboss.home}/modules/org/jboss/ejb3/main/">
+ <include name="jboss-ejb3-ext-api-*.jar"/>
+ </fileset>
<fileset dir="${jboss.home}/modules/javax/servlet/api/main/">
<include name="jboss-servlet-api_3.0_spec-*.jar"/>
</fileset>
@@ -293,6 +296,18 @@
<fileset dir="${jboss.home}/modules/javax/security/jacc/api/main/">
<include name="jboss-jacc-api*.jar"/>
</fileset>
+ <fileset dir="${jboss.home}/modules/org/jboss/remoting3/main/">
+ <include name="jboss-remoting-*.jar"/>
+ </fileset>
+ <fileset dir="${jboss.home}/modules/org/jboss/sasl/main/">
+ <include name="jboss-sasl-*.jar"/>
+ </fileset>
+ <fileset dir="${jboss.home}/modules/org/jboss/xnio/main/">
+ <include name="xnio-api-*.jar"/>
+ </fileset>
+ <fileset dir="${jboss.home}/modules/org/jboss/xnio/nio/main/">
+ <include name="xnio-nio-*.jar"/>
+ </fileset>
</path>
</target>
13 years, 5 months
JBossWS SVN: r14660 - in stack/native/branches/jbossws-native-3.1.2.SP10: modules/client and 7 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-07-05 07:08:47 -0400 (Tue, 05 Jul 2011)
New Revision: 14660
Modified:
stack/native/branches/jbossws-native-3.1.2.SP10/modules/client/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP10/modules/core/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP10/modules/endorsed/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP10/modules/management/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP10/modules/resources/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP10/modules/testsuite/framework-tests/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP10/modules/testsuite/native-tests/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP10/modules/testsuite/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP10/pom.xml
Log:
Updating poms
Modified: stack/native/branches/jbossws-native-3.1.2.SP10/modules/client/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP10/modules/client/pom.xml 2011-07-05 11:04:09 UTC (rev 14659)
+++ stack/native/branches/jbossws-native-3.1.2.SP10/modules/client/pom.xml 2011-07-05 11:08:47 UTC (rev 14660)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.2.SP9</version>
+ <version>3.1.2.SP10</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP10/modules/core/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP10/modules/core/pom.xml 2011-07-05 11:04:09 UTC (rev 14659)
+++ stack/native/branches/jbossws-native-3.1.2.SP10/modules/core/pom.xml 2011-07-05 11:08:47 UTC (rev 14660)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.2.SP9</version>
+ <version>3.1.2.SP10</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP10/modules/endorsed/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP10/modules/endorsed/pom.xml 2011-07-05 11:04:09 UTC (rev 14659)
+++ stack/native/branches/jbossws-native-3.1.2.SP10/modules/endorsed/pom.xml 2011-07-05 11:08:47 UTC (rev 14660)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.2.SP9</version>
+ <version>3.1.2.SP10</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP10/modules/management/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP10/modules/management/pom.xml 2011-07-05 11:04:09 UTC (rev 14659)
+++ stack/native/branches/jbossws-native-3.1.2.SP10/modules/management/pom.xml 2011-07-05 11:08:47 UTC (rev 14660)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.2.SP9</version>
+ <version>3.1.2.SP10</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP10/modules/resources/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP10/modules/resources/pom.xml 2011-07-05 11:04:09 UTC (rev 14659)
+++ stack/native/branches/jbossws-native-3.1.2.SP10/modules/resources/pom.xml 2011-07-05 11:08:47 UTC (rev 14660)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.2.SP9</version>
+ <version>3.1.2.SP10</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP10/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP10/modules/testsuite/framework-tests/pom.xml 2011-07-05 11:04:09 UTC (rev 14659)
+++ stack/native/branches/jbossws-native-3.1.2.SP10/modules/testsuite/framework-tests/pom.xml 2011-07-05 11:08:47 UTC (rev 14660)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>3.1.2.SP9</version>
+ <version>3.1.2.SP10</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP10/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP10/modules/testsuite/native-tests/pom.xml 2011-07-05 11:04:09 UTC (rev 14659)
+++ stack/native/branches/jbossws-native-3.1.2.SP10/modules/testsuite/native-tests/pom.xml 2011-07-05 11:08:47 UTC (rev 14660)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-testsuite</artifactId>
- <version>3.1.2.SP9</version>
+ <version>3.1.2.SP10</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP10/modules/testsuite/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP10/modules/testsuite/pom.xml 2011-07-05 11:04:09 UTC (rev 14659)
+++ stack/native/branches/jbossws-native-3.1.2.SP10/modules/testsuite/pom.xml 2011-07-05 11:08:47 UTC (rev 14660)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native</artifactId>
- <version>3.1.2.SP9</version>
+ <version>3.1.2.SP10</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/native/branches/jbossws-native-3.1.2.SP10/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP10/pom.xml 2011-07-05 11:04:09 UTC (rev 14659)
+++ stack/native/branches/jbossws-native-3.1.2.SP10/pom.xml 2011-07-05 11:08:47 UTC (rev 14660)
@@ -17,7 +17,7 @@
<artifactId>jbossws-native</artifactId>
<packaging>pom</packaging>
- <version>3.1.2.SP9</version>
+ <version>3.1.2.SP10</version>
<!-- Parent -->
<parent>
@@ -28,9 +28,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/tags/jbossws-...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/tags/jbossws-nat...</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/tags/jbossws-native...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/native/tags/jbossws-...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/native/tags/jbossws-nat...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/native/tags/jbossws-native...</url>
</scm>
<!-- Modules -->
13 years, 5 months
JBossWS SVN: r14659 - in stack/native/branches/jbossws-native-3.1.2.SP10: modules/core/src/main/java/org/jboss/ws/core/jaxws/spi and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-07-05 07:04:09 -0400 (Tue, 05 Jul 2011)
New Revision: 14659
Modified:
stack/native/branches/jbossws-native-3.1.2.SP10/
stack/native/branches/jbossws-native-3.1.2.SP10/modules/core/src/main/java/org/jboss/ws/core/jaxws/spi/ProviderImpl.java
Log:
[JBPAPP-6795] Fixing TCK5 regression
Property changes on: stack/native/branches/jbossws-native-3.1.2.SP10
___________________________________________________________________
Modified: svn:mergeinfo
- /stack/native/branches/jbossws-native-3.1.2:14327
+ /stack/native/branches/jbossws-native-3.1.2:14327,14657
Modified: stack/native/branches/jbossws-native-3.1.2.SP10/modules/core/src/main/java/org/jboss/ws/core/jaxws/spi/ProviderImpl.java
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP10/modules/core/src/main/java/org/jboss/ws/core/jaxws/spi/ProviderImpl.java 2011-07-05 10:47:04 UTC (rev 14658)
+++ stack/native/branches/jbossws-native-3.1.2.SP10/modules/core/src/main/java/org/jboss/ws/core/jaxws/spi/ProviderImpl.java 2011-07-05 11:04:09 UTC (rev 14659)
@@ -27,6 +27,7 @@
import javax.xml.namespace.QName;
import javax.xml.transform.Source;
+import javax.xml.ws.BindingType;
import javax.xml.ws.Endpoint;
import javax.xml.ws.EndpointReference;
import javax.xml.ws.Service;
@@ -75,7 +76,8 @@
@Override
public Endpoint createEndpoint(String bindingId, Object implementor)
{
- EndpointImpl endpoint = new EndpointImpl(bindingId, implementor);
+ final String nonNullBindingId = this.getBindingId(bindingId, implementor.getClass());
+ EndpointImpl endpoint = new EndpointImpl(nonNullBindingId, implementor);
return endpoint;
}
@@ -163,4 +165,17 @@
throw new WebServiceException(e);
}
}
+
+ private String getBindingId(final String bindingId, final Class<?> implementorClass)
+ {
+ if (bindingId != null)
+ {
+ return bindingId;
+ }
+ else
+ {
+ final BindingType bindingType = implementorClass.getAnnotation(BindingType.class);
+ return (bindingType != null) ? bindingType.value() : SOAPBinding.SOAP11HTTP_BINDING;
+ }
+ }
}
13 years, 5 months
JBossWS SVN: r14658 - stack/native/branches.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-07-05 06:47:04 -0400 (Tue, 05 Jul 2011)
New Revision: 14658
Added:
stack/native/branches/jbossws-native-3.1.2.SP10/
Log:
Branching from 3.1.2.SP9
13 years, 5 months
JBossWS SVN: r14657 - stack/native/branches/jbossws-native-3.1.2/modules/core/src/main/java/org/jboss/ws/core/jaxws/spi.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-07-05 06:44:40 -0400 (Tue, 05 Jul 2011)
New Revision: 14657
Modified:
stack/native/branches/jbossws-native-3.1.2/modules/core/src/main/java/org/jboss/ws/core/jaxws/spi/ProviderImpl.java
Log:
[JBPAPP-6795] Fixing TCK5 regression
Modified: stack/native/branches/jbossws-native-3.1.2/modules/core/src/main/java/org/jboss/ws/core/jaxws/spi/ProviderImpl.java
===================================================================
--- stack/native/branches/jbossws-native-3.1.2/modules/core/src/main/java/org/jboss/ws/core/jaxws/spi/ProviderImpl.java 2011-07-05 08:43:37 UTC (rev 14656)
+++ stack/native/branches/jbossws-native-3.1.2/modules/core/src/main/java/org/jboss/ws/core/jaxws/spi/ProviderImpl.java 2011-07-05 10:44:40 UTC (rev 14657)
@@ -27,6 +27,7 @@
import javax.xml.namespace.QName;
import javax.xml.transform.Source;
+import javax.xml.ws.BindingType;
import javax.xml.ws.Endpoint;
import javax.xml.ws.EndpointReference;
import javax.xml.ws.Service;
@@ -75,7 +76,8 @@
@Override
public Endpoint createEndpoint(String bindingId, Object implementor)
{
- EndpointImpl endpoint = new EndpointImpl(bindingId, implementor);
+ final String nonNullBindingId = this.getBindingId(bindingId, implementor.getClass());
+ EndpointImpl endpoint = new EndpointImpl(nonNullBindingId, implementor);
return endpoint;
}
@@ -163,4 +165,17 @@
throw new WebServiceException(e);
}
}
+
+ private String getBindingId(final String bindingId, final Class<?> implementorClass)
+ {
+ if (bindingId != null)
+ {
+ return bindingId;
+ }
+ else
+ {
+ final BindingType bindingType = implementorClass.getAnnotation(BindingType.class);
+ return (bindingType != null) ? bindingType.value() : SOAPBinding.SOAP11HTTP_BINDING;
+ }
+ }
}
13 years, 5 months
JBossWS SVN: r14656 - stack/cxf/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-07-05 04:43:37 -0400 (Tue, 05 Jul 2011)
New Revision: 14656
Modified:
stack/cxf/trunk/pom.xml
Log:
Moving to jboss 7.0.0.CR2-SNAPSHOT
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2011-07-05 08:26:26 UTC (rev 14655)
+++ stack/cxf/trunk/pom.xml 2011-07-05 08:43:37 UTC (rev 14656)
@@ -57,7 +57,7 @@
<jbossws.jboss601.version>3.2.1.GA</jbossws.jboss601.version>
-->
<!-- END -->
- <jboss700.version>7.0.0.Beta4-SNAPSHOT</jboss700.version>
+ <jboss700.version>7.0.0.CR2-SNAPSHOT</jboss700.version>
<cxf.version>2.4.1</cxf.version>
<cxf.asm.version>3.3</cxf.asm.version>
<cxf.xjcplugins.version>2.3.2</cxf.xjcplugins.version>
13 years, 5 months
JBossWS SVN: r14655 - hudson/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-07-05 04:26:26 -0400 (Tue, 05 Jul 2011)
New Revision: 14655
Modified:
hudson/trunk/ant.properties.example
Log:
Moving to jboss 7.0.0.CR2-SNAPSHOT
Modified: hudson/trunk/ant.properties.example
===================================================================
--- hudson/trunk/ant.properties.example 2011-07-02 05:31:51 UTC (rev 14654)
+++ hudson/trunk/ant.properties.example 2011-07-05 08:26:26 UTC (rev 14655)
@@ -26,7 +26,7 @@
hudson.jboss600.rev=HEAD
hudson.jboss700.url=https://github.com/jbossas/jboss-as
-hudson.jboss700.build=jboss-7.0.0.Beta4-SNAPSHOT
+hudson.jboss700.build=jboss-7.0.0.CR2-SNAPSHOT
hudson.jboss700.rev=master
hudson.mail.recipients=
13 years, 5 months