[jboss-cvs] JBossAS SVN: r59454 - branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/webservices/unit.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 9 15:19:30 EST 2007


Author: bdecoste
Date: 2007-01-09 15:19:28 -0500 (Tue, 09 Jan 2007)
New Revision: 59454

Modified:
   branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/webservices/unit/JSR181TestCase.java
Log:
new package for WSDLDefinitionsFactory

Modified: branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/webservices/unit/JSR181TestCase.java
===================================================================
--- branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/webservices/unit/JSR181TestCase.java	2007-01-09 20:10:55 UTC (rev 59453)
+++ branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/webservices/unit/JSR181TestCase.java	2007-01-09 20:19:28 UTC (rev 59454)
@@ -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