RE: Orion & JSDK2.3

2002-01-14 Thread The elephantwalker
1.5.3 uses the jsdk2.3 spec, not the pfd 2, which was in 1.5.2. You can check this by looking in the orion.jar distribution in 1.5.3, and see that the filter interface in javax.servlet.Filter uses the proper methods jsdk2.3 methods for Filter, destroy(), doFilter() and init(). The old pdf 2 spec

JMS Question

2002-01-14 Thread Robert Hedin
I've inherited some code and it doesn't look complete, and I'm not even sure that it will work- at least with Orion. So... We've got multiple servers- some are always connected, some are only connected periodically, some are only connected when the sysadmin physically performs some task and then

Re: OrionTime out

2002-01-14 Thread DPietro
I wont swear this is the answer, but in the data-sources file there is a "inactivity-timeout" tag that you may need to set. Min happens to be ="30" I assume this means minutes. "John Tsimikas" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 01/14/02 10:20 AM Please respond to Orion-Interest

Re: OrionTime out

2002-01-14 Thread Mike Cannon-Brookes
John, What you're looking for is not the session-timeout (this controls how long session beans are kept in memory before being passivated) but the transaction timeout. See: http://kb.atlassian.com/content/orion/docs/configuration/server.xml.html The value is in milliseconds and controls the

Orion + JDO

2002-01-14 Thread Roman Seleznev
Hello ,   Does anybody expects JDO built-in implementations into app servers such as Orion ?   Regards , Roman.

RE: can't figure out this one. need help: logging, reloading custom usermanager class

2002-01-14 Thread Alex Paransky
Can you be a little bit more specific as to what is not working? I just spend 2 days trying to get EJBUserManager to work, and I am happy to report that I was successful. I assume your functions are getting called, so you have properly registered your user manager is the orion-application.xml. W

RE: OrionTime out

2002-01-14 Thread Tommy Wassgren
In server.xml you can add the following tag: Tommy -Original Message- From: John Tsimikas [mailto:[EMAIL PROTECTED]] Sent: 14 January 2002 15:20 To: Orion-Interest Subject: OrionTime out Orion occasionally returns the following error when calling certain EJBs within my java app. "co

Orion & JSDK2.3

2002-01-14 Thread Daniel Lopez
Hi, There are two things that are quite annoying in the current version of Orion and that have been defined/changed in the final JSDK2.3 spec. First one is that the name of the methods defined in the servlet filters are now diferent, thus pure JSDK2.3 filters don't work in Orion. Second one is th

OrionTime out

2002-01-14 Thread John Tsimikas
Orion occasionally returns the following error when calling certain EJBs within my java app. "com.evermind.server.rmi.OrionRemoteException: Transaction was rolled back: timed out" All the EJBs are stateless and are bean managed. I would like to increase the timeout value, but the only tag I can