Results 1 to 2 of 2

Thread: is multiple transacation manager supported in 3.0 M4?

  1. #1

    Default is multiple transacation manager supported in 3.0 M4?

    Hello,
    I thought multiple transaction manager already supported in 3.0M4:
    http://jira.springframework.org/browse/SPR-5896

    But I saw error msg when define this: (using 3.0 M4):

    <tx:annotation-driven>
    <transaction-manager ref="dbTransactionManager"/>
    <transaction-manager ref="jcrTransactionManager"/>
    </tx:annotation-driven>


    Code:
    Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.1: Element 'tx:annotation-driven' must have no character or element information item [children], because the type's content type is empty.
    Does anyone know if it is supported already ?

    thanks
    canal

  2. #2

    Default

    M4 change log says:

    * @Transactional supports qualifier value for choosing between multiple transaction managers


    so it should be supported. does anyone know the syntax ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •