[jbossws-commits] JBossWS SVN: r3626 - trunk/jbossws-core/src/test/java/org/jboss/test/ws/jaxws/samples/webserviceref.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jun 19 06:50:24 EDT 2007


Author: heiko.braun at jboss.com
Date: 2007-06-19 06:50:24 -0400 (Tue, 19 Jun 2007)
New Revision: 3626

Modified:
   trunk/jbossws-core/src/test/java/org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointClientTwo.java
Log:
Service doesnt extend from ServiceExt anymore, therefore casting to ConfigProvider will fail

Modified: trunk/jbossws-core/src/test/java/org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointClientTwo.java
===================================================================
--- trunk/jbossws-core/src/test/java/org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointClientTwo.java	2007-06-19 09:29:28 UTC (rev 3625)
+++ trunk/jbossws-core/src/test/java/org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointClientTwo.java	2007-06-19 10:50:24 UTC (rev 3626)
@@ -101,7 +101,6 @@
    public String testService2(String reqStr) throws Exception
    {
       Service service = (Service)iniCtx.lookup("java:comp/env/Service2");
-      verifyConfig((ConfigProvider)service);
 
       TestEndpoint port = service.getPort(TestEndpoint.class);
       verifyConfig((ConfigProvider)port);




More information about the jbossws-commits mailing list