Hi
    I am using BMP and i want to know how to specify the transaction type for
my bean. I have tried searching in the Documents in jboss site but did not
find any.
     I have the following queries.
1.) COuld anybody send the sample Deployement descriptor file which has BMP
having transactions
2.) IF from the Client (servlet) I want to start a transaction and control
from there so that i have the control on more tables at a time. what should i
do .I have tried with the following code but didnt work
javax.transaction.UserTransaction
ctx=(javax.transaction.UserTransaction)jndiContext.lookup("java:/TransactionManager");
                ctx.begin();

but it dont find the java:/TransactionManager.(I have seen this code in
mailing list site)
   I am using JBOSS2.0 version.

COULD  anybody help me please.

regards
prateek

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to