1. Hibernate persistence slow on One-To-Many stackoverflow.comI have a quite large object tree structure that I persist with Hibernate. This should have been persisted with the root-node first and then the children and so on. However this ... |
2. hibernate works fine outside of jboss, very slow inside forum.hibernate.orgMy project uses hibernate inside jboss. Most of the time things work ok, but now it turns out that jboss takes a huge amount of time (5 minutes or so) to process queries returning 2000 or more objects. Why do I say jboss, rather than hibernate, is taking so long on these queries? Because I've set things up so that I ... |