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 826BF114C7 for ; Sun, 31 Aug 2014 17:51:24 +0000 (UTC) Received: (qmail 82756 invoked by uid 500); 31 Aug 2014 17:51:21 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 82619 invoked by uid 500); 31 Aug 2014 17:51:21 -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 82609 invoked by uid 99); 31 Aug 2014 17:51:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Aug 2014 17:51:21 +0000 Date: Sun, 31 Aug 2014 17:51:20 +0000 (UTC) From: "Rohit (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AXIS2-5667) JMS Transport fails in Axis2 1.6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2-5667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohit updated AXIS2-5667: ------------------------- Priority: Blocker (was: Critical) > JMS Transport fails in Axis2 1.6.2 > ---------------------------------- > > Key: AXIS2-5667 > URL: https://issues.apache.org/jira/browse/AXIS2-5667 > Project: Axis2 > Issue Type: Bug > Reporter: Rohit > Priority: Blocker > > I am trying to deploy webservice, which has JMS transport. I have a requirement to execute SOAP over IBM MQ, While deploying web service i am getting below error > Service [ xxxxxxManagerSPI] is trying to expose in a transport : > jms > and which is not available in > at org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:431) > at org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup(ArchiveReader.java:101) > at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:178) > at org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.java:81) > at org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136) > at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:659) > at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144) > at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:337) > at org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:241) > at org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:131) > at org.apache.axis2.deployment.WarBasedAxisConfigurator.loadServices(WarBasedAxisConfigurator.java:284) > at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:95) > at org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:553) > at org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:442) > at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1280) > at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1193) > at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1088) > at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5176) > at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5460) > at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) > at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559) > at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) > at java.lang.Thread.run(Thread.java:662) -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org