Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 53498 invoked from network); 14 Jan 2008 16:45:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jan 2008 16:45:46 -0000 Received: (qmail 43322 invoked by uid 500); 14 Jan 2008 16:45:36 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 43298 invoked by uid 500); 14 Jan 2008 16:45:36 -0000 Mailing-List: contact dev-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 dev@activemq.apache.org Received: (qmail 43289 invoked by uid 99); 14 Jan 2008 16:45:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 08:45:36 -0800 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chirino@gmail.com designates 209.85.146.177 as permitted sender) Received: from [209.85.146.177] (HELO wa-out-1112.google.com) (209.85.146.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 16:45:09 +0000 Received: by wa-out-1112.google.com with SMTP id k22so4233104waf.0 for ; Mon, 14 Jan 2008 08:45:15 -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:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=MMs9bD8/R6o/6LHGL/2LuM9Aa4e0DV1evack4/31kKo=; b=r+cAtsV3JylGPtEYBBLfG336V41hnCTxFIWVTFThWIF/D/ixWoLUU9PkdwxF0z2o7fcjEt5HwQwHD53tIdZ2R/PCkhrHgVhbv+PMO/YrNoufHqrh8jgPaggxyy/Tdns+aFw5HWDuHI/bAEsNQurUJ0p9XTkj1/fgvQYIvygr3PM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=n07R82uZi61y78TOYicpPCyA9J5iLc9ezswkd2xMXNQGkB3yNg+nyi5DaaOsQ/9gZL8MNgtVZSR3DtpTsn0xEO7BvgqaRBBOy8ehvbdmSIDum+S2qnaQOS93fVkNOA0lGJnszvIftqzLDbUUJflPhhM+e58u5PT6MztFNU/Ii6I= Received: by 10.115.106.7 with SMTP id i7mr2267932wam.18.1200329114500; Mon, 14 Jan 2008 08:45:14 -0800 (PST) Received: by 10.114.160.2 with HTTP; Mon, 14 Jan 2008 08:45:14 -0800 (PST) Message-ID: Date: Mon, 14 Jan 2008 11:45:14 -0500 From: "Hiram Chirino" Sender: chirino@gmail.com To: dev@activemq.apache.org Subject: Re: Build error for ActiveMQ :: JPA Message Store? In-Reply-To: <478AE178.9040308@nuix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4785B2AE.5070008@nuix.com> <4786A5A7.3020901@nuix.com> <4786A811.4070406@nuix.com> <478AE178.9040308@nuix.com> X-Google-Sender-Auth: 8c34770881f1c520 X-Virus-Checked: Checked by ClamAV on apache.org Looks like the new xbean version upgraded the qdox version and it's busting on the JPA annotations. Looks like we need to downgrade the xbean version until they release with a version that fixes that. Will commit shortly. On Jan 13, 2008 11:13 PM, David Sitsky wrote: > Looks like I'm not the only one hit by this - the nightly build reports > the same error: > > http://bamboo.logicblaze.com:8085/build/viewBuildLog.action?buildKey=AMQ-N2&buildNumber=247 > > > Cheers, > David > > David Sitsky wrote: > > FWIW - I reverted pom.xml to its previous revision at 605972 and the > > build works again. I hope chirino or somebody else can fix this, or > > tell me if there is something wrong in my build environment. > > > > Cheers, > > David > > > > David Sitsky wrote: > >> I haven't heard back from anyone, but when I did an svn log on > >> pom.xml, the following looks suspicious: > >> > >> ------------------------------------------------------------------------ > >> r610502 | chirino | 2008-01-10 05:44:34 +1100 (Thu, 10 Jan 2008) | 5 > >> lines > >> > >> Upgrade to xbean 3.3-SNAPSHOT to pull in the fix for: > >> http://issues.apache.org/jira/browse/XBEAN-101 > >> PropertyPlaceholderConfigurer can not be used to resolve values > >> assigned to xbean properties that have a custom PropertyEditor > >> > >> David Sitsky wrote: > >>> Hi, > >>> > >>> I have been happily building activemq from subversion updates using > >>> mvn. Today I did an update, and now I am getting build errors when I > >>> am reaching ActiveMQ :: JPA Message Store. The commands I am using > >>> to build are: > >>> > >>> set MAVEN_OPTS=-Xmx800m > >>> mvn -Dmaven.test.skip=true clean install > >>> > >>> This is what I am seeing: > >>> > >>> [INFO] Building ActiveMQ :: JPA Message Store > >>> ... > >>> C:\work\activemq\activemq\activemq-jpa-store\target > >>> [INFO] [xbean:mapping {execution: default}] > >>> ... > >>> [ERROR] FATAL ERROR > >>> ------------------------------------------------------------------------ > >>> [INFO] com.thoughtworks.qdox.parser.ParseException: syntax error > >>> @[28,9] in file > >>> :/C:/work/activemq/activemq/activemq-jpa-store/src/main/java/org/apache/activemq/store/jpa/model/StoredMessage.java > >>> > >>> ... > >>> Caused by: com.thoughtworks.qdox.parser.ParseException: syntax error > >>> @[28,9] in > >>> file:/C:/work/activemq/activemq/activemq-jpa-store/src/main/java/org/apache/activemq/store/jpa/model/StoredMessage.java > >>> > >>> at > >>> com.thoughtworks.qdox.parser.impl.Parser.yyerror(Parser.java:716) > >>> at > >>> com.thoughtworks.qdox.parser.impl.Parser.yyparse(Parser.java:826) > >>> at > >>> com.thoughtworks.qdox.parser.impl.Parser.parse(Parser.java:697) > >>> at > >>> com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:30 > >>> 0) > >>> > >>> The offending line seems to be the @Entity tag. > >>> > >>> @Entity() > >>> public class StoredMessage { > >>> > >>> I am not familiar with this stuff - any ideas what is wrong? > >>> > >> > >> > > > > > > > -- > Cheers, > David > > Nuix Pty Ltd > Suite 79, 89 Jones St, Ultimo NSW 2007, Australia Ph: +61 2 9280 0699 > Web: http://www.nuix.com Fax: +61 2 9212 6902 > -- Regards, Hiram Blog: http://hiramchirino.com Open Source SOA http://open.iona.com