jboss « Insert « JPA Q&A





3. Jboss OutOfMemoryError after 30K-40K inserts/updates    forum.hibernate.org

Author Message rogerd Post subject: Jboss OutOfMemoryError after 30K-40K inserts/updates Posted: Tue Aug 24, 2004 5:23 pm Newbie Joined: Tue Aug 24, 2004 4:54 pm Posts: 4 Hello, I am getting OutOfMemory Errors. I have looked through the Forums and attempted to find similar problems. I have discovered many things there and attempted to incorporate them in my code. ...

4. Cannot insert into firebird using jboss 4.0    forum.hibernate.org

Hibernate version:2.1.7 deployed as har service in Jboss4.0 Mapping documents: Code between sessionFactory.openSession() and session.close(): Full stack trace of any exception that occurs: 16:25:26,453 INFO [STDOUT] In ProductDAO -- getAllStates() 16:25:26,531 INFO [STDOUT] Hibernate: select state0_.id as id, state0_.name as name, state0_.shortName as shortName ...

5. Simultaneous Insert Problem with JBoss    forum.hibernate.org

Newbie Joined: Mon Nov 21, 2005 11:33 am Posts: 2 Location: X-Rite We ran into a major problem with our new JBoss project, where simultaneous inserts into the same table fail with unpredictable results. We're using JUnitPerf to simulate load, and it's working fine for methods that do not insert data. we're also able to manipulate records using regular unit tests ...