[jboss-cvs] JBossAS SVN: r58931 - trunk/ejb3/src/test/org/jboss/ejb3/test/webservices/unit

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 8 11:24:47 EST 2006


Author: adrian at jboss.org
Date: 2006-12-08 11:24:45 -0500 (Fri, 08 Dec 2006)
New Revision: 58931

Modified:
   trunk/ejb3/src/test/org/jboss/ejb3/test/webservices/unit/JSR181TestCase.java
Log:
Make this compile.

Modified: trunk/ejb3/src/test/org/jboss/ejb3/test/webservices/unit/JSR181TestCase.java
===================================================================
--- trunk/ejb3/src/test/org/jboss/ejb3/test/webservices/unit/JSR181TestCase.java	2006-12-08 16:17:27 UTC (rev 58930)
+++ trunk/ejb3/src/test/org/jboss/ejb3/test/webservices/unit/JSR181TestCase.java	2006-12-08 16:24:45 UTC (rev 58931)
@@ -35,7 +35,7 @@
 
 import org.jboss.test.JBossTestCase;
 import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitionsFactory;
+import org.jboss.ws.tools.wsdl.WSDLDefinitionsFactory;
 
 import org.jboss.ejb3.test.webservices.jsr181.EndpointInterface;
 import org.jboss.ejb3.test.webservices.jsr181.EJB3RemoteInterface;




More information about the jboss-cvs-commits mailing list