[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3674) Expose SchemaUpdate#haltOnError as a configuration property
Chris Bredesen (JIRA)
noreply at atlassian.com
Mon Dec 22 16:14:38 EST 2008
Expose SchemaUpdate#haltOnError as a configuration property
-----------------------------------------------------------
Key: HHH-3674
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3674
Project: Hibernate Core
Issue Type: New Feature
Components: documentation, metamodel
Reporter: Chris Bredesen
Assignee: Chris Bredesen
Priority: Minor
SchemaUpdate currently collects and logs any Exceptions caught during its work. While the Exceptions are logged, Hibernate is allowed to startup successfully. This feature request allows for a setting to flip this behavior such that Hibernate will not start if one or more Exceptions are encountered during SchemaUpdate (in test environments, of course).
Proposed configuration option is hibernate.hbm2ddl.haltOnError
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list