RE: [JBoss-user] Large dataimport through entities

2002-10-10 Thread Sternagel Annegret (SYS/PE)
EMAIL PROTECTED] Subject: RE: [JBoss-user] Large dataimport through entities can you try to: - limit the cache size for this entity (by default: 1Milion) - split your import in sub-transactions (may not be the best situation) > -Message d'origine- > De : [EMAIL P

RE: [JBoss-user] Large dataimport through entities

2002-09-28 Thread René Rolander Nygaard
EMAIL PROTECTED] > Subject: RE: [JBoss-user] Large dataimport through entities > > > We tried setting it to 500, and then started loading the data again. > It reads 7626 lines, and then throws a > HTTP ERROR: 500 removing bean lock and it has tx set!; > CausedByException is: > removin

RE: [JBoss-user] Large dataimport through entities

2002-09-25 Thread Mailman
PROTECTED]]On Behalf Of Sacha > Labourey > Sent: 25. september 2002 11:40 > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] Large dataimport through entities > > > can you try to: > - limit the cache size for this entity (by default: 1Milion) > - split your im

RE: [JBoss-user] Large dataimport through entities

2002-09-25 Thread Cor Hofman
PROTECTED] Subject: RE: [JBoss-user] Large dataimport through entities can you try to: - limit the cache size for this entity (by default: 1Milion) - split your import in sub-transactions (may not be the best situation) > -Message d'origine- > De : [EMAIL PROTEC

RE: [JBoss-user] Large dataimport through entities

2002-09-25 Thread Sacha Labourey
Nygaard > Envoyé : mercredi, 25 septembre 2002 11:28 > À : Jboss User > Objet : [JBoss-user] Large dataimport through entities > > > Hello all > > We are trying to do a data-import/update using entities. > It's fairly easy to read data-lines, make a findByPK and if f

[JBoss-user] Large dataimport through entities

2002-09-25 Thread René Rolander Nygaard
Hello all We are trying to do a data-import/update using entities. It's fairly easy to read data-lines, make a findByPK and if finderEx, then create the entitity, and then you call the setters for the data you acquire. Fairly simple, but our server runs into outofmemory problems. My own bet is t