John,
I had this problem last week too. David Blevins posted a message about doing:
------------ maven clean default Make sure you are online when doing the build ------------
I ended up doing:
maven clean maven -Dmaven.test.skip=true -Dmaven.itest.skip=true default
Mark
John Sisson (JIRA) wrote:
[ http://issues.apache.org/jira/browse/GERONIMO-541?page=comments#action_57872 ]
John Sisson commented on GERONIMO-541:
--------------------------------------
With the following build commands:
maven m:update maven m:rebuild -Dmaven.test.skip=true -Dmaven.itest.skip=true
I have been having this compile error for a few days now:
D:\Projects\J2EE\geronimo\activemq\modules\gbean\src\java\org\codehaus\activemq\store\jdbc\JDBCPersistenceAdapterGBean.java:97: cann ot resolve symbol symbol : method createTransactionStore () location: class org.codehaus.activemq.store.jdbc.JDBCPersistenceAdapter return pa.createTransactionStore(); ^
I have attached a patch that fixes the problem.
Upgrade ActiveMQ to 2.0 and use JDBC as default persistence option ------------------------------------------------------------------
Key: GERONIMO-541
URL: http://issues.apache.org/jira/browse/GERONIMO-541
Project: Apache Geronimo
Type: Improvement
Components: ActiveMQ
Versions: 1.0-M3
Reporter: Hiram Chirino
Assignee: Hiram Chirino
Fix For: 1.0-M4
