Thanks for providing the fix. If you enter an issue in JIRA, I'll be happy to fix this before the next release.
http://issues.appfuse.org On Mon, Feb 8, 2010 at 8:27 AM, johnydz <yanda...@msn.com> wrote: > > I know how to fix it, > > add bold code in pom.xml file > > <profile> > <id>h2</id> > <properties> > > > <dbunit.dataTypeFactoryName>org.dbunit.ext.h2.H2DataTypeFactory</dbunit.dataTypeFactoryName> > > <hibernate.dialect>org.hibernate.dialect.H2Dialect</hibernate.dialect> > <jdbc.groupId>com.h2database</jdbc.groupId> > <jdbc.artifactId>h2</jdbc.artifactId> > <jdbc.version>1.0.79</jdbc.version> > <jdbc.driverClassName>org.h2.Driver</jdbc.driverClassName> > <jdbc.url>jdbc:h2:/tmp/${db.name};MVCC=TRUE</jdbc.url> > <jdbc.username>sa</jdbc.username> > </properties> > </profile> > > I hope matt add these in 2.1.0-M2,thanks a lot. > > aslo look at next url, > > http://issues.apache.org/jira/browse/CAY-884 > -- > View this message in context: > http://n4.nabble.com/ActionTest-Error-on-H2-tp1472791p1473023.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > >