pburleson
Jan 13th, 2005, 01:44 PM
We have a MDB that extends Spring's AbstractJmsMessageDrivenBean and we pass it the list of spring context files for building the Application Context.
During this building, services are createed that depend on the JtaTransactionManager from Spring. The JtaTransactionManager works fine in our Web app. But when JBoss does its first create of our MDB, Spring throws an exception that it can't find the UserTransaction at the normal jndi location.
Anyone know why it would work from within the Webapp, but not from the MDB?
Thanks,
Patrick
During this building, services are createed that depend on the JtaTransactionManager from Spring. The JtaTransactionManager works fine in our Web app. But when JBoss does its first create of our MDB, Spring throws an exception that it can't find the UserTransaction at the normal jndi location.
Anyone know why it would work from within the Webapp, but not from the MDB?
Thanks,
Patrick