The standard JBI component for XSLT is servicemix-saxon: http://servicemix.apache.org/servicemix-saxon.html But xslt routing has not been ported to this component, though a patch has recently been submitted (https://issues.apache.org/activemq/browse/SM-1204).
For XPath routing, you can use the servicemix-eip content based router: http://servicemix.apache.org/servicemix-eip.html#servicemix-eip-ContentBasedrouter Also, you can deploy all the lightweight components inside a JBI service unit by using the lightweight container: http://servicemix.apache.org/servicemix-lwcontainer.html On Wed, Mar 5, 2008 at 3:37 AM, Aaron Mulder <[EMAIL PROTECTED]> wrote: > I'm stretching my understanding here, but... > > Can someone update the XPath/XSLT Routing page to also show a > deployment example based on a JBI service unit (xbean.xml) as opposed > to the servicemix.xml style? > > Or if the XPath/XSLT routing is a lightweight component in disguise > (for which I gather there is no xbean.xml option?), could that be > mentioned and is there any equivalent JBI component? > > http://servicemix.apache.org/xpath-router.html > > Thanks, > Aaron > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
