Robert Krueger wrote:
> 
> Hi,
        Hi,
> 
> is there such a thing as a timeout for transactions in the TM used in
> JOnAS?
> If so, can it be manipulated?

You can set a transaction timeout via the standard JTA interface:
   public void setTransactionTimeout(int seconds)
The default value is 60 seconds.

> 
> apart from that (transaction timeout) issue, I think it should be
> possible to integrate the com.bitmechanic classes for connection
> pooling. it does require some changes in Container.jpp (setting up the
> pools) but otherwise I think it should work without any problems.
> 
> BTW. who's collecting patches if I make such a modification?
Send it to jonas-dev mailing list because this list was done for that purpose.
Your modifications could interest other people. If we think that it's particularly
interesting, we can decide to integrate them in a next version.

Kind regards,
        Philippe

-- 
Philippe Durieux  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bull S.A  - 1 rue de Provence - 38432 Echirolles Cedex France
[EMAIL PROTECTED]  http://www-frec.bull.com
-> Download our EJBServer at http://www.bullsoft.com/ejb <-

Reply via email to