On 29 Sep 00, at 23:47, Oleg Nitz wrote:

> But I foresee the next problem. For HIGH/LOW key generator I would
> like to get the additional Connection, to write new value to the
> database table holding occupied key values and to commit
> this modification *immediately*, whether the main transaction will
> commit or rollback. Is it possible with EJB CMT?

Hi Oleg,

I believe the standard way to do this is to have a session bean 
method with a "requires new" transaction attribute.  Hope this 
helps.

-Dan



Reply via email to