From: <no...@at...> - 2005-08-05 16:16:09
|
The following comment has been added to this issue: Author: Stephen Schleimer Created: Fri, 5 Aug 2005 11:14 AM Body: I have found the same problem when processing mapping for a model with 343 classes and 212 mapping files (using union-subclass). In a subset of the model (the exactly same hierarchies, merely pruned) in which I have 67 classes and 29 mapping files, I do not experience this failure. So, I do not believe that I can provide a simple example of the failure. -steve --------------------------------------------------------------------- View this comment: http://opensource.atlassian.com/projects/hibernate/browse/HHH-355?page=comments#action_19184 --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/browse/HHH-355 Here is an overview of the issue: --------------------------------------------------------------------- Key: HHH-355 Summary: Identifier is too long Type: Bug Status: Closed Priority: Major Resolution: INCOMPLETE Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: Hibernate3 Components: core Versions: 3.0 final Assignee: Reporter: Tim McCune Created: Fri, 15 Apr 2005 11:28 AM Updated: Fri, 5 Aug 2005 11:14 AM Environment: Oracle 9, JDK 1.5 Description: SchemaUpdate is trying to create a foreign key constraint whose name is too long for Oracle: 2005-04-15 12:25:26,444 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] Unsuccessful: alter table LoadDescriptor add constraint FK18D5ABAD371DC5BAba9c69f2d683d915 foreign key (parent) references Workspace 2005-04-15 12:25:26,444 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] [Oracle] #60 ORA-00972: identifier is too long --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |