Author: thomas.diesler(a)jboss.com
Date: 2007-06-18 07:44:05 -0400 (Mon, 18 Jun 2007)
New Revision: 3609
Modified:
branches/jbossws-2.0/jbossws-core/src/test/java/org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointClientTwo.java
Log:
Service does not implement ConfigProvider any more
Modified:
branches/jbossws-2.0/jbossws-core/src/test/java/org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointClientTwo.java
===================================================================
---
branches/jbossws-2.0/jbossws-core/src/test/java/org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointClientTwo.java 2007-06-18
11:23:20 UTC (rev 3608)
+++
branches/jbossws-2.0/jbossws-core/src/test/java/org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointClientTwo.java 2007-06-18
11:44:05 UTC (rev 3609)
@@ -101,8 +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);
Show replies by date