How can I make orion stop caching my EBs?

2002-04-08 Thread Cristian Donciulescu



Hello,

I have an application that uses some EBs. The 
underlying data on which the EBs are mapped is modified by an external 
application.
Orion caches the entity beans, so I don't see the 
DB modifications immediately in the beans.

How can I make orion stop caching my 
EBs?

Thanks,
Cristian


Re: How can I make orion stop caching my EBs?

2002-04-08 Thread Sergey G. Aslanov

Hi Orion-Interest

Use attribute exclusive-write-access=false in orion-ejb-jar.xml for
your EB.

Monday, April 08, 2002, 2:35:52 PM, you wrote:

CD Hello,

CD I have an application that uses some EBs. The underlying data on which the EBs are 
mapped is modified by an  external application.
CD Orion caches the entity beans, so I don't see the DB modifications immediately in 
the beans.

CD How can I make orion stop caching my EBs?

CD Thanks,
CD Cristian



-- 
Sergey G. Aslanov,
CBOSS Group,
Web-technologies department
mailto:[EMAIL PROTECTED]
tel: +7 095 7555655





Re: How can I make orion stop caching my EBs?

2002-04-08 Thread Lachezar Dobrev

   Answer:

orion-ejb-jar.xml

entity-deployment . exclusive-write-access=false ... 

   Lachezar


- Original Message -
From: Cristian Donciulescu
To: Orion-Interest
Sent: Monday, April 08, 2002 12:35 PM
Subject: How can I make orion stop caching my EBs?


Hello,

I have an application that uses some EBs. The underlying data on which the
EBs are mapped is modified by an  external application.
Orion caches the entity beans, so I don't see the DB modifications
immediately in the beans.

How can I make orion stop caching my EBs?

Thanks,
Cristian