Now I'm really confused.  If I use any of the following

mainDeployer.deploy(warFile.toString());
mainDeployer.deploy(warFile.toURL());
mainDeployer.deploy(warFile.toURL().toString());

then the war is deployed correctly but if I call

mainDeployer.deploy(new DeploymentInfo(warFile.toURL(), di, server))

I get org.jboss.ws.metadata.wsdl.WSDLException: org.xml.sax.SAXParseException: 
Premature end of file.

Does anyone know why this would happen?

Regards
Doug

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002784#4002784

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002784
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to