To be more precise, i followed the debug trace up to the following instruction in PluginRepository.get(Configuration conf) method :
PluginRepository result = CACHE.get(conf); Cheers, 2009/3/1 Nicolas MARTIN <[email protected]> > Hi, > > I made a JUnit test for parse xml plugin and i have the following command : > > Protocol protocol = new ProtocolFactory(conf).getProtocol(urlString); > > When running this line, the log is very long and seems to be in an infinite > loop which lead to a stackoverflow problem even running with -Xss128m. > > Someone get a solution ? > > Regards > >
