|
From: Dejan K. <dej...@nb...> - 2003-02-24 11:07:36
|
I found the root of this problem. It happened only when scanner has been started from folder different than BABELDOC_HOME, since policy file could not be found. In this situation, log configuration could not be loaded from jar since SecurityManager would deny access to it. I will commit fixed version on CVS. I will try to remove Dejan ----- Original Message ----- From: "Dejan Krsmanovic" <dej...@nb...> To: <bab...@li...> Sent: Monday, February 24, 2003 9:06 AM Subject: Re: [Babeldoc-devel] Log4j vs Commons-logging > OK I have just found an logging error. I am still not sure what it is but I > will try to found out what it is. Anyway I noticed that starting scanner > with -r option (remote scanner) will produce an error! > > If someone experienced something similiar please let me know! > Dejan > > > ----- Original Message ----- > From: "Dejan Krsmanovic" <dej...@nb...> > To: <bab...@li...> > Sent: Friday, February 21, 2003 10:04 AM > Subject: [Babeldoc-devel] Log4j vs Commons-logging > > > > Hi all, > > > > Welcome to Babeldoc mailing list! I tought it is better to comunicate this > > way then using forums on SF. I have already posted this question on SF but > > it seems that nobody read develpoer forum ;) > > > > OK, this problem is related to logging. > > We should definitly decide if we should use Log4j or commons-logging. In > > current Babeldoc version we use both. There is really no reasons for this. > > We have switched from log4j to commons, but after some problems, Bruce > have > > moved back static initializer for log4j configuration in LogService class. > I > > think if we are using commons-logging we should not use any log4j class in > > the code. All configuration is done by commons-logging (LogFactory class). > > The only thing it need is log4j.configuration enviroment variable. This > > variable is set using config file so, user is free to use other logging > > frameworks without changing the code. > > > > I would like to know what problems have been noticed when we didn't have > > static initializer in LogService. We should solve the problem and remove > all > > log4j code if we are going to use commons-logging. > > > > However, the other question is if we really should use commons-logging? > The > > advantages of it is that we have independance of underlying logging > > framework, that is - we could use jdk 1.4 logging or LogKit framework > > without changing the code. The main disadvatage is that using > > commons-logging we cannot use some advanced log4j specific functionality > > (which we are not using anyway). Also, commons-logging is wrapper and > there > > is probably some overhaed compared to clean log4j. > > > > So, I want to discuss about this thing with you guys! > > Log4j or commons-logging, that is the question! > > > > Best regards, > > Dejan > > > > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. > > The most comprehensive and flexible code editor you can use. > > Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. > > www.slickedit.com/sourceforge > > _______________________________________________ > > Babeldoc-devel mailing list > > Bab...@li... > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. > The most comprehensive and flexible code editor you can use. > Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. > www.slickedit.com/sourceforge > _______________________________________________ > Babeldoc-devel mailing list > Bab...@li... > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel |