Issue Type: Bug Bug
Affects Versions: 4.3.0.Beta3
Assignee: Unassigned
Components: core
Created: 11/Jun/13 12:12 AM
Description:

Typo in the error message that is thrown from method bindPhysicalToLogical() in org.hibernate.cfg.Configuration.java, line 3062.
The code where the message is thrown is as follows:

throw new DuplicateMappingException(
		" Table [" + tableName + "] contains phyical column name [" + physicalName
				+ "] represented by different logical column names: [" + existingLogicalName
				+ "], [" + logicalName + "]",
		"column-binding",
		tableName + "." + physicalName
);
Project: Hibernate ORM
Priority: Trivial Trivial
Reporter: Hans Bank
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