Hi, i've been benchmarking the servicemix bpe, and got poor results, a profile showed that lots of cpu is consumed by the xerces org.apache.xerces.parsers.SecuritySupport.
shown by the quotation ( bottom to top ) : java.util.zip.ZipFile.getEntry(ZipFile.java:250) .... org.apache.xerces.parsers.SecuritySupport$6.run(Unknown Source) java.security.AccessController.doPrivileged(Native Method) org.apache.xerces.parsers.SecuritySupport.getResourceAsStream(Unknown Source) ... org.apache.xerces.jaxp.DocumentBuilderImpl.<init>(Unknown Source) ... org.apache.servicemix.jbi.jaxp.SourceTransformer.toDOMSourceFromStream ... org.apache.servicemix.bpe.external.JbiInvokeAction.execute(JbiInvokeAction.java:243) How can i disable xerces security policy ? How can i avoid xerces from getting the file ? How can i change it from usign xerces, into using sax ??? 10x -- View this message in context: http://www.nabble.com/BPE-using-xerces---how-can-i-change-that---tf3376153s12049.html#a9395934 Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
