[jboss-cvs] JBossAS SVN: r64322 - in branches/Branch_4_4/ejb3: src/test/org/jboss/ejb3/test/jaxws and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 27 07:19:30 EDT 2007


Author: wolfc
Date: 2007-07-27 07:19:30 -0400 (Fri, 27 Jul 2007)
New Revision: 64322

Modified:
   branches/Branch_4_4/ejb3/.classpath
   branches/Branch_4_4/ejb3/build-test.xml
   branches/Branch_4_4/ejb3/src/test/org/jboss/ejb3/test/jaxws/EndpointEJB.java
   branches/Branch_4_4/ejb3/src/test/org/jboss/ejb3/test/webservices/jsr181/EJB3Bean.java
Log:
Fixed compiler errors due to upgrade to JBossWS 2.0

Modified: branches/Branch_4_4/ejb3/.classpath
===================================================================
--- branches/Branch_4_4/ejb3/.classpath	2007-07-27 11:18:08 UTC (rev 64321)
+++ branches/Branch_4_4/ejb3/.classpath	2007-07-27 11:19:30 UTC (rev 64322)
@@ -92,6 +92,6 @@
 	<classpathentry kind="lib" path="/thirdparty/dom4j/lib/dom4j.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/dom4j-jarjar/lib/dom4j-jarjar.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/test"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jbossws-integration.jar" sourcepath="/home/tdiesler/svn/jbossws/trunk/jbossws-core/src/java"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-spi/lib/jbossws-spi.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/Branch_4_4/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_4/ejb3/build-test.xml	2007-07-27 11:18:08 UTC (rev 64321)
+++ branches/Branch_4_4/ejb3/build-test.xml	2007-07-27 11:19:30 UTC (rev 64322)
@@ -151,6 +151,7 @@
 
       <!-- For jbossws -->
       <path refid="ibm.wsdl4j.classpath"/>
+      <path refid="jboss.jbossws.spi.classpath"/>
    </path>
 
    <!-- ======= -->

Modified: branches/Branch_4_4/ejb3/src/test/org/jboss/ejb3/test/jaxws/EndpointEJB.java
===================================================================
--- branches/Branch_4_4/ejb3/src/test/org/jboss/ejb3/test/jaxws/EndpointEJB.java	2007-07-27 11:18:08 UTC (rev 64321)
+++ branches/Branch_4_4/ejb3/src/test/org/jboss/ejb3/test/jaxws/EndpointEJB.java	2007-07-27 11:19:30 UTC (rev 64322)
@@ -33,7 +33,7 @@
 import javax.xml.ws.WebServiceContext;
 import javax.xml.ws.WebServiceException;
 
-import org.jboss.ws.annotation.WebContext;
+import org.jboss.wsf.spi.annotation.WebContext;
 
 @WebService(endpointInterface = "org.jboss.ejb3.test.jaxws.EndpointInterface", serviceName = "TestService", targetNamespace = "http://org.jboss.ws/jaxws/context")
 @WebContext(contextRoot="jaxws-context", urlPattern="/*")

Modified: branches/Branch_4_4/ejb3/src/test/org/jboss/ejb3/test/webservices/jsr181/EJB3Bean.java
===================================================================
--- branches/Branch_4_4/ejb3/src/test/org/jboss/ejb3/test/webservices/jsr181/EJB3Bean.java	2007-07-27 11:18:08 UTC (rev 64321)
+++ branches/Branch_4_4/ejb3/src/test/org/jboss/ejb3/test/webservices/jsr181/EJB3Bean.java	2007-07-27 11:19:30 UTC (rev 64322)
@@ -22,7 +22,7 @@
 package org.jboss.ejb3.test.webservices.jsr181;
 
 import org.jboss.annotation.ejb.RemoteBinding;
-import org.jboss.ws.annotation.WebContext;
+import org.jboss.wsf.spi.annotation.WebContext;
 
 import javax.ejb.Remote;
 import javax.ejb.Stateless;




More information about the jboss-cvs-commits mailing list