[jboss-jira] [JBoss JIRA] (WFLY-1276) Allow Camel expressions in subsystem configuration

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Apr 24 07:28:54 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated WFLY-1276:
---------------------------------

    Description: 
We currently support camel system context definitions like this

{code}
   <subsystem xmlns="urn:jboss:domain:camel:1.0">
      <camelContext id="system-context-1">
        <![CDATA[
        <route>
          <from uri="direct:start"/>
          <transform>
            <simple>Hello #{body}</simple>
          </transform>
        </route>
        ]]>
      </camelContext>
   </subsystem>
{code}

This uses a substitution hack for ${body} 

  was:
We currently support camel system context definitions like this

{code}
   <subsystem xmlns="urn:jboss:domain:camel:1.0">
      <camelContext id="system-context-1">
        <![CDATA[
        <route>
          <from uri="direct:start"/>
          <transform>
            <simple>Hello #{body}</simple>
          </transform>
        </route>
        ]]>
      </camelContext>
   </subsystem>
{code}


    
> Allow Camel expressions in subsystem configuration
> --------------------------------------------------
>
>                 Key: WFLY-1276
>                 URL: https://issues.jboss.org/browse/WFLY-1276
>             Project: WildFly
>          Issue Type: Task
>          Components: OSGi
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>              Labels: camel
>
> We currently support camel system context definitions like this
> {code}
>    <subsystem xmlns="urn:jboss:domain:camel:1.0">
>       <camelContext id="system-context-1">
>         <![CDATA[
>         <route>
>           <from uri="direct:start"/>
>           <transform>
>             <simple>Hello #{body}</simple>
>           </transform>
>         </route>
>         ]]>
>       </camelContext>
>    </subsystem>
> {code}
> This uses a substitution hack for ${body} 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list