-
Feb 6th, 2007, 09:54 PM
#1
MDB+Spring+EJB
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules