Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 19ED06DD6 for ; Tue, 12 Jul 2011 13:11:40 +0000 (UTC) Received: (qmail 10092 invoked by uid 500); 12 Jul 2011 13:11:39 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 9968 invoked by uid 500); 12 Jul 2011 13:11:38 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 9960 invoked by uid 99); 12 Jul 2011 13:11:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2011 13:11:38 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of james.mk.green@gmail.com designates 209.85.214.173 as permitted sender) Received: from [209.85.214.173] (HELO mail-iw0-f173.google.com) (209.85.214.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2011 13:11:32 +0000 Received: by iwn3 with SMTP id 3so2260202iwn.32 for ; Tue, 12 Jul 2011 06:11:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=ynCWiVNcKP0oqs2pn0RX9Rh09IVSfYNKfSskbG70w1I=; b=Rha8LwYnW9fMQEkAiHWtqYIGD1cngV05EPTzI4wCnmo/RBTBnxbYxPTYJlwvtpTciQ 5jkOLdH9hyWpr+ePpE37vbDGU2JBZlieYoi1TT7iTkKNXvcjHmt0LqhEX1S9zt/fjngB M6ZHppwBTdNEUwhayDSs9Z4D682M3YJny4ARQ= MIME-Version: 1.0 Received: by 10.231.115.142 with SMTP id i14mr5389187ibq.139.1310476271344; Tue, 12 Jul 2011 06:11:11 -0700 (PDT) Received: by 10.231.15.136 with HTTP; Tue, 12 Jul 2011 06:11:11 -0700 (PDT) Date: Tue, 12 Jul 2011 14:11:11 +0100 Message-ID: Subject: XMPP says org.apache.activemq.command.ActiveMQQueue not found From: James Green To: users Content-Type: multipart/alternative; boundary=0050450144bca3dd4104a7df085a --0050450144bca3dd4104a7df085a Content-Type: text/plain; charset=ISO-8859-1 This may not be Camel's fault but the problem is in front of us and we're puzzelled! Essentially we have a route from an ActimeMQ queue into XMPP. At the XMPP end we have a client that receives a message and it's underlying library throws the following: java.lang. ClassNotFoundException: org.apache.activemq.command.ActiveMQQueue at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247) at java.io.ObjectInputStream.resolveClass(ObjectInputStream.java:604) at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1575) at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496) at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329) at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351) at org.jivesoftware.smack.util.PacketParserUtils.parseProperties(PacketParserUtils.java:574) at org.jivesoftware.smack.util.PacketParserUtils.parseMessage(PacketParserUtils.java:109) at org.jivesoftware.smack.BOSHPacketReader.responseReceived(BOSHPacketReader.java:83) at com.kenai.jbosh.BOSHClient.fireResponseReceived(BOSHClient.java:1455) at com.kenai.jbosh.BOSHClient.processExchange(BOSHClient.java:1042) at com.kenai.jbosh.BOSHClient.processMessages(BOSHClient.java:976) at com.kenai.jbosh.BOSHClient.access$000(BOSHClient.java:97) at com.kenai.jbosh.BOSHClient$1.run(BOSHClient.java:215) at java.lang.Thread.run(Thread.java:619) Any ideas why the XMPP library would ever want to invoke ActiveMQ at all? It should be being treated as a string message for our client's own use. James --0050450144bca3dd4104a7df085a--