On Thu, 2003-11-27 at 17:53, Pedro Salazar wrote:
> > Are you a teacher by any chance? Asking the same question in three
> > different ways?
> > 
> 
> No, I am not ;-).
> 
> When I post, I try to put the best description I can find for my
> problem/question. Sometimes, I may over repeat the same issue on a
> description, a example, a conclusion, ... I'll try to avoid the
> redundancy the best I can. In my favor, at least, I don't put fewer
> information than the necessary, avoiding the reposts ;-).
> 
> > The connection is actually associated with the transaction,
> > at least in the default configurations.
> > 
> > The first bean to access the datasource will perform the association,
> > other beans accessed in the same transaction will use the same
> > connection.
> > The connection is returned to the pool after all changes have been
> > flushed and the transaction committed.
> > 
> 
> So, at least should exist a transaction by request that could have more
> transactions inside. The datasource configuration's parameters should be
> made looking to the number of simultaneous requests * the number of
> transactions by request (approximately), I think.

Nested transactions are not supported. But transactions can be
suspended and replaced with other ones, e.g. RequiresNew.

Regards,
Adrian

> 
> thanks.
> 
> regards,
> Pedro Salazar.
-- 
xxxxxxxxxxxxxxxxxxxxxxxx 
Adrian Brock
Director of Support
Back Office
JBoss Group, LLC 
xxxxxxxxxxxxxxxxxxxxxxxx 



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to