[esb-issues] [JBoss JIRA] Created: (JBESB-2588) Add support for an XSD based configuration namespace for the Smooks ESB FragmentRouter components

Tom Fennelly (JIRA) jira-events at lists.jboss.org
Sun May 24 06:45:56 EDT 2009


Add support for an XSD based configuration namespace for the Smooks ESB FragmentRouter components
-------------------------------------------------------------------------------------------------

                 Key: JBESB-2588
                 URL: https://jira.jboss.org/jira/browse/JBESB-2588
             Project: JBoss ESB
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Transformation Service
            Reporter: Tom Fennelly
            Assignee: Tom Fennelly
             Fix For: 4.6


At the moment, this is configured in the ESB as follows:
{code}
    <resource-config selector="order-item">
        <resource>org.jboss.soa.esb.smooks.FragmentRouter</resource>
        <condition>
            <!--
            product.LISTPRICE * orderItem.quantity <= 17.00
            -->
        </condition>
        <param name="beanId">02_XML_OrderItem</param> <!-- Populated and bound below... -->
        <param name="serviceCategory">HugeQS</param>
        <param name="serviceName">02_Low_Price</param>
    </resource-config>
{code}

Add the XSD and XSD mapping config to allow the same config to be made as follows:

{code}
    <esbr:routeBean beanIdRef="02_XML_OrderItem" toServiceCategory="HugeQS" toServiceName="02_Low_Price" routeOnElement="order-item">
        <condition><!-- product.LISTPRICE * orderItem.quantity <= 17.00 --></condition>
    </esbr:routeBean>
{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list