Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 18780 invoked from network); 10 Nov 2009 14:14:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Nov 2009 14:14:16 -0000 Received: (qmail 49118 invoked by uid 500); 10 Nov 2009 14:14:16 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 49079 invoked by uid 500); 10 Nov 2009 14:14:16 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 49068 invoked by uid 500); 10 Nov 2009 14:14:16 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 49062 invoked by uid 99); 10 Nov 2009 14:14:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2009 14:14:16 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2009 14:14:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B1D54234C1EF for ; Tue, 10 Nov 2009 06:13:52 -0800 (PST) Message-ID: <979515537.1257862432725.JavaMail.jira@brutus> Date: Tue, 10 Nov 2009 06:13:52 -0800 (PST) From: "Willem Jiang (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-2155) Client is not executed while deploying camel-example-jms-file into service mix In-Reply-To: <1390209420.1257857872735.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55270#action_55270 ] Willem Jiang commented on CAMEL-2155: ------------------------------------- @Sailaja Yes, the client just used to send the message to server which host in ServiceMix. Thanks for your testing , I just tried to deploy the example into Fuse ESB 4.2-SNAPSHOT with some changes on the pom.xml and the JmsToFileClient.java. I will commit my change and update the README for it. > Client is not executed while deploying camel-example-jms-file into service mix > ------------------------------------------------------------------------------ > > Key: CAMEL-2155 > URL: https://issues.apache.org/activemq/browse/CAMEL-2155 > Project: Apache Camel > Issue Type: Bug > Components: examples > Reporter: Sailaja > Assignee: Willem Jiang > Fix For: 2.1.0 > > Attachments: example-new.patch > > > 1. Installed latest apache-camel > 2. Applied the attached patch on the samples. > 3. Compile the sample (camel-example-jms-file) using mvn compile > 4. Install the camel sample into repository using "mvn clean install" command > 5. Open the package (i.e. jar file) from \.m2\repository\org\apache\camel\camel-example-jms-file\ folder and open the Manifest.MF file located in META-INF folder. > 6. Added the below packages in Import-Packge list. (We are adding the below packges because, without these the deployment is failed with class not found exceptions) > org.apache.activemq.xbean,org.apache.activemq.broker,org.apache.activemq.pool > 7. Save the Manifest.MF and the jar file as well. > 8. Started the servicemix server > 9. Installed below bundles into servicemix > osgi:install wrap:org.apache.activemq/activemq-camel/5.3.1.0M1-fuse > osgi:install wrap:mvn:org.apache.camel/camel-example-jms-file/2.0.0-psc-01-00M2 > 10. Start the bundles > 11. Observe that the bundles are started and active. No exceptions observed in the console and Karaf.log file. > 12. Observe that, the JmsToFileClient.java is not used any where in the route. This code actually sends some test messages to the queue(test.queue) which is used for testing the sample. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.