Hi

well actually it seems that it cannot be removed so easily...
The transaction manager is used by WorkContext.run, without
any guard as 

xaWork.begin(executionContext.getXid(), transactionTimeout < 0 ? 0 :
transactionTimeout);

Outbound transactions can be configured to be local through
the ConnectionManagerFactoryBean.transaction attribute, resulting in
something
similar to 1.3 (LocalTransactions.INSTANCE to be returned).

What about inbound transactions instead? 

Cheers
Francesco


gnodet wrote:
> 
> 
> 
> Yeah, it seems the TransactionManager is now a required attribute.
> But I don't see any real reasons why.  I guess the check could
> be removed without any problems ...
> 
> On 2/2/07, drvillo <[EMAIL PROTECTED]> wrote:
>>
>> Hi all
>>
>> With jencks 1.3 I used to be able to use local transactions not
>> passing a transactionManager to the JCAConnector.
>>
>> I'm not sure whether this has changed but I see that I have to provide
>> the
>> BootstrapContextFactoryBean a transactionManager, which I see is always
>> of type TransactionManagerFactoryBean.
>> Is this TM XA only? What if I just want JMS (local) transactions?
>>
>> Thanks a lot, I would like to know this before migrating...
>>
>> Francesco
>> --
>> View this message in context:
>> http://www.nabble.com/Local-transactions-with-Jencks-2-tf3161791.html#a8770218
>> Sent from the jencks - user mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list please visit:
>>
>>     http://xircles.codehaus.org/manage_email
>>
>>
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> ------------------------
> Architect, LogicBlaze (http://www.logicblaze.com/)
> Blog: http://gnodet.blogspot.com/
> 
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
> 
>     http://xircles.codehaus.org/manage_email
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Local-transactions-with-Jencks-2-tf3161791.html#a8804271
Sent from the jencks - user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to