Deploy Bug - Implicit Transactions

2000-03-26 Thread Gary Albelli
The deploy tool seems to reply on the fact that the connections on the database server are using implicit transactions. I am using MSSQL7 and by default, implicit transactions are turned off. The deploy tool will generate an error when commit trans is called stating there is no Begin Trans.

Ready for Production?

2000-03-26 Thread DaveFord
I have a jsp/ejb application nearing completion. I have been using Orion for development and testing and was thinking of deploying with Orion. Is anyone using Orion for production use yet? If so, how is it working out? Dave Ford

Recursive call to non-reentrant bean

2000-03-26 Thread Gary Albelli
I am getting an error when trying to making consecutive call to a BMP bean within the same transaction.   java.rmi.RemoteException: Recursive call to non-reentrant bean     The stateless session bean does the following: creates a transaction calls setValue(1) calls setValue(2).   The second

Reentrant Bean Error

2000-03-26 Thread Gary Albelli
I am getting a reentrant ban exception  

CMP finder query from another table

2000-03-26 Thread Jay Jayaprasad
I would like to execute a finder for a CMP EJB that uses a selection criteria based on a table other than the table in which the entity exists. This does not seem to be possible in Orion today as it requires adding another table in the from clause of the SQL select. Is there any way of doing this