1. XMLBeans and XPath Router forum.springsource.orgXMLBeans and XPath Router We are trying to utilize the xpath router in conujunction with XMLBeans. We originally had a marshalling interceptor on the channel (commented out below) which seemed to ... |
2. Possible to pass the http outbound-gateway output to an xpath-transformer forum.springsource.orgPossible to pass the http outbound-gateway output to an xpath-transformer I'm sure it's possible, but can't seem to figure it out. My app makes a POST request for some HTML and ... |
3. xpath-router doesnt have apply-sequence forum.springsource.orgHello I see that the recipient list router has an attribute for apply-sequence but not for xpath-router. Can you please add one or is there any other way to get this ... |
4. Nested definition of xpath-expression in xpath-header-enricher forum.springsource.orgNested definition of xpath-expression in xpath-header-enricher (assume xmlns:si-xml="http://www.springframework.org/schema/integration/xml") It'd be really convenient if there was a way to define an si-xml:xpath-expression nested inside the si-xml:header component of si-xml:xpath-header-enricher; currently the syntax ... |
5. xpath router vs xpath selector forum.springsource.orgxpath router vs xpath selector Hi, By replacing xpath router with xpath selector in the Booking order example give the same result?? What is exactly the difference between the two??Lets imagine ... |
6. output channel & default output channel for xpath router forum.springsource.orgHow do you specify an output channel for xpath-router when the xpath expression is met. And when the condition is not met, how can I specify one or more channels to ... |
7. xpath-router based on node name forum.springsource.orgHi, I've just started to use spring-integration and it's a great tool. I'm currently trying to route my xml-messages to different channels with an xpath-router but can't get it right. Is ... |
8. xpath-router problem forum.springsource.org |
9. xpath-header-enricher and header value types forum.springsource.orgNot easily at the moment since the XPath header enricher exposes the standard return types provided by the instance of org.springframework.xml.xpath.XPathExpression it delegates to which only provides double evaluateAsNumber(Node node) for ... |