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


Reply With Quote