Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 66887 invoked from network); 26 Jan 2010 10:08:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jan 2010 10:08:04 -0000 Received: (qmail 23755 invoked by uid 500); 26 Jan 2010 10:08:04 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 23705 invoked by uid 500); 26 Jan 2010 10:08:03 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 23695 invoked by uid 99); 26 Jan 2010 10:08:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jan 2010 10:08:03 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jan 2010 10:07:54 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NZiKb-0008F9-Bf for users@activemq.apache.org; Tue, 26 Jan 2010 02:07:33 -0800 Message-ID: <27320336.post@talk.nabble.com> Date: Tue, 26 Jan 2010 02:07:33 -0800 (PST) From: syedkrm To: users@activemq.apache.org Subject: Re: ActiveMQ Error : java.lang.NoSuchMethodError: ...getDestination()Ljavax/jms/Destination In-Reply-To: <17280703.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: syedkrm29@gmail.com References: <17280703.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hello Experts, Currently Iam working on Siebel JMS integartion. And I am not sure how to kick start with, if any one of u can let me know what will be the major dependencies to start with and any major factors to look into. Thanks=20 Syed siebelcrmdeveloper wrote: >=20 > I am working on an integration of Siebel(7.8) and ActiveMQ (5.1.0) with > JMS queues. I was able to successfully =E2=80=9CReceive=E2=80=9D message= from queue and > is working fine. I am getting following error when I try to =E2=80=9CSend= =E2=80=9D message > to the queue. >=20 > java.lang.NoSuchMethodError: > org.apache.activemq.ActiveMQMessageProducerSupport.getDestination()Ljavax= /jms/Destination; > =09at > org.apache.activemq.ActiveMQMessageProducerSupport.send(ActiveMQMessagePr= oducerSupport.java:269) >=20 > =09at com.siebel.eai.jms.JMSBusinessService.c(JMSBusinessService.java) > =09at com.siebel.eai.jms.g.run(JMSSecureSend.java) > =09at com.siebel.eai.jms.a.runAs(SiebelJNDISecurityContext.java) > =09at > com.siebel.eai.jms.JMSBusinessService.doInvokeMethodWithExceptions(JMSBus= inessService.java) > =09at > com.siebel.eai.jms.JMSBusinessService.doInvokeMethod(JMSBusinessService.j= ava) > =09at > com.siebel.eai.SiebelBusinessService.invokeMethod(SiebelBusinessService.j= ava) >=20 > I saw a few posts mentioning that the activemq-all-5.1.0.jar may not be > specified on the classpath and I re-verified the path again and again. Ca= n > somebody help?=20 >=20 > Thanks >=20 >=20 --=20 View this message in context: http://old.nabble.com/ActiveMQ-Error-%3A-java= .lang.NoSuchMethodError%3A-...getDestination%28%29Ljavax-jms-Destination-tp= 17280703p27320336.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.