Issue Type: Task Task
Assignee: Unassigned
Created: 29/Jul/12 11:57 PM
Description:

lots of tests fail due to can't initialize identifier generator, and it turns out this is caused by :

name = Table.qualify(
					qualifiedTableName.getCatalog().getText( dialect ),
					qualifiedTableName.getSchema().getText( dialect ),
					qualifiedTableName.getName().getText( dialect )
			);

and in some case, the schema / catalog is null, therefore, NullPointException is thrown

Fix Versions: 5.0.0
Project: Hibernate ORM
Priority: Major Major
Reporter: Strong Liu
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