Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 32507 invoked from network); 16 Jan 2011 11:56:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jan 2011 11:56:14 -0000 Received: (qmail 65284 invoked by uid 500); 16 Jan 2011 11:56:13 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 64901 invoked by uid 500); 16 Jan 2011 11:56:10 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 64892 invoked by uid 99); 16 Jan 2011 11:56:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Jan 2011 11:56:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Jan 2011 11:56:07 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0GBtjkA019039 for ; Sun, 16 Jan 2011 11:55:45 GMT Message-ID: <8911248.393961295178945606.JavaMail.jira@thor> Date: Sun, 16 Jan 2011 06:55:45 -0500 (EST) From: "Kasun Weranga Gunathilake (JIRA)" To: java-dev@axis.apache.org Subject: [jira] Created: (AXIS2-4929) Error when trying to view the WSDL (This occured while reading the generated schema file) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Error when trying to view the WSDL (This occured while reading the generated schema file) ----------------------------------------------------------------------------------------- Key: AXIS2-4929 URL: https://issues.apache.org/jira/browse/AXIS2-4929 Project: Axis2 Issue Type: Bug Environment: Linux, JDK 1.6 Reporter: Kasun Weranga Gunathilake When trying to view the WSDL of attached services, it gives an error. This is the exception. Retrieving schema at 'UDDIPublicationService_schema8.xsd', relative to '/tmp/_axis2org.apache.juddi.api.impl.UDDIPublicationImpl'. Retrieving schema at 'UDDIPublicationService_schema9.xsd', relative to '/tmp/_axis2org.apache.juddi.api.impl.UDDIPublicationImpl'. Retrieving schema at 'UDDIPublicationService_schema10.xsd', relative to '/tmp/_axis2org.apache.juddi.api.impl.UDDIPublicationImpl'. Retrieving schema at 'UDDIPublicationService_schema11.xsd', relative to '/tmp/_axis2org.apache.juddi.api.impl.UDDIPublicationImpl'. [ERROR] Error occurred while attempting to read generated schema file {org.apache.ws.commons.schema.XmlSchemaException: Schema name conflict in collection. Namespace: http://www.w3.org/2000/09/xmldsig#} [ERROR] Error occurred generating WSDL file for Web service implementation class {org.apache.juddi.api.impl.UDDIPublicationImpl}: {java.lang.Exception: Error occurred while attempting to read generated schema file {org.apache.ws.commons.schema.XmlSchemaException: Schema name conflict in collection. Namespace: http://www.w3.org/2000/09/xmldsig#}} java.lang.Exception: Error occurred while attempting to read generated schema file {org.apache.ws.commons.schema.XmlSchemaException: Schema name conflict in collection. Namespace: http://www.w3.org/2000/09/xmldsig#} at org.apache.axis2.jaxws.description.builder.JAXWSRIWSDLGenerator.readInSchema(JAXWSRIWSDLGenerator.java:338) at org.apache.axis2.jaxws.description.builder.JAXWSRIWSDLGenerator.generateWsdl(JAXWSRIWSDLGenerator.java:188) at org.apache.axis2.jaxws.description.builder.JAXWSRIWSDLGenerator.initialize(JAXWSRIWSDLGenerator.java:379) at org.apache.axis2.jaxws.description.builder.JAXWSRIWSDLGenerator.getWSDL(JAXWSRIWSDLGenerator.java:372) at org.apache.axis2.description.AxisService.printWSDL(AxisService.java:1394) at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:149) at org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281) at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187) at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org