Hi,

I think I forgot something fundamental here, it can't be that difficult to activate the debug mode of castor, trying now for one day:

a) I have a castor.properties files in the current dir and in the classpath with org.exolab.castor.debug=true
b) I've modified the castor.properties inside the castor-jar-file
c) I do "Unmarshaller u = new Unmarshaller(); u.setDebug(true);"
d) I have a castorbuilder.properties file in the current dir with org.exolab.castor.debug=true
e) the dir where the properties-file is located is placed before the castor.jar file in the classpath
g) I do this:
LocalConfiguration.getInstance().getProperties().setProperty("org.exolab.castor.debug", "true");
but when I do this afterwards, I get a "false": logger.debug(Boolean.toString(LocalConfiguration.getInstance().debug()));
How come????


has someone any ideas? I'm stuck, though this is supposed to be a very simple thing... I had the debug mode already running and used it often... I don't get it...WHAT THE HECK could be the problem here??? :-)
I don't remember what I changed recently.


Thanks
Max



----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-user

Reply via email to