According to:
http://markmail.org/message/u7apkayubu3zyh5b#query:HYT00%20h2%20database+page:1+mid:rgkxvpguhoyduhxd+state:results
The error message indicates what version of H2 is used.
When running:
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersion=2.0.2 -DgroupId=com.mycompany.app -DartifactId=myproject
mvn appfuse:full-source
mvn -Ph2
On debian linux (java 1.6), this will result in an error in UserActionTest with the error message:
Timeout trying to lock table APP_USER [HYT00-34]
This would then indicate that an older version of H2 is still used in the archetype.
According to:
http://markmail.org/message/u7apkayubu3zyh5b#query:HYT00%20h2%20database+page:1+mid:rgkxvpguhoyduhxd+state:results
The error message indicates what version of H2 is used.
When running:
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersion=2.0.2 -DgroupId=com.mycompany.app -DartifactId=myproject
mvn appfuse:full-source
mvn -Ph2
On debian linux (java 1.6), this will result in an error in UserActionTest with the error message:
Timeout trying to lock table APP_USER [HYT00-34]
This would then indicate that an older version of H2 is still used in the archetype.