Craig Schwarzwald created AS7-4613:
--------------------------------------
Summary: hibernate.hbm2ddl.auto=create-drop fails arquillian tests, but
value=create works fine
Key: AS7-4613
URL:
https://issues.jboss.org/browse/AS7-4613
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.1.1.Final
Reporter: Craig Schwarzwald
Priority: Critical
You can find my project with the tests here:
https://github.com/CavemanCraig/IssueWithTestsUsingCreateDrop/tags
I created 2 tags, a v0.9 which has persistence.xml specifying value=create which you can
use to prove the tests work correctly, and v1.0 which specifies value=create-drop which
should work just as well, but doesn't.
The main error that seems to be getting returned is:
Caused by: org.h2.jdbc.JdbcSQLException: Sequence "HIBERNATE_SEQUENCE" not
found; SQL statement:
call next value for hibernate_sequence [90036-161]
This same code was working about a week ago even with specifying "create-drop".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira