Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 36416 invoked from network); 1 Jun 2010 07:50:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jun 2010 07:50:22 -0000 Received: (qmail 52854 invoked by uid 500); 1 Jun 2010 07:50:21 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 52811 invoked by uid 500); 1 Jun 2010 07:50:20 -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 52803 invoked by uid 99); 1 Jun 2010 07:50:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 07:50:19 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=FORGED_HOTMAIL_RCVD2,FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.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, 01 Jun 2010 07:50:13 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OJMET-0006Yk-7z for users@activemq.apache.org; Tue, 01 Jun 2010 00:49:53 -0700 Message-ID: <28738697.post@talk.nabble.com> Date: Tue, 1 Jun 2010 00:49:53 -0700 (PDT) From: ingorfano To: users@activemq.apache.org Subject: Re: SIEBEL JMS Transport business Service and ActiveMQ In-Reply-To: <28711034.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ingorfano@hotmail.com References: <27804511.post@talk.nabble.com> <27804574.post@talk.nabble.com> <28697842.post@talk.nabble.com> <28703297.post@talk.nabble.com> <28703368.post@talk.nabble.com> <28711034.post@talk.nabble.com> Hi aswad sorry for the delay. have u included the file activemq-all-5.3.1-fuse-00-00.jar in the classpath? what i did was to copy this library into Siebelsrv\class folder and of course refence it into the JVM classpath. this is my classpath: D:\sia80\siebsrvr\CLASSES;D:\sia80\siebsrvr\CLASSES\Siebel.jar;D:\sia80\siebsrvr\CLASSES\SiebelJI_enu.jar;D:\sia80\siebsrvr\CLASSES\activemq-all-5.3.1-fuse-00-00.jar;. in the JAVA JVMSubSys let me know ciao :) aswad wrote: > > Hi, > > Please find log file : > 12:30:47.078 AM Sat May 29: > -------------------------------------------------------------------------- > 12:30:47.078 AM Sat May 29: Invoking method Send > 12:30:47.078 AM Sat May 29: >ConnectionFactory=connectionFactory > 12:30:47.078 AM Sat May 29: >ConnectionUsername=system > 12:30:47.078 AM Sat May 29: >ConnectionPassword=* > 12:30:47.078 AM Sat May 29: >SendQueue=Q1 > 12:30:47.078 AM Sat May 29: >SendUsername= > 12:30:47.078 AM Sat May 29: >SendPassword=* > 12:30:47.078 AM Sat May 29: >ReceiveUsername= > 12:30:47.078 AM Sat May 29: >ReceivePassword=* > 12:30:47.078 AM Sat May 29: >TopicUsername= > 12:30:47.078 AM Sat May 29: >TopicPassword=* > 12:30:47.078 AM Sat May 29: No cached connection found > 12:30:47.078 AM Sat May 29: jndi object caching : false > 12:30:47.078 AM Sat May 29: Send failed. > 12:30:47.078 AM Sat May 29: Error invoking Send -- > > SiebelJMSException errorSubtype=LOOKING_UP_CONNECTION_FACTORY (wrapped > exception = javax.naming.NoInitialContextException: Need to specify class > name in environment or system property, or as an applet parameter, or in > an application resource file: java.naming.factory.initial) > at > com.siebel.eai.jms.SiebelJNDIContext.getObject(SiebelJNDIContext.java:80) > at > com.siebel.eai.jms.SiebelJNDIContext.getFactory(SiebelJNDIContext.java:61) > at > com.siebel.eai.jms.JMSBusinessService.createConnection(JMSBusinessService.java:992) > at > com.siebel.eai.jms.JMSBusinessService.doInvokeMethodWithExceptions(JMSBusinessService.java:202) > at > com.siebel.eai.jms.JMSBusinessService.doInvokeMethod(JMSBusinessService.java:102) > at > com.siebel.eai.SiebelBusinessService.invokeMethod(SiebelBusinessService.java:9) > > 12:30:47.078 AM Sat May 29: Threw SiebelBusinessServiceException with > ErrorCode = JNDI_ERROR > ErrorMessage = Exception: javax.naming.NoInitialContextException: Need to > specify class name in environment or system property, or as an applet > parameter, or in an application resource file: > java.naming.factory.initial; Message: Need to specify class name in > environment or system property, or as an applet parameter, or in an > application resource file: java.naming.factory.initial > StackTrace = javax.naming.NoInitialContextException: Need to specify class > name in environment or system property, or as an applet parameter, or in > an application resource file: java.naming.factory.initial > at > javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:645) > at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288) > at > javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:325) > at javax.naming.InitialContext.lookup(InitialContext.java:392) > at > com.siebel.eai.jms.SiebelJNDIContext.getObject(SiebelJNDIContext.java:117) > at > com.siebel.eai.jms.SiebelJNDIContext.getObject(SiebelJNDIContext.java:78) > at > com.siebel.eai.jms.SiebelJNDIContext.getFactory(SiebelJNDIContext.java:61) > at > com.siebel.eai.jms.JMSBusinessService.createConnection(JMSBusinessService.java:992) > at > com.siebel.eai.jms.JMSBusinessService.doInvokeMethodWithExceptions(JMSBusinessService.java:202) > at > com.siebel.eai.jms.JMSBusinessService.doInvokeMethod(JMSBusinessService.java:102) > at > com.siebel.eai.SiebelBusinessService.invokeMethod(SiebelBusinessService.java:9) > > > Regards, > Aswad > > aswad wrote: >> >> Hi, >> >> Can you please list down step by step approach and configuration if >> available for Siebel integration with ActiveMQ.Because now I am >> struggling with integration of Siebel with ActiveMQ. >> >> As per my understanding following needs to be done :- >> >> 1.We need to configure profile on siebel server for JVMSubSys. >> 2.Create workflow which uses EAI JMS Transport BS. >> 3.I am using Hermes JMS GUI for creation of Queues.(This part is >> successfully completed and tested.) >> >> Your help would be highly appreciated. >> >> I am using Siebel 8.1 and ActiveMQ5.2 on windows server 2008. >> >> Regards, >> Aswad >> >> >> ingorfano wrote: >>> >>> Yes i could :))) >>> >>> vo >>> >>> aswad wrote: >>>> >>>> Hi, >>>> >>>> Could you solve problem? >>>> >>>> Regards, >>>> Aswad >>>> >>>> ingorfano wrote: >>>>> >>>>> I forgot to say that for now i just want to send message from siebel >>>>> to the activemq topic and not receive ;) >>>>> >>>>> any help is higly appreciated >>>>> >>>>> ciao valerio >>>>> >>>>> >>>>> ingorfano wrote: >>>>>> >>>>>> Hi folks >>>>>> >>>>>> i m struggiling to integrate Siebel CRM 8.0 with ActiveMq 5.3 using >>>>>> the Siebel JMS Transport business Service with no success. Can u help >>>>>> me out? >>>>>> >>>>>> THis is my jndi.properties: >>>>>> >>>>>> java.naming.factory.initial = >>>>>> org.apache.activemq.jndi.ActiveMQInitialContextFactory >>>>>> java.naming.provider.url = vm://localhost >>>>>> connectionFactoryNames = ConnectionFactory, queueConnectionFactory, >>>>>> topicConnectionFactry >>>>>> topic.MyTopic = ActiveMQ.Advisory.Topic >>>>>> >>>>>> Topic is an exisitng Topic. I pass on to the siebel JMS Transport bs >>>>>> the following parameters: >>>>>> >>>>>> = XMLPropertySet >>>>>> Topic = MyTopic >>>>>> ConnectionFactory = ConnectionFactory >>>>>> >>>>>> That's all. I don't receive any error but i don't see the message >>>>>> enqued into "ActiveMQ.Advisory.Topic". >>>>>> >>>>>> Can siebel be integrated with activemq using siebel jms transport bs? >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > -- View this message in context: http://old.nabble.com/SIEBEL-JMS-Transport-business-Service-and-ActiveMQ-tp27804511p28738697.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.