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
