I am getting property "sql" is required error when i execute below code. can someone help me? i dont know how do i inject Datasource in TestDAO calss so that it works properly.
public class...
Type: Posts; User: chintan4181; Keyword(s):
I am getting property "sql" is required error when i execute below code. can someone help me? i dont know how do i inject Datasource in TestDAO calss so that it works properly.
public class...
I am getting property "sql" is required error when i execute below code. can someone help me? i dont know how do i inject Datasource in TestDAO calss so that it works properly.
public class...
Hi,
Can you please send me code snippet showing "Create 2 beans which you use as a parent a Transactional one and a normal one. The transactional one defines both transactions and the logger (it...
If I put parent bean which is TransactionProxyFactoryBean then how would i intercept my logger. Because for intercepting logger we have done below configuration
<bean id="copayDAO"...
Hi,
In our application, we want to use both declarative transaction (using TransactionProxyFactoryBean) and logging using AOP logging interceptor (ProxyFactoryBean).
We have already using...