I am wanting to include checkpoint repository sources in the configuration xml file from deployment properties.
The selected checkpoint reository and table prefix set via properties in the deploy property set (deploy.properties)
#par#-checkpoints-selected=<<resourcre name>>
#par#-checkpoints-tablePrefix=<<database table prefix>>
To produce the following element in the config xml
<checkpoints selected="/jdbc/resouce/name">
* Validate that the nominated resource exists in the xml nodes (checkpoint)
* Do not process if #par#-checkpoints-selected is not set
I have added a modified working configure-ear.xslt
refer to line 259 <xsl:template match="app:checkpoints">
referenced from <xsl:template match="app:bw"> (line 112)
configure-ear.xslt
deploy.properties
Cis Adapter.xml