Hi David,

david roussin wrote:
Hi all,
I am currently using the ConnectionFactoryPooledImpl and want to deploy my application to websphere using its datasources.
However, I do not want to use JTA transactions.
Can I just set the datasource attribute in my repository.xml and use the ConnectionFactoryNotPooledImpl ?



If you don't want to use JTA, you don't need to change anything, because by default all ConnectionFactory implementations do NOT pool DataSources (only "normal" connections will be pooled).


regards,
Armin




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to