Author: heiko.braun(a)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);
Show replies by date