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 <[EMAIL PROTECTED]> 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
