Re: [JBoss-dev] Log4jService.start() vs. Log4jService.create()

2002-05-23 Thread David Jencks
OK, now I finally read the subject. This should be fine. Sorry for the noise. david On 2002.05.23 22:44:10 -0400 Jason Dillon wrote: > > create() of what??? > > start() currently creates and starts the thread which handles detection > of > changes in the log4j.xml file (or whatever it is c

Re: [JBoss-dev] Log4jService.start() vs. Log4jService.create()

2002-05-23 Thread Jason Dillon
> create() of what??? start() currently creates and starts the thread which handles detection of changes in the log4j.xml file (or whatever it is configured to use) and reconfiguring Log4j. Since we call create() on everything before start(), customized logging (such as logging to server.log)

Re: [JBoss-dev] Log4jService.start() vs. Log4jService.create()

2002-05-23 Thread Scott M Stark
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 7:33 PM Subject: Re: [JBoss-dev] Log4jService.start() vs. Log4jService.create() > create() of what??? > > create methods aren't supposed to reference anything outside the current > mbean, there is no

Re: [JBoss-dev] Log4jService.start() vs. Log4jService.create()

2002-05-23 Thread David Jencks
create() of what??? create methods aren't supposed to reference anything outside the current mbean, there is no reason to suppose it is there. Is this going to involve using an mbean before it has gone through the start lifecycle event? If so, is there some other way to get the effect you want?

Re: [JBoss-dev] Log4jService.start() vs. Log4jService.create()

2002-05-23 Thread Scott M Stark
M Stark" <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 7:18 PM Subject: Re: [JBoss-dev] Log4jService.start() vs. Log4jService.create() log4j.properties you mean ;) I did not realize they were not in sync... Branch_3_0 shows system/src/resources/log4j.properties and server/src/et

Re: [JBoss-dev] Log4jService.start() vs. Log4jService.create()

2002-05-23 Thread Jason Dillon
er > JBoss Group, LLC > > - Original Message - > From: "Jason Dillon" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, May 23, 2002 7:01 PM > Subject: [JBoss-dev] Log4jService.start() vs. Log4jService.create() > > &

Re: [JBoss-dev] Log4jService.start() vs. Log4jService.create()

2002-05-23 Thread Scott M Stark
Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 7:01 PM Subject: [JBoss-dev] Log4jService.start() vs. Log4jService.create() Should we move the config thread into create() so it will startup and re-config

[JBoss-dev] Log4jService.start() vs. Log4jService.create()

2002-05-23 Thread Jason Dillon
Should we move the config thread into create() so it will startup and re-config the logging system as specifided by log4j.xml so that we get persisted logs sooner? --jason ___ Don't miss the 2002 Sprint PCS Application Developer's Co