Re: Forcing Commit with a Managed Connection Pool in JBoss (J2EE)
by Per Newgro <per.newgro@[EMAIL PROTECTED]
>
Feb 8, 2007 at 08:34 AM
Hallo walt.stoneburner@[EMAIL PROTECTED]
talking about beans? If so you don't need (afaik) any connection pool.
Get the connection from the datasource you defined within a
UserTransaction. You can get the transaction by the SessionContext. And
with this you can commit or rollback.
Connection pooling is a container concept!!!
But maybe i misunderstood the problem
Cheers
Per