Hi,

Maybe I just have a deathwish, but I want to accomplish the following.

My application consists of a MDB that calls different Session Beans for
different transactions, based on JNDI information provided in the request.

In order to make this possible I'm trying to get into a situation where I
can do this:

BaseTransactionLocalHome bth = (BaseTransactionLocalHome) ctx.lookup("whatever the 
JNDINAME is");
BaseTransactionLocal bthl = bth.create();
bthl.process(); // where process is a method defined in an interface the base class 
implements.
bthl.remove();

Is there anyway that one can make this work or am I just trying to force java in a 
direction it won't go?

-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.68.24/myplone


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to