I don't think it is a debug message... It is an actual warning to let us know that orb.destroy needs to be called. I would contend that geronimo needs to have a proper lifecycle mechanism to call destroy. The fact that SUN's orb doesn't do that, is not reason enough to remove that warning...
- Balaji -----Original Message----- From: Rick McGuire [mailto:[EMAIL PROTECTED] Sent: Friday, November 17, 2006 10:35 AM To: yoko-dev@incubator.apache.org Subject: Re: [jira] Created: (YOKO-216) The logging level for the message in the ORB_impl finalize() method should be lowered. Mosur Ravi, Balaji wrote: > Hi rick, > > I didn't understand the intent of this JIRA... Is the message in the > finalize method an actual warning or just a info message? > I would have to say it's more of a debug message. These show up all over in the Geronimo logs, and in many cases, in situations where Geronimo has no control over when the ORB gets destroyed. These don't show up with the Sun ORB. Rick > - Balaji > > -----Original Message----- > From: Rick McGuire (JIRA) [mailto:[EMAIL PROTECTED] > Sent: Friday, November 17, 2006 9:54 AM > To: yoko-dev@incubator.apache.org > Subject: [jira] Created: (YOKO-216) The logging level for the message in > the ORB_impl finalize() method should be lowered. > > The logging level for the message in the ORB_impl finalize() method > should be lowered. > ------------------------------------------------------------------------ > -------------- > > Key: YOKO-216 > URL: http://issues.apache.org/jira/browse/YOKO-216 > Project: Yoko - CORBA Server > Issue Type: Improvement > Components: orb core > Affects Versions: 1.0-incubating-M2 > Reporter: Rick McGuire > Assigned To: Rick McGuire > Priority: Minor > Fix For: 1.0-incubating-M2 > > > The logging level for the message in the ORB_impl.finalize() method is > warning(), which by default is displayed to the console. The default > logging level for this should be silent() so applications don't need to > take specific action to get the same behavior as the Sun ORB. > >