Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
945 | minor | always | 02-16-06 11:06 | 04-06-06 10:28 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.17 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.19 | ||
|
|||||
Summary: | 0000945: JDOM XML issues | ||||
Description: |
(rep by Jim Spring) I've been looking at the use of XFire for some SOAP related work and have run across an issue that looks like it is a problem with Resin, JDom or both. When running the XFire samples under Tomcat, things work fine. However, if I attempt to use Resin, I get the Exception stack listed at the bottom. In searching through the resin bug list, the only thing I find referencing JDOM is: http://bugs.caucho.com/view.php?id=451 [^] Any thoughts / input would be helpful. Thanks -jim spring org.jdom.IllegalNameException: The name "null" is not legal for JDOM/XML DocTypes: XML names cannot be null or empty. at org.jdom.DocType.setElementName(DocType.java:171) at org.jdom.DocType.<init>(DocType.java:111) at org.jdom.DocType.<init>(DocType.java:144) at org.jdom.DefaultJDOMFactory.docType (DefaultJDOMFactory.java:118) at org.jdom.input.DOMBuilder.buildTree(DOMBuilder.java:332) at org.jdom.input.DOMBuilder.buildTree(DOMBuilder.java:170) at org.jdom.input.DOMBuilder.build(DOMBuilder.java :135) at org.codehaus.xfire.wsdl11.builder.AbstractWSDL.writeDocument(AbstractWSDL.java:136) at org.codehaus.xfire.wsdl11.builder.WSDLBuilder.write(WSDLBuilder.java:80) at org.codehaus.xfire.wsdl11.builder.WSDLBuilderAdapter.write (WSDLBuilderAdapter.java:40) at org.codehaus.xfire.DefaultXFire.generateWSDL(DefaultXFire.java:109) at org.codehaus.xfire.transport.http.XFireServletController.generateWSDL(XFireServletController.java :304) at org.codehaus.xfire.transport.http.XFireServletController.doService(XFireServletController.java:140) at org.codehaus.xfire.transport.http.XFireServlet.doGet(XFireServlet.java:81) at javax.servlet.http.HttpServlet.service(HttpServlet.java:115) at javax.servlet.http.HttpServlet.service(HttpServlet.java:92) at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java :106) at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:178) at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:229) at com.caucho.server.http.HttpRequest.handleRequest (HttpRequest.java:267) at com.caucho.server.port.TcpConnection.run(TcpConnection.java:388) at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:490) at com.caucho.util.ThreadPool.run(ThreadPool.java :423) at java.lang.Thread.run(Thread.java:552) The |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|