No response from Customer Support for Licensed Version

2000-09-21 Thread Gary Albelli
Hi, I have a few emails that have been sent to support with the following subject: EJB 2.0 many to many relationship deployment [priority: CMR1B23BAB]. I would like to know if I am doing something wrong in making this request or am I just not getting any response. Thanks Gary Albelli

Internal Error - product Sample EJB

2000-05-16 Thread Gary Albelli
Running Orion rc1 and getting exception with EJBs. Any Help.. Gary D:\Orion\demo\ejb\productjava -cp .;d:\orion\orion.jar ProductClientEnter the id (integer) of the product you want to add: 23456Enter the name for item 23456: two 3456Enter the cost for two 3456: 3456Exception in

Reentrant Bean Error

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

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

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.