Message:
The following issue has been closed.
Resolver: Gavin King
Date: Wed, 17 Sep 2003 10:57 AM
This is some kind of JDK bug that we know about. Try recompiling Hibernate in your JDK.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-340
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-340
Summary: regression of HB-128 - AbstractMethodError during configuration
Type: Bug
Status: Closed
Priority: Major
Resolution: DUPLICATE
Project: Hibernate2
Components:
core
Versions:
2.0.3
Assignee:
Reporter: Renaud Bruyeron
Created: Wed, 17 Sep 2003 6:38 AM
Updated: Wed, 17 Sep 2003 10:57 AM
Environment: linux 2.4.20, iplanet Web Server 6.0SP2, Struts 1.1-final
java version "1.2.2"
Classic VM (build JDK-1.2.2_014, green threads, nojit)
Description:
The following exception is thrown during configure:
[17/Sep/2003:12:15:17] failure (22697): Internal error: Unexpected error condition thrown (java.lang
.AbstractMethodError: net/sf/hibernate/persister/AbstractEntityPersister.insert,net/sf/hibernate/per
sister/AbstractEntityPersister.insert), stack: java.lang.AbstractMethodError: net/sf/hibernate/persi
ster/AbstractEntityPersister.insert
at net.sf.hibernate.loader.OuterJoinLoader.walkClassTree(OuterJoinLoader.java:172)
at net.sf.hibernate.loader.OuterJoinLoader.walkTree(OuterJoinLoader.java:74)
at net.sf.hibernate.loader.AbstractEntityLoader.renderStatement(AbstractEntityLoader.java:39
)
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)
at com.fullsix.registration.config.HibernatePlugIn.init(HibernatePlugIn.java:64)
The only thing I did is drop hibernate 2.0.3 and cglib 1.0-final jars over previous versions (2.0.1).
I looked at the source code, and AbstractEntityLoader is public, therefore another change triggered this JDK problem.
Any idea?
---------------------------------------------------------------------
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
|