I configure log4j.xml to use the LogFactor Appender, so I get a nice color-coded log 
file viewer.

LF5 is not able to load its configuration file: lf5_configuration.xml
Works OK with Jboss 3.2.3 and fails with 3.2.5.

LF5 does this:
DocumentBuilderFactory docBuilderFactory =   DocumentBuilderFactory.newInstance();
DocumentBuilder docBuilder = docBuilderFactory.newDocumentBuilder();
Document doc = docBuilder.parse(file);

parse(file) fails with 
java.io.FileNotFoundException: 
C:\Documents%20and%20Settings\jpianezze\lf5\lf5_configuration.xml

It gets as far as instantiating org.xml.sax.InputSource(filename)
The file name is good, and the LF5 code looks ok. 
Log4j is version is 1.2.8, and newer version exists.

It appears that the newer XML parser implementation is bad. 
The offending libraries in jboss are:
*  xml-apis.jar
*  xercesImpl.jar
The jar file sizes are different, and the manifest shows newer versions of various 
components.

Any ideas?
John Pianezze

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847841#3847841

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847841


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to