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
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
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
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
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 {
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
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