accessing suspended exchanges

2014-12-18 Thread Mark Ford
I'm using the BacklogDebugger but don't see an easy way to access the suspended exchanges. The map is private and the SuspendedExchange class itself is also private. While at the breakpoint, I'd like the user to be able to inspect the Exchange. It would help if there were simple getters for this

Re: accessing suspended exchanges

2014-12-18 Thread Mark Ford
. On Thu, Dec 18, 2014 at 5:26 PM, Mark Ford m...@massfords.com wrote: I'm using the BacklogDebugger but don't see an easy way to access the suspended exchanges. The map is private and the SuspendedExchange class itself is also private. While at the breakpoint, I'd like the user to be able

Re: XML parse error

2011-01-07 Thread Mark Ford
Another option is to tweak the classloader setting for your service unit: http://servicemix.apache.org/classloaders.html You can enable self-first delegation and then hide the xalan packages so they don't load. This will allow you to use the version of saxon for the camel component and any other

Re: XML parse error

2011-01-06 Thread Mark Ford
Are you using XSLT 2.0? If so, you should verify that you have an XSLT 2.0 capable library in your classpath. Perhaps when you're using the endpoint within JBI there is a 2.0 capable API in the classpath. If you're using Maven, then add the following: dependency