[jbossws-dev] service-ref regression

Jason T. Greene jason.greene at redhat.com
Tue Mar 13 16:37:29 EDT 2007


Hi Thomas,

tests-samples is failing after the service-ref changes. It appears we
have descriptors that refer to service interfaces that do not exist.

find . -name application-client.xml | xargs grep service-interface |
grep -v javax.xml.\*.Service
./jaxrpc/jbws637/META-INF/application-client.xml:
<service-interface>org.jboss.test.ws.jaxrpc.jbws637.Check</service-interface>
./jaxrpc/serviceref/META-INF/application-client.xml:
<service-interface>org.jboss.test.ws.jaxrpc.serviceref.TestEndpointService</service-interface>
./jaxrpc/samples/wsbpel/hello/META-INF/application-client.xml:
<service-interface>org.jboss.test.ws.jaxrpc.samples.wsbpel.hello.HelloWorldService</service-interface>
./jaxrpc/samples/exception/META-INF/application-client.xml:
<service-interface>org.jboss.test.ws.jaxrpc.samples.exception.ExceptionService</service-interface>
./jaxws/wseventing/META-INF/application-client.xml:
<service-interface>org.jboss.ws.extensions.eventing.jaxrpc.EventingService</service-interface>
./jaxws/serviceref/META-INF/application-client.xml:
<service-interface>org.jboss.test.ws.jaxws.serviceref.TestEndpointService</service-interface>

I will take a look at fixing them.

-Jason




More information about the jbossws-dev mailing list