Results 1 to 3 of 3

Thread: JaxWsPortProxyFactoryBean + @Transactional

  1. #1
    Join Date
    Mar 2006
    Posts
    29

    Default JaxWsPortProxyFactoryBean + @Transactional

    Hello,

    just a short question.
    I'm using the JaxWsPortProxyFactoryBean to provide a webservice.
    This webservice provides a webmethod with the Transactional annotation.

    After calling this service the following exception will be thrown:
    java.lang.IllegalArgumentException: object is not an instance of declaring class

    That's because of the TransactionProxy. What is the best way to avoid this? Should i use the TransactionTemplate?

    thanx for your help

  2. #2

    Default

    I have the same issue did somebody found a solution ?

  3. #3

    Default

    Using @Transactional within several modules I have problem of using transactions within several modules. I have configured TransactionManager in base dao module, than export it from base module and import it ..

Posting Permissions

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