Message:
The following issue has been closed.
Resolver: Gavin King
Date: Wed, 29 Oct 2003 8:31 AM
There was a mapping bug in the one-to-one associations.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-431
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-431
Summary: one-to-many association with composite-id
Type: Bug
Status: Closed
Priority: Major
Resolution: REJECTED
Project: Hibernate2
Versions:
2.0.3
Assignee:
Reporter: Albini Guillaume
Created: Wed, 29 Oct 2003 8:04 AM
Updated: Wed, 29 Oct 2003 8:31 AM
Environment: Java 1.4 on Solaris 2.7
Description:
Exception on the method
SessionFactory sessions = cfg.buildSessionFactory();
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException
at net.sf.hibernate.sql.OracleJoinFragment.addJoin(OracleJoinFragment.java:25)
at net.sf.hibernate.loader.OuterJoinLoader.outerJoins(OuterJoinLoader.java:424)
at net.sf.hibernate.loader.AbstractEntityLoader.renderStatement(AbstractEntityLoader.java:47)
at net.sf.hibernate.loader.AbstractEntityLoader.renderStatement(AbstractEntityLoader.java:34)
at net.sf.hibernate.loader.EntityLoader.<init>(EntityLoader.java:35)
at net.sf.hibernate.persister.EntityPersister.postInstantiate(EntityPersister.java:153)
at net.sf.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:223)
at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:627)
---------------------------------------------------------------------
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
|