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