[jbossws-users] [JBossWS] - Re: jbossws 1.0.4 kills my MBean
Doug.Palmer
do-not-reply at jboss.com
Wed Jan 17 08:58:16 EST 2007
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
More information about the jbossws-users
mailing list