Client access to UserTransaction

2002-01-23 Thread Shawn Pourchot
I sent this to support but maybe someone on this list has already come across this problem: I'm having problems getting the UserTransaction for external clients. The following is basically how I'm trying to get at it: env.put(Context.PROVIDER_URL,"ormi://localhost/app"); Context ctx = new

What does this mean?

2002-01-23 Thread Nusairat, Joseph F.
Title: What does this mean? .ejbLoad: unable to update databaseTransaction expired (Rolled back) Joseph Faisal Nusairat, Sr. Applications Developer WorldCom tel: 614-723-4232 pager: 888-452-0399 textmsg: [EMAIL PROTECTED]

RE: javax.naming.NameNotFoundException

2002-01-23 Thread Alex Paransky
Well, from CMSAuthorisationEJB, the ejb-ref-name is CMSUsersEntityEJB but in your code you are using CMSUsersEntityEJBHome (CMSAuthorisationEJBClass.java). -AP_ -Original Message- From: Chris Francis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 23, 2002 4:39 AM To: 'Alex

RE: Client access to UserTransaction

2002-01-23 Thread Alex Paransky
Transactions on the client are an optional feature which Orion chooses not to support. In general, client transactions are dangerous since they could lock up the server for a long time. Instead of doing client transactions, create a session bean, and wrap that with the transaction attribute of

RE: javax.naming.NameNotFoundException

2002-01-23 Thread Chris Francis
Err, I haven't spammed this several times to the list! There must be something up at the list server. Apologies. Chris. -Original Message- From: Chris Francis [mailto:[EMAIL PROTECTED]] Sent: 23 January 2002 12:39 To: Orion-Interest Cc: Chris Francis Subject: RE: