[jbossws-commits] JBossWS SVN: r3373 - in trunk: testsuite/src/java/org/jboss/test/ws/jaxws/samples/webservice and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Jun 1 11:43:41 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-06-01 11:43:41 -0400 (Fri, 01 Jun 2007)
New Revision: 3373

Modified:
   trunk/integration/sunri/src/test/resources/excludes-jboss50.txt
   trunk/testsuite/src/java/org/jboss/test/ws/jaxws/samples/webservice/EndpointInterface.java
Log:
Enable sunri webservice

Modified: trunk/integration/sunri/src/test/resources/excludes-jboss50.txt
===================================================================
--- trunk/integration/sunri/src/test/resources/excludes-jboss50.txt	2007-06-01 15:37:41 UTC (rev 3372)
+++ trunk/integration/sunri/src/test/resources/excludes-jboss50.txt	2007-06-01 15:43:41 UTC (rev 3373)
@@ -18,7 +18,5 @@
 org/jboss/test/ws/jaxws/samples/wssecurity/**
 
 
-#org/jboss/test/ws/jaxws/samples/webmethod/**
-org/jboss/test/ws/jaxws/samples/webservice/**
 org/jboss/test/ws/jaxws/samples/xop/**
 

Modified: trunk/testsuite/src/java/org/jboss/test/ws/jaxws/samples/webservice/EndpointInterface.java
===================================================================
--- trunk/testsuite/src/java/org/jboss/test/ws/jaxws/samples/webservice/EndpointInterface.java	2007-06-01 15:37:41 UTC (rev 3372)
+++ trunk/testsuite/src/java/org/jboss/test/ws/jaxws/samples/webservice/EndpointInterface.java	2007-06-01 15:43:41 UTC (rev 3373)
@@ -35,7 +35,7 @@
  * @author Thomas.Diesler at jboss.org
  * @since 29-Apr-2005
  */
- at WebService
+ at WebService(name = "EndpointInterface", targetNamespace = "http://www.openuri.org/2004/04/HelloWorld")
 @SOAPBinding(style = Style.RPC)
 public interface EndpointInterface extends Remote
 {




More information about the jbossws-commits mailing list