I notice that many posters post,a n ask for a fix without asking what the error means.
When I start up
JBoss I get the following error
I am more interested with understanding what the error is.
As I understand it we have a JBoss object com.arjuna.ats.jbossatx.jta.TransactionManagerDelegate
which needs to be converted or matched to a javax.transaction.TransactionManager
for the spring object jtaTransactionManager.
I am not sure what "No matching editors or conversion strategy found"
Since I am upgrading an application from jboss 4 to jboss 5 I would guess that the current jar containing javax.transaction.TransactionManager does not work with JBoss 5 and I need to get a later version.
I am more interested in understanding the error than just getting a fix. This is also a laerning exercise.
Thanks