Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 40968 invoked from network); 11 Jun 2008 14:06:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2008 14:06:32 -0000 Received: (qmail 99573 invoked by uid 500); 11 Jun 2008 14:06:35 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 99556 invoked by uid 500); 11 Jun 2008 14:06:35 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 99546 invoked by uid 99); 11 Jun 2008 14:06:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2008 07:06:35 -0700 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2008 14:05:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C0EDB23889BA; Wed, 11 Jun 2008 07:05:41 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r666673 - in /activemq/trunk: assembly/pom.xml assembly/src/main/descriptors/common-bin.xml pom.xml Date: Wed, 11 Jun 2008 14:05:41 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080611140541.C0EDB23889BA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Wed Jun 11 07:05:41 2008 New Revision: 666673 URL: http://svn.apache.org/viewvc?rev=666673&view=rev Log: ActiveMQ was not starting up cause the jaxb api was not getting included in the final distro. Modified: activemq/trunk/assembly/pom.xml activemq/trunk/assembly/src/main/descriptors/common-bin.xml activemq/trunk/pom.xml Modified: activemq/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/pom.xml?rev=666673&r1=666672&r2=666673&view=diff ============================================================================== --- activemq/trunk/assembly/pom.xml (original) +++ activemq/trunk/assembly/pom.xml Wed Jun 11 07:05:41 2008 @@ -94,7 +94,7 @@ - javax.xml + javax.xml.bind jaxb-api Modified: activemq/trunk/assembly/src/main/descriptors/common-bin.xml URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/main/descriptors/common-bin.xml?rev=666673&r1=666672&r2=666673&view=diff ============================================================================== --- activemq/trunk/assembly/src/main/descriptors/common-bin.xml (original) +++ activemq/trunk/assembly/src/main/descriptors/common-bin.xml Wed Jun 11 07:05:41 2008 @@ -114,7 +114,7 @@ org.apache.camel:camel-jms org.apache.camel:camel-activemq - javax.xml:jaxb-api + javax.xml.bind:jaxb-api javax.activation:activation com.sun.xml.bind:jaxb-impl stax:stax-api Modified: activemq/trunk/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=666673&r1=666672&r2=666673&view=diff ============================================================================== --- activemq/trunk/pom.xml (original) +++ activemq/trunk/pom.xml Wed Jun 11 07:05:41 2008 @@ -364,7 +364,7 @@ - javax.xml + javax.xml.bind jaxb-api 2.0