JBossWS SVN: r7389 - stack/metro/trunk/modules/testsuite/framework-tests.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-06-05 11:07:42 -0400 (Thu, 05 Jun 2008)
New Revision: 7389
Modified:
stack/metro/trunk/modules/testsuite/framework-tests/pom.xml
Log:
sync with native
Modified: stack/metro/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/framework-tests/pom.xml 2008-06-05 15:02:12 UTC (rev 7388)
+++ stack/metro/trunk/modules/testsuite/framework-tests/pom.xml 2008-06-05 15:07:42 UTC (rev 7389)
@@ -11,8 +11,19 @@
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro-testsuite</artifactId>
<version>3.0.2-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
+ <!-- Dependencies -->
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ <classifier>testsuite</classifier>
+ <type>zip</type>
+ </dependency>
+ </dependencies>
+
<!-- Plugins -->
<build>
<plugins>
16 years, 7 months
JBossWS SVN: r7388 - stack/metro/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-06-05 11:02:12 -0400 (Thu, 05 Jun 2008)
New Revision: 7388
Modified:
stack/metro/trunk/modules/testsuite/pom.xml
Log:
remove useless dependencies
Modified: stack/metro/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/pom.xml 2008-06-05 13:00:33 UTC (rev 7387)
+++ stack/metro/trunk/modules/testsuite/pom.xml 2008-06-05 15:02:12 UTC (rev 7388)
@@ -43,24 +43,12 @@
<artifactId>jbossws-framework</artifactId>
</dependency>
<dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-framework</artifactId>
- <classifier>testsuite</classifier>
- <type>zip</type>
- </dependency>
- <dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-spi</artifactId>
- </dependency>
-
- <dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.5.0</version>
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
-
<dependency>
<groupId>javax.ejb</groupId>
<artifactId>ejb-api</artifactId>
16 years, 7 months
JBossWS SVN: r7387 - stack/metro/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-06-05 09:00:33 -0400 (Thu, 05 Jun 2008)
New Revision: 7387
Modified:
stack/metro/trunk/.classpath
Log:
Adding metro-tests/target/wsconsume/java to eclipse src
Modified: stack/metro/trunk/.classpath
===================================================================
--- stack/metro/trunk/.classpath 2008-06-05 12:40:29 UTC (rev 7386)
+++ stack/metro/trunk/.classpath 2008-06-05 13:00:33 UTC (rev 7387)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="modules/server/src/main/java"/>
+ <classpathentry kind="src" path="modules/testsuite/metro-tests/target/wsconsume/java"/>
<classpathentry kind="src" path="modules/testsuite/metro-tests/src/test/java"/>
<classpathentry kind="src" path="modules/client/src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
16 years, 7 months
JBossWS SVN: r7386 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-06-05 08:40:29 -0400 (Thu, 05 Jun 2008)
New Revision: 7386
Modified:
stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
Log:
[EJBTHREE-1404] Re-enable test
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-06-05 12:37:23 UTC (rev 7385)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-06-05 12:40:29 UTC (rev 7386)
@@ -122,6 +122,3 @@
# [JBWS-2194] request requires HTTP authentication: Unauthorized
org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.*
-
-# [EJBTHREE-1404] Wrong business interface detection
-org/jboss/test/ws/jaxws/jbws944/**
16 years, 7 months
JBossWS SVN: r7385 - stack/metro/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-06-05 08:37:23 -0400 (Thu, 05 Jun 2008)
New Revision: 7385
Modified:
stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
Log:
[EJBTHREE-1404] Re-enable test
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-06-05 12:35:16 UTC (rev 7384)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-06-05 12:37:23 UTC (rev 7385)
@@ -87,7 +87,4 @@
org/jboss/test/ws/jaxws/samples/xop/**
# [JBWS-2194] request requires HTTP authentication: Unauthorized
-org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.*
-
-# [EJBTHREE-1404] Wrong business interface detection
-org/jboss/test/ws/jaxws/jbws944/**
+org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.*
\ No newline at end of file
16 years, 7 months
JBossWS SVN: r7384 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-06-05 08:35:16 -0400 (Thu, 05 Jun 2008)
New Revision: 7384
Modified:
stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt
Log:
[EJBTHREE-1404] Re-enable test
Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-06-05 12:31:55 UTC (rev 7383)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-06-05 12:35:16 UTC (rev 7384)
@@ -39,6 +39,3 @@
# [EJBTHREE-1377] Callback objects are improperly setup - ServiceRefMetaData.getServiceInterface() returns null
org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase.*
-
-# [EJBTHREE-1404] Wrong business interface detection
-org/jboss/test/ws/jaxws/jbws944/**
16 years, 7 months
JBossWS SVN: r7383 - framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws944.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-06-05 08:31:55 -0400 (Thu, 05 Jun 2008)
New Revision: 7383
Modified:
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws944/EJB3Bean01.java
Log:
[EJBTHREE-1404] Fixing test
Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws944/EJB3Bean01.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws944/EJB3Bean01.java 2008-06-05 10:25:59 UTC (rev 7382)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws944/EJB3Bean01.java 2008-06-05 12:31:55 UTC (rev 7383)
@@ -33,7 +33,7 @@
@WebService(name = "EJB3Bean", serviceName = "EJB3BeanService", targetNamespace = "http://org.jboss.ws/jbws944")
@WebContext(contextRoot = "/jaxws-jbws944", urlPattern = "/FooBean01")
@SOAPBinding(style = SOAPBinding.Style.RPC)
-(a)Remote({EJB3RemoteBusinessInterface.class,EJB3RemoteInterface.class})
+(a)Remote({EJB3RemoteBusinessInterface.class})
@RemoteHome(EJB3RemoteHome.class)
@Stateless(name = "FooBean01")
public class EJB3Bean01 implements EJB3RemoteBusinessInterface
16 years, 7 months
JBossWS SVN: r7382 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-06-05 06:25:59 -0400 (Thu, 05 Jun 2008)
New Revision: 7382
Modified:
stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
Log:
[EJBTHREE-1404] excluding test for AS trunk
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-06-05 10:25:46 UTC (rev 7381)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-06-05 10:25:59 UTC (rev 7382)
@@ -122,3 +122,6 @@
# [JBWS-2194] request requires HTTP authentication: Unauthorized
org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.*
+
+# [EJBTHREE-1404] Wrong business interface detection
+org/jboss/test/ws/jaxws/jbws944/**
16 years, 7 months
JBossWS SVN: r7381 - stack/metro/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-06-05 06:25:46 -0400 (Thu, 05 Jun 2008)
New Revision: 7381
Modified:
stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
Log:
[EJBTHREE-1404] excluding test for AS trunk
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-06-05 10:22:30 UTC (rev 7380)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-06-05 10:25:46 UTC (rev 7381)
@@ -87,4 +87,7 @@
org/jboss/test/ws/jaxws/samples/xop/**
# [JBWS-2194] request requires HTTP authentication: Unauthorized
-org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.*
\ No newline at end of file
+org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.*
+
+# [EJBTHREE-1404] Wrong business interface detection
+org/jboss/test/ws/jaxws/jbws944/**
16 years, 7 months
JBossWS SVN: r7380 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-06-05 06:22:30 -0400 (Thu, 05 Jun 2008)
New Revision: 7380
Modified:
stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt
Log:
[EJBTHREE-1404] excluding test for AS trunk
Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-06-05 07:29:19 UTC (rev 7379)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-06-05 10:22:30 UTC (rev 7380)
@@ -39,3 +39,6 @@
# [EJBTHREE-1377] Callback objects are improperly setup - ServiceRefMetaData.getServiceInterface() returns null
org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase.*
+
+# [EJBTHREE-1404] Wrong business interface detection
+org/jboss/test/ws/jaxws/jbws944/**
16 years, 7 months