Re: Cached data in entity beans

2002-04-27 Thread Joseph Ottinger

Set the orion-ejb-jar.xml to not cache the EJB data. You'll destroy
performance this way, but it won't show you cached data.

-
Joseph B. Ottinger [EMAIL PROTECTED]
http://enigmastation.comIT Consultant

On Sat, 27 Apr 2002, Sergey Ponomarev wrote:

> Hi
>
> I  have  several entity beans under Orion 1.5.2. I have a problem with
> caching   data   by  these  beans. I get data from table with EJB. Then I
> change   data   through   it.  But  when  I  retrieve data again (with
> different  bean)  I  get  old  data.  How  can I force EJBs to re-read
> changed data from table?
>
> Sergey
>
>





Cached data in entity beans

2002-04-26 Thread Sergey Ponomarev

Hi

I  have  several entity beans under Orion 1.5.2. I have a problem with
caching   data   by  these  beans. I get data from table with EJB. Then I
change   data   through   it.  But  when  I  retrieve data again (with
different  bean)  I  get  old  data.  How  can I force EJBs to re-read
changed data from table?

Sergey