Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    10
    Views
    2,076

    Thanks, this is what I did, I setted default...

    Thanks, this is what I did, I setted default engine to InnoDB after create the tables therefore my tables wasn't setted to InnoDB, I regenerate my schema and everything was ok, I also change the...
  2. Replies
    10
    Views
    2,076

    Ok I did a test with simple JDBC Client (I use...

    Ok I did a test with simple JDBC Client (I use Squirrell SQL Client) connecting to my database with autocommit setted to false and I execute an update statement to see what append, without...
  3. Replies
    10
    Views
    2,076

    I'm using InnoDB, I enabled debug log for my aop...

    I'm using InnoDB, I enabled debug log for my aop and I know that everything is ok on this side, I also go step by step in TransactionInterceptor to make sure everything was ok...:-(

    I'm using...
  4. Replies
    10
    Views
    2,076

    I don't use dbcp, I'm using plain datasource from...

    I don't use dbcp, I'm using plain datasource from JBoss, I expect datasource handles that (I know it handles that correctly with Oracle, but I need to use MySQL since my Web provider provides MySQL...
  5. Replies
    10
    Views
    2,076

    MySQL still autocommit with Transaction

    Hi everybody,

    I'm currrently working with Spring 2.0.6, Hibernate 3.2.2GA and MySQL Java Connector 5.0.4 and have problem with transaction.

    It looks like MySQL doesn't take care of autocommit...
  6. Replies
    5
    Views
    1,044

    Yes you're right, if B need to see what has been...

    Yes you're right, if B need to see what has been done by A, select a READ_UNCOMMITED isolation level but need to be carefull with READ_UNCOMMITED, if B need to see information from another...
  7. Replies
    5
    Views
    1,044

    Need to use REQUEST_NEW propagation

    You need to use REQUIRES_NEW propagation for B, in this way, the transaction manager will suspend transaction for A, create a new transaction for B, commit B, and then resume first transaction for A...
  8. Replies
    7
    Views
    1,275

    No I didnt enable spring logging, I can, anything...

    No I didnt enable spring logging, I can, anything perticular I be looking for?
  9. Replies
    7
    Views
    1,275

    ApplicationContext never cleanup with EJB

    But is it normal to have another applicationContext created in case of an runtime exception? Debug logging - you mean in our application ?
  10. Replies
    7
    Views
    1,275

    Yes, and I also have a MDB that subclass the...

    Yes, and I also have a MDB that subclass the AbstractMessageDrivenBean...

    I overwrite the setSessionContext to set the ContextSingletonBeanFactoryLocator instance as explained in the...
  11. Replies
    7
    Views
    1,275

    ApplicationContext never cleanup with EJB

    Hi everybody,


    I'm currently working with ContextSingletonBeanFactoryLocator with my EJB to share my Spring application context through all my EJBs to make sure all my bean are really singleton....
Results 1 to 11 of 11