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
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
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
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
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
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