Back Forum Reply New

Transaction sample 6.2 in reference

pensating.manager.ContextSourceTransactionManagerquot;gt;
lt;constructor-arg ref=quot;contextSourcequot; /gt;
lt;/beangt;
But when I take a look in the source, there is no such constructor defined; only the default constructor exists. Shouldn't it be rather:Code:
lt;bean id=quot;transactionManagerquot;
class=quot;org..ldap.transaction.compensating.manager.ContextSourceTransactionManagerquot;gt;
lt;property name=quot;contextSourcequot; ref=quot;contextSourcequot; /gt;
lt;/beangt;
as a setter for contextSource exists?
¥
Back Forum Reply New