You cannot get a hold of the MDB session itself. Your MDB can create a
session and share it anyway it wants provided it follows the rules for
concurrency. That is only one thread of execution can be executing a
method on a session at any given time. Remember that MDBs are invoked
asynchronously and can be called at any time. As such you would have to
synchronize access to the session, and thereby stall any other MDB
instances that want to use the session.
_sjz.
"Davis Peden" <davis....@accenture.com> wrote in message
news:3bd03195$1...@newsgroups.bea.com...