Skip to content

Instantly share code, notes, and snippets.

@DuncanDoyle
Created February 1, 2016 16:02
Show Gist options
  • Save DuncanDoyle/e765172be48b8e3d88fb to your computer and use it in GitHub Desktop.
Save DuncanDoyle/e765172be48b8e3d88fb to your computer and use it in GitHub Desktop.
<batch-execution>
<insert out-identifier="applicant">
<com.redhat.loandemo.Applicant>
<name>Eric D. Schabell</name>
<creditScore>230</creditScore>
</com.redhat.loandemo.Applicant>
</insert>
<insert out-identifier="loan">
<com.redhat.loandemo.Loan>
<amount>2500</amount>
<duration>24</duration>
<interestRate>1.5</interestRate>
</com.redhat.loandemo.Loan>
</insert>
<fire-all-rules />
<get-objects out-identifier="loan"/>
<get-objects out-identifier="applicant"/>
</batch-execution>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment