StackOverflowError « Exception « JPA Q&A





1. StackOverflowError    forum.hibernate.org

Can I map a Set inside a joined-subclass? Is this mapping right? Code: ...

2. strange StackOverflowError!    forum.hibernate.org

Newbie Joined: Wed Jun 09, 2004 9:19 pm Posts: 4 All help me! when i restart Tomcat5.0 after a day, it will happen "StackOverflowError"! if i do not use Threadlocal,mybe it is OK!(do not affirm) why? I use: LINUX(REDHAD 8.0) J2SDK 1.4.2_04 hibernate 2.14 2.13 2.12 tomcat 5.024 5.025 5.026 mysql 4.0 JDBC : mysql driver 3.07 stable 1.SessionBean.java package com.yours.admin.web; ...

3. (modify)strange StackOverflowError !    forum.hibernate.org

Newbie Joined: Wed Jun 09, 2004 9:19 pm Posts: 4 All help me! when i restart Tomcat5.0 after a day, it will happen "StackOverflowError"! if i do not use Threadlocal,mybe it is OK!(do not affirm) why? I use: LINUX(REDHAD 8.0) J2SDK 1.4.2_04 hibernate 2.14 2.13 2.12 tomcat 5.024 5.025 5.026 mysql 4.0 JDBC : mysql driver 3.07 stable 1.HibernateSession package com.yours.datamodel.hibernate; ...

4. java.lang.StackOverflowError with commons lang    forum.hibernate.org

5. java.lang.StackOverflowError - Where do I begin?    forum.hibernate.org

jwhite Post subject: More Information Posted: Thu Sep 02, 2004 11:52 am Beginner Joined: Wed May 12, 2004 2:52 pm Posts: 36 Ok Gentlemen, I have a better stack trace. Looks like it is the HashCodeBuilder that is causing this exception. Off the top of your heads, do you know of any issues with this? Joshua DEBUG - SessionImpl.finalize(3384) ...

6. java.lang.StackOverflowError    forum.hibernate.org

Hibernate version:3.1.1 Hey all I am trying to test my first Hibernate application and have ran into some problems when deleting objects. In my test class I have the following method Code: public void testDeletePerson() { Person person = personDao.getPersonByUsername("person1"); personDao.delete(person); } This will throw the ...

7. StackOverflowError    forum.hibernate.org

Hi All, I am using spring-hibernate in my application and IDE as eclipse/myeclipse. I have created the mappings for the huge database(about 1000+ tables). This is done using myEclipse hibernate plugin. I have configured an application in OC4J (10.1.3.0.0). On starting the of the application server all the spring-beans are loaded. Configuration related to the ORM as follows [COLOR="Blue"] ...

8. many-to-many with entityclass (StackOverflowError)    forum.hibernate.org

I have got many-to-many relation in Part, Labour with PartsLabour as entity Class. I am able to save the relation for PartsLabour but when i retreive them for Part or Labour classes, I get the StackOverflowError. I cant figure it out, Any suggestion; Below are the mapping file and code; Labour.hbm.xml --------------------- ...