Prepared Statements

2000-08-05 Thread Sven van 't Veer
Does Orion pool prepared statements, or do I depend on the DB to cache the query plan? sven -- == Sven van 't Veer http://www.cachoeiro.net Java Developer

optimistic locking?

2000-08-05 Thread Ratz, Peter
Hello, i know that this question is maybe a generell EJB question than orion specific. But i would like to know, how can i achive something like optimistic locking on CMP and BMP in Orion? Thanks Peter

uninstalling application

2000-08-05 Thread Thomas Hertz
Hello. Is there a possibility to uninstall a application on a remote server with a batch process? I use java -jar admin.jar ormi://host user pwd -deploy for deploying, but haven't found somethink like that for uninstalling. Greetings from munich, /Thomas Hertz -- | /Thomas

Restarting Orion: HELP: NOT WORKING

2000-08-05 Thread Steven Punte
Dear Orion Interest Group: Platform:Sun Sparc OS:Solaris JDK: Sun 1.2.2_005 Orion:1.0.3b Command: java -jar admin.jar ormi://localhost/ admin 123 -restart Always Result In: Error: com.evermind.reflect.UndeclaredExceptionTypeException:

SFSB not releasing all resources

2000-08-05 Thread Vidur Dhanda
Hello, I think there is a bug in Orion 1.1.37 where all the resources that are used by a SFSB are not released at the end of a transaction. Here's the scenario. A SFSB in its ejbCreate () performs a findByPrimaryKey on the home of a CMP entity bean. It then invokes a method on the entity bean

call-timeout

2000-08-05 Thread Vidur Dhanda
Hello, I posted this a few days ago and never got a response. Could someone please confirm this as either a missing feature or my incorrect understanding of the call-timeout concept. Thanks, Vidur -- Hello, Does Orion use the call-timeout attribute specified in session/entity