Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B2A8875D7 for ; Thu, 25 Aug 2011 03:49:08 +0000 (UTC) Received: (qmail 26754 invoked by uid 500); 25 Aug 2011 03:49:06 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 26128 invoked by uid 500); 25 Aug 2011 03:48:58 -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 26073 invoked by uid 99); 25 Aug 2011 03:48:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2011 03:48:52 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2011 03:48:49 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8698DCE6A1 for ; Thu, 25 Aug 2011 03:48:29 +0000 (UTC) Date: Thu, 25 Aug 2011 03:48:29 +0000 (UTC) From: "Pavithra Madurangi (JIRA)" To: java-dev@axis.apache.org Message-ID: <1188632925.12250.1314244109548.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (AXIS2-5131) Error while deploying jaxws-interop-1.7.0-SNAPSHOT.jar in jaxws-interop sample MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Error while deploying jaxws-interop-1.7.0-SNAPSHOT.jar in jaxws-interop sample ------------------------------------------------------------------------------ Key: AXIS2-5131 URL: https://issues.apache.org/jira/browse/AXIS2-5131 Project: Axis2 Issue Type: Bug Components: samples Affects Versions: 1.7.0 Environment: jdk 1.6.0_22, axis2-1.7.0-SNAPSHOT Reporter: Pavithra Madurangi - In jaxws-interop sample create a jar from the classes available and drop it into the servicejars directory -When deploying the artifact, following error is printed and a faulty service is created [INFO] Exception creating Axis Service : null javax.xml.ws.WebServiceException: Validation error: cannot find WSDL Definition specified by this WebService annotation. Implementation class: org.apache.axis2.jaxws.interop.InteropSampleService; WSDL location: resources/META-INF/BaseDataTypesDocLitB.wsdl at org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:173) at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:70) at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:118) at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateIntegrity(ServiceDescriptionImpl.java:1647) at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.validateDBCLIntegrity(ServiceDescriptionImpl.java:1560) at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.(ServiceDescriptionImpl.java:356) at org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.(ServiceDescriptionImpl.java:297) at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescriptionFromDBCMap(DescriptionFactoryImpl.java:255) at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescriptionFromDBCMap(DescriptionFactoryImpl.java:327) at org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescription(DescriptionFactoryImpl.java:216) at org.apache.axis2.jaxws.description.DescriptionFactory.createAxisService(DescriptionFactory.java:564) at org.apache.axis2.jaxws.framework.JAXWSDeployer.createAxisService(JAXWSDeployer.java:262) at org.apache.axis2.jaxws.framework.JAXWSDeployer.deployClasses(JAXWSDeployer.java:213) at org.apache.axis2.jaxws.framework.JAXWSDeployer.deploy(JAXWSDeployer.java:167) at org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:813) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144) at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:371) at org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254) at org.apache.axis2.deployment.RepositoryListener.startListener(RepositoryListener.java:365) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(SchedulerTask.java:73) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:94) at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:93) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) [ERROR] Error while deploying JAX-WS jar: file:AXIS2_HOME/repository/servicejars/jaxws-interop-1.7.0-SNAPSHOT.jar. JAX-WS Service deployment failed. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org