Thank you for the reply! > isn't it possible for you to put commons-looging.jar on classpath of > sytem classloader or what are the problems in doing so?
Yes and no. The problem is that it conflicts with a logging dependency that I already have. It would be great if the logger could be injected into Castor, rather than having a static dependency, which seems to cause problems under certain conditions. > Having said that removing dependecy to commons-logging.jar is not a > option we take into account at the moment. Having a dependency on a logger API is not a problem IMHO. However, I think that using the logger in a static way is perhaps bound to cause some problems in certain conditions. Anyway, I understand your position. I'll try to figure something out. I should be able to isolate Castor from the rest of my system to avoid the conflict. Likely, I'll create a component that encapsulates and isolates Castor from the rest of the system. Cheers, Dave ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

