Hi,

My application (EJB Project) deployed on WebSphere uses MDB as an entry point. MDB calls Spring code. Now, I need to call a stateless session bean from Spring code (I need to use REQUIRES_NEW attribute and hence need a stateless session bean. This article http://www-128.ibm.com/developerwork...09_alcott.html says Spring PROPAGATION_REQUIRES_NEW shouldn't be used with WebSphere).

All the components mentioned above (MDB+Spring+EJB) are a part of the same EJB Project (no web tier).

What is the best way of calling the stateless session bean?