Re: [JBoss-user] UserTransactions and database connections and errors, oh my - more info

2002-09-05 Thread David Jencks
On 2002.09.05 15:51:41 -0400 Bruce Snyder wrote: > This one time, at band camp, David Jencks said: > > DJ>xa has nothing to do with this. If your requirement is for long > lasting > DJ>interactive transactions, you need to do (2) or (I should have thought > of > DJ>this before) use stateful sess

Re: [JBoss-user] UserTransactions and database connections and errors, oh my - more info

2002-09-05 Thread David Jencks
On 2002.09.05 14:30:10 -0400 Bruce Snyder wrote: > This one time, at band camp, David Jencks said: > > DJ>> If this is true, how can I expose UserTransactions out to a client > so > DJ>> that developers have the ability to start, stop or rollback > transactions? > DJ> > DJ>1. (by far the best sol

RE: [JBoss-user] UserTransactions and database connections and errors, oh my - more info

2002-09-05 Thread Demyanovich, Craig - Apogent
ED] > Subject: Re: [JBoss-user] UserTransactions and database > connections and errors, oh my - more info > > > This one time, at band camp, David Jencks said: > > DJ>I really can't tell what you are doing from your > description, and you > DJ>appear a

Re: [JBoss-user] UserTransactions and database connections and errors, oh my - more info

2002-09-05 Thread David Jencks
On 2002.09.05 13:10:59 -0400 Bruce Snyder wrote: > This one time, at band camp, David Jencks said: > > DJ>I really can't tell what you are doing from your description, and you > DJ>appear at one point to imply that you have a BMT entity bean which is > DJ>impossible. > DJ> > DJ>The spec is tryi

Re: [JBoss-user] UserTransactions and database connections and errors, oh my - more info

2002-09-05 Thread David Jencks
I really can't tell what you are doing from your description, and you appear at one point to imply that you have a BMT entity bean which is impossible. The spec is trying to lead you, in a stateless session bean, to code ut usage something like this: ut.begin(); try { //do something } finally {

[JBoss-user] UserTransactions and database connections and errors, oh my - moreinfo

2002-09-05 Thread Bruce Snyder
Using JBoss 3.0.1 on RedHat 7.3, I have been stuck on the following error for a bit and it's driving me crazy: Application error: BMT stateless bean PlanLockService should complete transactions before returning (ejb1.1 spec, 11.6.1) This error occurs in an EJB that is doing BMP via class

[JBoss-user] UserTransactions and database connections and errors, oh my

2002-09-04 Thread Bruce Snyder
Using JBoss 3.0.1 on RedHat 7.3, I have been stuck on the following error for a bit and it's driving me crazy: Application error: BMT stateless bean PlanLockService should complete transactions before returning (ejb1.1 spec, 11.6.1) This error occurs in an EJB that is doing BMP via class