Hi, I deployed juddi 0.9rc4 on Glassfish 2.1.1 (GlassfishESB 2.2). Windows Vista. JDK6. The deploy of juddi 2 or 3 fails on the same server.
HappyJUDDI is OK. On the GUI, when I try to validate the XML, the response is: "Validation is not implemented yet." When I submit, I have this exception on Glassfish: 2011-04-12 16:15:55,141 [httpSSLWorkerThread-8080-1] ERROR org.apache.juddi.registry.AbstractService - com.sun.xml.messaging.saaj.soap.impl.TextImpl cannot be cast to org.w3c.dom.Element java.lang.ClassCastException: com.sun.xml.messaging.saaj.soap.impl.TextImpl cannot be cast to org.w3c.dom.Element [...] SAAJ0306: Namespace Error, Standard Faultcode Server, should be in SOAP 1.1 Namespace 2011-04-12 16:15:55,143 [httpSSLWorkerThread-8080-1] ERROR org.apache.juddi.registry.AbstractService - A serious error has occured while assembling the SOAP Fault. com.sun.xml.messaging.saaj.SOAPExceptionImpl: Namespace Error, Standard Faultcode: Server, should be in SOAP 1.1 Namespace [...] In the XML Respons: <?xml version="1.0" encoding="utf-8" ?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode/><faultstring>Fault string, and possibly fault code, not set</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope> How can I fix this problem.
