Re: [JBoss-user] Jboss 2.4.6 transactions

2002-09-10 Thread Bruce Snyder
This one time, at band camp, David Jencks said: DJ>etc. I think if you turn up logging high enough you will see what the tx DJ>manager is doing, I've been trying to do this and I can't find a configuration that will print logging at this level for the tx manager. Can anyone suggest a configura

RE: [JBoss-user] Jboss 2.4.6 transactions

2002-09-10 Thread Dat Nguyen
, September 10, 2002 6:40 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Jboss 2.4.6 transactions As long as you are calling B and C through the remote interface (or local interface) and not directly on the bean class, your expectations are correct. If you call the bean methods directly, everything is

Re: [JBoss-user] Jboss 2.4.6 transactions

2002-09-10 Thread David Jencks
As long as you are calling B and C through the remote interface (or local interface) and not directly on the bean class, your expectations are correct. If you call the bean methods directly, everything is executed as "A" NotSupported with no tx. Your work may then be autocommitted (unlikely) or j

RE: [JBoss-user] Jboss 2.4.6 transactions

2002-09-10 Thread Dat Nguyen
EMAIL PROTECTED]]Sent: Tuesday, September 10, 2002 6:23 PMTo: [EMAIL PROTECTED]Subject: [JBoss-user] Jboss 2.4.6 transactions I suppose this question goes to who ever implemented ejb transactions on Jboss2.4.6   How does jboss associate transactions with an ejb?  Lets say for ex

[JBoss-user] Jboss 2.4.6 transactions

2002-09-10 Thread Dat Nguyen
I suppose this question goes to who ever implemented ejb transactions on Jboss2.4.6   How does jboss associate transactions with an ejb?  Lets say for example I have the following scenario:   If I have 1 stateless session bean running under container managed transactions with 3 methods (A,