AW: Unneeded calls to ejbStore

2000-04-11 Thread Jens Stutte
Hi, this i did not know. So, the EJB spec wants to ensure that even if the database is changed from outside the EJB server, that the beans are up to date ? Well, it's a very nice Feature in some circumstances - but in some circumstances (if i am sure, that nobody from outside will ever change

Re: AW: Unneeded calls to ejbStore

2000-04-11 Thread Robert Krüger
At 11:11 11.04.00 , Jens Stutte wrote: Hi, this i did not know. So, the EJB spec wants to ensure that even if the database is changed from outside the EJB server, that the beans are up to date ? Well, it's a very nice Feature in some circumstances - but in some circumstances (if i am sure, that

SSL

2000-04-11 Thread sgee
Good morning all, I have come to the point in my development where SSL must be implemented. I have been given the painstaking task of bringing our Redhat box up to SSL speed by the end of the week. I have searched the website for the "mods" that are supported, yet the only link I have found

Orion 0.9.6 [was: Re: Error in ejbPassivate: java.lang.InternalError: Werent current caller]

2000-04-11 Thread Garret Wilson
- Original Message - From: Jens Stutte [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, April 11, 2000 5:53 AM Subject: Error in ejbPassivate: java.lang.InternalError: Werent current caller i tried out orion 0.9.6. I still have a problem with beans calling other

Re: Orion 0.9.6 [was: Re: Error in ejbPassivate: java.lang.InternalError: Werent current caller]

2000-04-11 Thread James Birchfield
run 'java -jar autoupdate.jar' in the orion directory to update. - Original Message - From: Garret Wilson [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, April 11, 2000 10:51 AM Subject: Orion 0.9.6 [was: Re: Error in ejbPassivate: java.lang.InternalError: Werent

Has anyone had recently problems with datasource.xml ( 0.9.5 or later)

2000-04-11 Thread Ariel Aramburu
Hi !!! I am just curious and a bit clueless. I updated Orion recently and suddenly I have "internal" problems parsing the datasource XML file. The problem I get is that I create a datasource like this: javax.naming.Context context = new javax.naming.InitialContext();

hsql database location

2000-04-11 Thread rafael de los rios
Hi, I'm creating a jsp which access a hsql database, but I'm getting a nullpointerexception. Could it be because I haven't placed the database in the right directory ?Anybody knows in which directory should I put the database files? Please send me any feedback Thank you Rafael

Re: Orion 0.9.6

2000-04-11 Thread Karl Avedal
Hello Garret, Orion 0.9.6 is so far only available through auto-update for a few reasons. We currently running the 0.9.6 zip trough our test suites to try to discover any problems that might have been added since 0.9.4 and don't want to change the link on the site until this is done. We are

RE: Orion 0.9.6 [was: Re: Error in ejbPassivate: java.lang.InternalError: Werent current caller]

2000-04-11 Thread Alex Paransky
Use java -jar autoupdate.jar in the orion directory. -AP_ -Original Message- From: Garret Wilson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 11, 2000 7:51 AM To: Orion-Interest Subject: Orion 0.9.6 [was: Re: Error in ejbPassivate: java.lang.InternalError: Werent current caller]