Issue Type: Bug Bug
Affects Versions: 4.1.2
Assignee: Unassigned
Components: core
Created: 27/Jun/12 3:25 AM
Description:

The commit is:
https://github.com/hibernate/hibernate-orm/commit/ee2dd0ddf5d42ff5343a97bfb7e4a7938ab36eec#L5L256

In execute() is a check if output==None. In this case nothing is done. This is wrong because outputFile must also be checked. The correct check is:

if ( (output == Target.NONE && outputFile==null) || type == SchemaExport.Type.NONE ) {
...

Project: Hibernate ORM
Priority: Major Major
Reporter: Michael Wyraz
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira