Atomikos Forum |
|
Hello I am also getting this error:
Caused by: org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.atomikos.icatch.jta.UserTransactionManager' to required type 'javax.transaction.TransactionManager' for property 'transactionManager'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.atomikos.icatch.jta.UserTransactionManager] to required type [javax.transaction.TransactionManager] for property 'transactionManager': no matching editors or conversion strategy found removing the jboss jta jar had no effect for me despite the other forum member who recommended that (default82df.html?community.6.3153.2) I have the same spring setup as that post. In addition I am running the app in tomcat 6. Any other suggestions would be greatly appreciated. |