[jboss-jira] [JBoss JIRA] (AS7-3860) HHH00389:Unsuccessful: drop sequence hibernate_sequence
Scott Marlow (JIRA)
jira-events at lists.jboss.org
Mon Mar 19 13:20:47 EDT 2012
[ https://issues.jboss.org/browse/AS7-3860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677735#comment-12677735 ]
Scott Marlow commented on AS7-3860:
-----------------------------------
Dropping a sequence object can be a critical operation. Especially if you soon recreate the same sequence object with a starting counter value of zero (since this could be used to generate unique key values for new database table rows).
For this case, the error is that the hibernate_sequence doesn't exist (which is true). In this context, the error is a warning (so we can ignore it).
If code changes are needed in Hibernate, a HHH jira would be needed. I'll close this jira in a few days unless there are AS7 changes needed.
> HHH00389:Unsuccessful: drop sequence hibernate_sequence
> -------------------------------------------------------
>
> Key: AS7-3860
> URL: https://issues.jboss.org/browse/AS7-3860
> Project: Application Server 7
> Issue Type: Bug
> Components: JPA / Hibernate
> Reporter: Burr Sutter
> Attachments: html5_deploy_server.log
>
>
> Steps
> - Using JBoss Tools nightly http://download.jboss.org/jbosstools/builds/nightly/trunk/latest/all/repo/
> - Pick HTML 5 from JBoss Central
> - Add/Remove to deploy to JBoss Server
> Sequence "HIBERNATE_SEQUENCE" not found; SQL statement:
> drop sequence hibernate_sequence [90036-145]
> Server.log section attached
--
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
More information about the jboss-jira
mailing list