Sounds like you need to turn off exclusive-write-access in orion-ejb-jar.xml
while you're putzing with the database outside of the application.  We're
running with SQL Server 7 (*gasp*) and Orion will try to "fix" any manual
changes we make to the database through the admin console.  Otherwise, we
have to shutdown Orion, make the changes, and restart.

The performance hit is huge, so you wouldn't want to leave it turned off,
but Orion will basically go talk to the database at every accessor to make
sure that it's got the latest data and not assume that Orion knows best.

Rian

----- Original Message -----
From: Armin Michel <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Sent: Thursday, April 05, 2001 12:25 AM
Subject: Re: orion with mysql?


> > [...] We also tried Hypersonic,
> > but it seems that when both Orion and JBuilder communicate with the db
the
> > db gets confused. At least the changes we make in JBuilder don't get
> > updated.
>
> That's propably because Orion caches data of the DB. If you stop Orion,
then
> update the DB and then restart Orion, you shouldn't perceive any update
> problems.
>
> Greetings
>
> Armin
>


Reply via email to