RE: Transaction problem in EJB

2001-06-21 Thread Krishnamurthy, Balaji (MED)
Folks, I have a similar situation where, Iam trying to update two different datasources in a single transaction, but this doesn't work. What is the level of support for distributed transactions in Orion ? Thanks Balaji -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

Upper limit on number of EJBs in Orion

2001-07-17 Thread Krishnamurthy, Balaji (MED)
Is there upper limit on the number of Session and Entity EJBs in Orion 1.5.2 ? Has anyone out there tried some big numbers ? I am interested in knowing how the server took it. Thanks

RE: Connecting to Oracle Database

2001-07-23 Thread Krishnamurthy, Balaji (MED)
Mong, Check the following: 1) Database instance has been started on the solaris server. 2) Listeners for the instance are running at the specified port you tried to connect. -Balaji -Original Message- From: Mong Kon Mo [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 3:41 P

Client accessing EJB hangs intermittently

2002-04-28 Thread Krishnamurthy, Balaji (MED)
Hi, Recently, I observed a strange problem with our client application trying to lookup the home of an EJB. It hangs infrequently on initialContext.lookup(" "). Upon restarting Orion Server, the client is able to lookup the EJB. We saw this happening four times in the last week. Any