[JBoss-user] Transaction support in JBoss 2.2.2

2001-07-20 Thread Jayakumar


I have two questions.  Can anyone help me please.  Sorry if this question is
asked before.

1)  How to get the transaction of an entity bean which is running on JBoss
hosted in another machine.
Is it possible to do like following,

Context ctx = ...  //getting the context of other machine's
jboss context
UserTransaction ut = (UserTransaction) ctx.lookup( ? );
//what to fill in the place of
"?" is it java:com/UserTransaction or anything else.


2)  Whether JBoss 2.2.2 supports nested transactions (including the
transactions which is obtained from another jboss instance).

Thanks in advance.


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



[JBoss-user] Bean caching problem in JBoss 2.2.2 with Tomcat

2001-07-19 Thread Jayakumar



I am facing bean caching problem in JBoss 2.2.2 
with tomcat.  During development, I have to do changes in the 
bean. But when I redeploy the bean after modification, the modified code is 
not effective, even though the newest jar file is deployed in the deploy 
folder.  This is happening for session beans, entity beans and ordinary 
java beans.  Is there any setting to disable the caching of beans. I tried 
deleting the jar file from the deploy folder and also deleting the 
%JBOSS_HOME%/tmp/deploy/Default folder, but no luck.  Can anybody help 
me.