Hello,
mvn tests fail when i use openjpa as provider with version 1.0rc1. When i change the provider to Hibernate all tests run fine. I have created a very simple script to test:
So the above doesn't pass the tests after i do:install jpa -database MYSQL -provider OPENJPA
new persistent class jpa -name ~.key.Prefix -testAutomatically
add field string -class ~.key.Prefix -fieldName code -notNull -sizeMax 3
new integration test
new controller automatic -name ~.web.PrefixController -formBackingObject ~.key.Prefix
new selenium test -controller ~.web.PrefixController
configure logging -level DEBUG -package WEB
install security
It does work. Hopefully somebody has a solution for this.update jpa -provider HIBERNATE -database MYSQL
Kind Regards,
Ronald Vermeire


Reply With Quote