I have placed 2008.02 in my parent pom.xml and I now get a SAXPaseException
Premature end of file.
<http:consumer service="bt:BeanService"
endpoint="jbi"
targetService="bt:ExampleService"
targetEndpoint="be"
locationURI="http://0.0.0.0:8192/BeanService/"
/>
<http:provider service="bt:BeanProService"
endpoint="be"
locationURI="http://0.0.0.0:8194/BeanService"
/>
@WebService(name = "ExampleService", targetNamespace = "urn:barnes:bean")
public class ExampleService {
@WebMethod
public String sayHello(String name) {
return "Hello "+name;
}
}
How do I use the Patch to the http bc??
--
View this message in context:
http://www.nabble.com/jsr181-auto-generation-tp21128607p21132953.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.