It's because the entity beans are cached. So they don't resync from the
database because they think they are the only things that touch that data.
Try setting exclusive-write-access="false" in your orion-ejb-jar.xml file.
This will make it so it will not cache like that, but will resync from the
db.

Joel Shellman
Chief Software Architect
http://www.ants.com/90589781

----- Original Message -----
From: "Claudio Miranda" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Monday, September 18, 2000 3:00 PM
Subject: Changing data outside orion doesn't reflect in orion calls.


> Dears,
>
> I am using Orion 1.3.6, with Oracle 8i as rdbms, with an app with some
> entity, sessions, web-app, all working fine and quickly (congratulations
> orion team, your product is very good, and easy to understand), so, when
> orion is up, and someone change data from any sql tool (outside of
> orion), this changes doesn't reflects in entity beans, only when I
> restart orio, the changes is OK in beans.
>
> I anyone knows about this, any information will be very usefull.
>
> very thanks 4 all
>
>
> Claudio Miranda
>
>


Reply via email to