Hi,
I am using a 3rd party library in my code for which I need to use a DocumentBuilderFactory which is different from the one in our J2EE engine. So, I used System.setProperty. But I don't want this to be impacting the other applications running in the same server. How can I avoid that and use this setting only for my application DC?
Thanks.
MS.
Edited by: MSR on Feb 24, 2009 4:56 PM