Return-Path: Delivered-To: apmail-activemq-camel-user-archive@locus.apache.org Received: (qmail 25773 invoked from network); 27 Feb 2008 07:00:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2008 07:00:53 -0000 Received: (qmail 50417 invoked by uid 500); 27 Feb 2008 07:00:48 -0000 Delivered-To: apmail-activemq-camel-user-archive@activemq.apache.org Received: (qmail 50391 invoked by uid 500); 27 Feb 2008 07:00:48 -0000 Mailing-List: contact camel-user-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-user@activemq.apache.org Delivered-To: mailing list camel-user@activemq.apache.org Received: (qmail 50382 invoked by uid 99); 27 Feb 2008 07:00:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 23:00:48 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of siefert.david.mailinglist@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 07:00:15 +0000 Received: by ug-out-1314.google.com with SMTP id k3so185090ugf.5 for ; Tue, 26 Feb 2008 23:00:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=CH/0uPYlhdOFqCgLfGsP1WKoFBeKEhj7h/4+g7iH+yA=; b=xAxq4s6jXwdz0qgfe2xIIwOCAez3H8KROwr1kXJNGGb3J1ArfQgQhWP7+Ph7WYH34jkwxTuf11gO1treWWoP2ZsiE4zPE/va8seNOkK9pSmg5TLZ2cXBB8045Mf6giW8U0L+1dQtqwskgnJtw9fVS2P8Lwwy/bwemX/2X4QvZfE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=xnpBBuAsVEwM0+PPZXlpLxHufKzlsBf65OJrhHSRDelctEhplMyeAA+hOmkrPljOoIZJjmXLA4CwKRLoUO84uO+HcKphIVgSJC64SjQ2dloe/t+pm2bCfEQR9gJlOznDsmw7HTCgEYfXCPeJvV9dCXohnmRQXRO84ATcT8Z+0Yg= Received: by 10.78.168.6 with SMTP id q6mr5165501hue.65.1204095623896; Tue, 26 Feb 2008 23:00:23 -0800 (PST) Received: by 10.78.122.11 with HTTP; Tue, 26 Feb 2008 23:00:23 -0800 (PST) Message-ID: <99011c420802262300m3ca6c721vd8e92397f01ec248@mail.gmail.com> Date: Wed, 27 Feb 2008 02:00:23 -0500 From: "David Siefert" To: camel-user@activemq.apache.org Subject: camel example from site MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_20705_17117191.1204095623893" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_20705_17117191.1204095623893 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, I am trying to evaluate Apache Camel and I am already having issues trying the example from the site. I have a maven project with the dependency to camel 1.2.0, and most of the classes resolve, however for some reason org.apache.camel.component.jms is not a part of the JAR, so I can not load JmsComponent. Anybody else have this problem? C:\camel-sample\src\test\java\org\apache\activemq\camel\sample\CamelSampleTest.java:[17,38] package org.apache.camel.component.jms does not exist C:\camel-sample\src\test\java\org\apache\activemq\camel\sample\CamelSampleTest.java:[43,49] cannot find symbol symbol : variable JmsComponent location: class org.apache.activemq.camel.sample.CamelSampleTest Thanks, David ------=_Part_20705_17117191.1204095623893--