RE: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window

2001-05-25 Thread Zhou Cai
? Thanks a lot. Zhou -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Toby Allsopp Sent: Thursday, May 24, 2001 5:26 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window On Thu

Re: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window

2001-05-25 Thread Scott M Stark
:20 AM Subject: RE: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window Hi, I checked my code thoroughly. I found that I used org.apache.log4j.BasicConfigurator.configure(); before I call System.out.println(This is a test); . If I delete

Re: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window

2001-05-25 Thread Guy Rouillier
: Zhou Cai [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 25, 2001 1:20 PM Subject: RE: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window Hi, I checked my code thoroughly. I found that I used org.apache.log4j.BasicConfigurator.configure

RE: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window

2001-05-25 Thread Zhou Cai
:16 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window Using what version of JBoss and have you made any changes to jboss.conf to enable the Log4jService? System.out and System.err are intercepted to route through

[JBoss-user] A message appears millions times in my JBoss startup window until I kill the window

2001-05-24 Thread Zhou Cai
Hello, I met a problem: I created a stateful session bean. In the construction method of this bean, I write something like System.out.println(This is a test); Then I generate a JAR file and copy the JAR file into the directory $JBoss\deploy. Then I start JBoss, In the startup

Re: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window

2001-05-24 Thread Toby Allsopp
On Thu, May 24, 2001 at 04:51:30PM -0500, Zhou Cai wrote: Hello, I met a problem: I created a stateful session bean. In the construction method of this bean, I write something like System.out.println(This is a test); Then I generate a JAR file and copy the JAR file into the

RE: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window

2001-05-24 Thread Han-Shen Yuan
Title: RE: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window Are session beans pooled initially? And if they are, wouldn't the create method be called? Han Yuan -Original Message- From: Toby Allsopp [mailto:[EMAIL PROTECTED]] Sent