[jboss-user] [JBossWS] - Re: Error deploying EJB 3 Webservice on Jboss 5.0.0 Beta 4

felle82 do-not-reply at jboss.com
Tue Apr 29 12:38:19 EDT 2008


I found the problem 

http://jira.jboss.org/jira/browse/JBWS-1985

Insert:
reader.setEntityResolver(new JBossEntityResolver()); 
between:
SAXReader reader = new SAXReader();
  | Document document = reader.read(source); 
in th sourcefile  org.jboss.wsf.container.jboss42.WebXMLRewriterImpl and rebuild the server.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147583



More information about the jboss-user mailing list