[jboss-dev-forums] [Design of JBoss ESB] - Re: Registry Design
kurt.stam@jboss.com
do-not-reply at jboss.com
Wed Sep 13 21:39:05 EDT 2006
Thanks Anil, I'm going down that road. For now I'm making SOAP calls to trace down the calls. When I deploy juddi to tomcat this works great, however when the juddi.war is deployed to jboss-4.0.4GA most calls result in a stack trace:
21:14:33,000 INFO [STDOUT] 2006-09-13 21:14:33,000 [http-0.0.0.0-8080-2] INFO org.apache.juddi.util.jdbc.ConnectionManager - Using JNDI to aquire a JDBC DataSource with name: java:comp/env/jdbc/juddiDB
21:14:33,359 INFO [STDOUT] 2006-09-13 21:14:33,359 [http-0.0.0.0-8080-2] ERROR org.apache.juddi.registry.AbstractService - NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
at org.apache.xerces.dom.AttrNSImpl.setName(Unknown Source)
at org.apache.xerces.dom.AttrNSImpl.(Unknown Source)
at org.apache.xerces.dom.CoreDocumentImpl.createAttributeNS(Unknown Source)
at org.apache.xerces.dom.ElementImpl.setAttributeNS(Unknown Source)
at org.jboss.ws.soap.SOAPElementImpl.setAttributeNS(SOAPElementImpl.java:616)
at org.jboss.util.xml.DOMUtils.copyAttributes(DOMUtils.java:315)
at org.jboss.ws.soap.SOAPFactoryImpl.createElement(SOAPFactoryImpl.java:81)
at org.jboss.ws.soap.SOAPBodyImpl.addDocument(SOAPBodyImpl.java:82)
at org.apache.juddi.registry.AbstractService.doPost(AbstractService.java:192)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
I'm trying to figure out what's going on here. I'd like to have this working before creating the local call mechnism, also because it may come in handy to make soap calls from some client tool. I think we want to insert data using a client tool.
More people seem to report this issue, using xalan and xerces. Maybe it's a conflict with the libs in java5.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971445#3971445
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971445
More information about the jboss-dev-forums
mailing list