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

Reply via email to