Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    732

    Spring core version required

    We are using Spring core 2.0.2. Is there a compatible release of Spring-ws for the 2.0.2 release of core? I tried using 1.0.x, but got several errors on container startup.
    I looked at the source...
  2. Replies
    6
    Views
    1,200

    So how can I enable transactions in...

    So how can I enable transactions in BaseManagerImpl and inherit that in the ChildManagerImpl? Seems like the solution is to wrap each Manager (child AND Base) into a transaction interceptor.
  3. Replies
    6
    Views
    1,200

    But the BaseManagerImpl class doesn't have a...

    But the BaseManagerImpl class doesn't have a setTransactionManager() method either. If I can set that up, why not the ChildManagerImpl?
  4. Replies
    6
    Views
    1,200

    Transaction manager

    I have my transaction manager setup correctly



    bean id="txProxyTemplate" abstract="true" class="org.springframework.transaction.interceptor.TransactionProxyFactoryBean">
    ...
Results 1 to 4 of 4