Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,244

    1 war for test and production database

    Is it possible to externally configure database properties (via applicationContext-jdbc.xml and jdbc.properties perhaps), so that one and only one war file would on test server access test database...
  2. Replies
    11
    Views
    5,435

    Ok, I'm new (Spring) believer: for beginning...

    Ok, I'm new (Spring) believer: for beginning using just class JdbcTemplate and transactions are working!!
  3. Replies
    11
    Views
    5,435

    Thanks for hint, but could you be more specific?!...

    Thanks for hint, but could you be more specific?! What is wrong with my approach, that I cannot get rollback?

    public void storeOwnerPlain(Owner owner) throws SQLException {
    String[] sql...
  4. Replies
    11
    Views
    5,435

    I'm sorry to report I was right: declarative tx...

    I'm sorry to report I was right: declarative tx management does not work for arbitrary JDBC strategy, one must be compliant with Spring's JDBC handling, that is using its API...
  5. Replies
    11
    Views
    5,435

    Yes, I was trying to do something in this...

    Yes, I was trying to do something in this direction. Nevertheless I was out of luck: definitely I managed to get my method in transaction, but there was no effect. Despite rollback (see log bellow)...
  6. Replies
    11
    Views
    5,435

    Perhaps I should clarify myself: I have done...

    Perhaps I should clarify myself: I have done declarative tx management in web application via applicationContext.xml and applicationContext-jdbc.xml, but I don't know how to do this in command line...
  7. Replies
    11
    Views
    5,435

    declarative tx managements in non-web apps

    Is it possible to implement declarative transaction management in non web apps - command line driven or Swing? Perhaps via some implementation of ApplicationContext interface?

    ThankYou for any...
Results 1 to 7 of 7