[JBoss-user] HELP : Stable JVM for running JBoss on Redhat 7.2 (smp) ??

2002-05-23 Thread Craig O'Shannessy
nment. HELP!! I *REALLY* don't want to have to run this server on windoze, and we have to deploy soon. Please CC me in any reply. Thanks, Craig O'Shannessy ___ Don't miss the 2002 Sprint PCS Application Develope

Re: [JBoss-user] Forums Question

2002-06-26 Thread Craig O'Shannessy
I'm still getting "down for maintenance" :((( I miss the forums lots. Anyone know when they might be back? Thanks, Craig On Fri, 2002-06-21 at 02:06, David Jencks wrote: > forums work fine for me, just checked again. > > david jencks > > On 2002.06.20 11:35:51 -0400 Qingxian Wang wrote: > >

[JBoss-user] stateless session beans cannot call stateful session beans!!?

2002-07-16 Thread Craig O'Shannessy
Hi, I wonder if someone could clear up a problem for me. It seems that a Stateless session bean cannot really use a Stateful session bean for two reasons. 1. The stateless bean cannot call remove on the stateful, therefore can't clean it up (see code below) 2. If the stateless bean holds o

RE: [JBoss-user] stateless session beans cannot call statefulsession beans!!?

2002-07-16 Thread Craig O'Shannessy
erent > > instances, and that the Container may interleave requests > > from multiple > > transactions to the same instance > > I am not sure that it means that instances of SLSB are reentrant. (spec. 7-11-8) > > > Maris > > > > -Original M

[JBoss-user] EJBExceptions not showing up in server logs?

2002-07-23 Thread Craig O'Shannessy
Hi, I am getting some EJBExceptions (wrapped in RemoteExceptions) showing up on the client, but with no record at all on the server (even in the log file which is set to DEBUG). I _think_ that I used to get all of these before upgrading to the 3.0 branch. I checked out the 3.0 cvs branch last ni

[JBoss-user] HELP : JBoss 3.0.x isn't logging ANY RuntimeExceptions!!

2002-07-25 Thread Craig O'Shannessy
Hi, JBoss 3.0.x isn't logging ANY runtime exceptions that are happening. This is VERY bad, and makes debugging almost impossible. I get absolutely nothing on the console, or the server.log when any RuntimeException happens (the transaction blows up, the client dies, but NOTHING on the server).

RE: [JBoss-user] HELP : JBoss 3.0.x isn't logging ANYRuntimeExceptions!!

2002-07-25 Thread Craig O'Shannessy
tp://prdownloads.sourceforge.net/jboss/JBoss.3.0QuickStart.Draft3.pdf? > download > > -James > > > -----Original Message- > From: Craig O'Shannessy [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 25, 2002 1:48 AM > To: [EMAIL PROTECTED] > Subject: [JBoss-user]

Re: [JBoss-user] stateless session beans cannot call statefulsession beans!!?

2002-07-25 Thread Craig O'Shannessy
sh on beforeCommit(). > > Currently the JDO spec sidesteps this solution by requiring you to close > your jdo persistence managers (connection handles) inside the tx, which is > the trigger for the flush operation. > > david jencks > > On 2002.07.16 21:42

RE: [JBoss-user] HELP : JBoss 3.0.x isn't loggingANYRuntimeExceptions!!

2002-07-26 Thread Craig O'Shannessy
need to implement logging in YOUR > application. JBoss does not log for YOUR application. > > -James > > > -Original Message- > From: Craig O'Shannessy [mailto:[EMAIL PROTECTED]] > To: Scott Stark > > Hi again Scott, > > I was wrong, the change to l

Re: [JBoss-user] HELP : JBoss 3.0.x isn't loggingANYRuntimeExceptions!!

2002-07-27 Thread Craig O'Shannessy
he specification does not talk about. Have you > looked in the server log for the cause of your exception? > > -dain > > Craig O'Shannessy wrote: > > Hi James, > > > > If what you said were true, it would mean EVERY method on a remotely > > interf