Session problems.

2000-03-29 Thread Stefan Tryggvason
Hi everyone.   I've been having some trouble with HTTP sessions... if I invalidate a session, and then re-request a page (JSP, servlet)... or just re-call getSession(), the same ID is used.  The session is invalidated because all of the data is lost, however I don't think that when the client

RE: Placing resources in to Orion/JNDI...

2000-03-29 Thread Alex Paransky
Worked great, with one exception. The resource I am trying to register, is being referenced from one of the ejb-jar.xml files. However, the ejb-jar.xml gets processed BEFORE my . So, I get an error from Orion. E:\work\orion>java -jar d:\java\orion\orion.jar Auto-deploying citysearch... Error

Remote debugging with CodeWarriro

2000-03-29 Thread Bernard Sauterel
Hi there, To anyone using CodeWarrior, it's possible to debug orion (including tag-lib, ejb, servlets, ... ) remotely. In my case, I use CodeWarrior under Mac OS to compile and debug, and I deploy via ftp and run orion on my Linux box. For that (please let me know if you did it on another way

unsubscribe

2000-03-29 Thread Reddy Madipadga
unsubscribe __ Get Your Private, Free Email at http://www.hotmail.com

No Subject

2000-03-29 Thread Carroll, Robert
How do I link php to orion server. I didnt see it in the docs. Rob

unsubscribe

2000-03-29 Thread Jacob Smullyan
unsubscribe __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com

Error in ejbPassivate: java.lang.InternalError: Werent current caller

2000-03-29 Thread Jens Stutte
Hi, i have a strange benaviour of both orion 0.9.4q and 0.9.4v (but not with 0.9.4). I have a business method in an entity bean, which itself calls business methods in other entity beans (same type, but different instances). I have a remote client, that basically does nothing but call this metho

Re: Placing resources in to Orion/JNDI...

2000-03-29 Thread Magnus Stenman
The recommended procedure for this in Orion is to create an application-client (j2ee, with META-INF/application-client.xml etc) that performs the task. You then set auto-start="true" on the tag in orion-application.xml and specify a valid user="" attribute value to run it as in order to invoke it