I have really no idea. One of the problem is that the bpel engine used by servicemix-bpe is not supported anymore, that's why this component has been deprecated (see http://incubator.apache.org/servicemix/servicemix-bpe.html). I would advise you to switch to Apache Ode JBI component. See http://incubator.apache.org/ode/
On 3/9/07, yhofri <[EMAIL PROTECTED]> wrote:
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.
-- Cheers, Guillaume Nodet ------------------------ Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/
