Search:

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

Search: Search took 0.02 seconds.

  1. AHA! That was it! My 'Spring' class is a simple...

    AHA! That was it! My 'Spring' class is a simple wrapper around common operations, and the getDataSource() function was returning the original, non-pooled datasource, so it didn't know about the...
  2. Still not working :(

    I switched to use DBCP instead of C3P0, but rollbacks still don't work for me.

    My config is:


    <bean id="dbcpDataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">...
  3. OK -- getting somewhere. First off, I was...

    OK -- getting somewhere.

    First off, I was looking in the wrong config file... :oops: I saw that I had connection pooling via c3p0. I changed the config to NOT use connection pooling, and...
  4. Could this be the problem? 2004-10-15...

    Could this be the problem?



    2004-10-15 14&#58;04&#58;51,457 DEBUG &#91;org.springframework.transaction.support.TransactionSynchronizationManager&#93; Bound value...
  5. More information

    This is driving me crazy.

    Spent some time debugging the spring data access code, and I see that in the middle of JdbcTemplate.execute(PreparedStatementCreator psc, PreparedStatementCallback...
  6. Help! Transactions not working -- newbie question

    I'm new to the spring framework, and am liking it so far. However, I cannot get transactions to work for the life of me.... I am trying to use programmatic transactions at the moment, I'll play with...
Results 1 to 6 of 6