Skip to content

Instantly share code, notes, and snippets.

@riferrei
Created April 25, 2010 20:24
Show Gist options
  • Save riferrei/378692 to your computer and use it in GitHub Desktop.
Save riferrei/378692 to your computer and use it in GitHub Desktop.
<action name="sqlRouter" class="org.jboss.soa.esb.actions.routing.sql.SQLRouter">
<property name="datasource" value="java:/sqlRouterDemoDS" />
<property name="table-name" value="TAB_CLIENTE" />
<property name="operation-type" value="INSERT" />
<property name="columns">
<column name="PRIMEIRO_NOME" value="'Ricardo'" />
<column name="ULTIMO_NOME" value="'Ferreira'" />
<column name="ATIVO" value="true" />
</property>
</action>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment