Search:

Type: Posts; User: chintan4181; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    217

    Property Sql is required error

    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...
  2. Replies
    0
    Views
    208

    property Sql is required error

    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...
  3. Hi, Can you please send me code snippet...

    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...
  4. If I put parent bean which is...

    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"...
  5. Configure Transaction and Logging using ProxyFactoryBean

    Hi,

    In our application, we want to use both declarative transaction (using TransactionProxyFactoryBean) and logging using AOP logging interceptor (ProxyFactoryBean).

    We have already using...
Results 1 to 5 of 5