S
sr
Hallo,
I have the following Problem
Ich möchte speichern eine Entity Bean z.B Auftrag
Diese Bean hat eine Referenz auf den Kunden.
Mein OAS OC4J Container verhaltet sich so, das er beim Abspeichern von
Auftrag alle Aufträge für den Kunden ins Speicher holt. Was dazu
führt, das Aufräge für Kunden, die schon viele Aufträgre haben ewig
dauern bzw. zum OutOFMemory führen.
Der gleiche Code hat aber bei JBoss einwandfrei funktioniert.
Gibt es eine Einstellung auf OAS, die deises laden unterbindet.
I'd like to save an entity bean ORDER. This bean has a reference to an
entity bean CUSTOMER.
During saving the entity bean ORDER my OAS OC4J container looks for
every referenced CUSTOMER. Eventually, there exists many ORDER's for a
single CUSTOMER. So there is in such a case a memory overflow.
:-((((((
Under JBoss the same source code works without any problems.
May be I have to set some configurations on OAS?
In advance many thanks!!!!!
Staszek
I have the following Problem
Ich möchte speichern eine Entity Bean z.B Auftrag
Diese Bean hat eine Referenz auf den Kunden.
Mein OAS OC4J Container verhaltet sich so, das er beim Abspeichern von
Auftrag alle Aufträge für den Kunden ins Speicher holt. Was dazu
führt, das Aufräge für Kunden, die schon viele Aufträgre haben ewig
dauern bzw. zum OutOFMemory führen.
Der gleiche Code hat aber bei JBoss einwandfrei funktioniert.
Gibt es eine Einstellung auf OAS, die deises laden unterbindet.
I'd like to save an entity bean ORDER. This bean has a reference to an
entity bean CUSTOMER.
During saving the entity bean ORDER my OAS OC4J container looks for
every referenced CUSTOMER. Eventually, there exists many ORDER's for a
single CUSTOMER. So there is in such a case a memory overflow.
:-((((((
Under JBoss the same source code works without any problems.
May be I have to set some configurations on OAS?
In advance many thanks!!!!!
Staszek