Re: Massive concurrency problems under high server load

2004-09-07 Thread Gerhard Grosse
On Fri, 20 Aug 2004 16:30:27 -0400, Jason Mihalick [EMAIL PROTECTED] wrote: Gerhard, Which object cache are you using? ObjectCacheDefaultImpl or ObjectCachePerBrokerImpl? As the doc states, the ObjectCacheDefaultImpl does have some drawbacks pertaining to dirty reads. We use OJB in servlet

Re: Massive concurrency problems under high server load

2004-09-07 Thread Gerhard Grosse
On Sat, 21 Aug 2004 15:53:30 +0200, Armin Waibel [EMAIL PROTECTED] wrote: Hi Armin, Hi again, I think this one happend during lazy loading of a list proxy. So would this mean that - we should not use reference and collection proxies when working with the ODMG API (this would be a

Re: OJB fails during load testing

2004-09-07 Thread Rick Banerjee
Hi Armin, Hello Everyone, Sorry to take so long to reply! Was trying as many combinations as possible! I'm using OJB within a servlet in a managed environment. That is to say, I'm using OJB in the DAO layer of a Struts application running in the SunONE application server. As for the stack

Re: Unable to use xdoclet-ojb-module.

2004-09-07 Thread Magnus
David Durham wrote: psamathos wrote: snip The ojbdoclet type doesn't support the nested ojbrepository element. Does anyone know why? I've tried everything I could think of, but it never works. target name=repository-files ojbdoclet destdir=./dist verbose=true fileset dir=src include

RE: Pbm With OJB Platform : Apolgy

2004-09-07 Thread Thierry Hanot
All what I ask for is in the source code ( also in javadoc ) of each platform. Sorry . Thierry -Original Message- From: Thierry Hanot [mailto:[EMAIL PROTECTED] Sent: Monday, September 06, 2004 8:55 AM To: 'OJB Users List' Subject: Pbm With OJB Platform Hello Just For Info : In our

[PersistentField] ERROR: while set field:

2004-09-07 Thread Wojciech CHMIELEWSKI
I'm using ojb since yestarday and I experience some problems ... when I use ojb for one class which takes date from one table everything is ok, the problem begins when I have object o1 of a type AddressBO which has an object o2 of a type AddressTypeBO and I want to take o1 and of course have

Re: OJB fails during load testing

2004-09-07 Thread Armin Waibel
Hi Rick, Rick Banerjee wrote: Hi Armin, Hello Everyone, Sorry to take so long to reply! Was trying as many combinations as possible! I'm using OJB within a servlet in a managed environment. That is to say, I'm using OJB in the DAO layer of a Struts application running in the SunONE application

Re: [PersistentField] ERROR: while set field:

2004-09-07 Thread Armin Waibel
Hi, your mapping seems ok. Could you post the generated class-descriptor for AddressTypeBO and AddressBO too? Did you try without the 'id' attribute (it's optional) set? Which version do you use? regards, Armin Wojciech CHMIELEWSKI wrote: I'm using ojb since yestarday and I experience some

Re: Unable to use xdoclet-ojb-module.

2004-09-07 Thread David Durham
Magnus wrote: I just tried my file with suns JDK-1.5-rc on debian-amd64 and works fine, thus it must have been a bug in IBM's JVM ( since all the other components are the same ). So, are you going to be able to use the JDK or are you stuck using IBM's JVM? - Dave

Re: [PersistentField] ERROR: while set field:

2004-09-07 Thread Wojciech CHMIELEWSKI
On Tue, 7 Sep 2004, Armin Waibel wrote: Hi, your mapping seems ok. Could you post the generated class-descriptor for AddressTypeBO and AddressBO too? there were send - point 3) repository.xml - this only fragment of repository.xml, only class-descriptor for AddressTypeBO and AddressBO Did you

Re: [PersistentField] ERROR: while set field:

2004-09-07 Thread Armin Waibel
Wojciech CHMIELEWSKI wrote: On Tue, 7 Sep 2004, Armin Waibel wrote: Hi, your mapping seems ok. Could you post the generated class-descriptor for AddressTypeBO and AddressBO too? there were send - point 3) repository.xml - this only fragment of repository.xml, only class-descriptor for

Re: [PersistentField] ERROR: while set field:

2004-09-07 Thread Wojciech CHMIELEWSKI
On Tue, 7 Sep 2004, Armin Waibel wrote: Wojciech CHMIELEWSKI wrote: On Tue, 7 Sep 2004, Armin Waibel wrote: Hi, your mapping seems ok. Could you post the generated class-descriptor for AddressTypeBO and AddressBO too? there were send - point 3) repository.xml - this only fragment of

how to sum odmgapi

2004-09-07 Thread Johnson
Hi! How to sum a field in odmgapi Bestgards johnson