BPEL preferences help a lot in setting dynamic values in BPEL processes. The values for these preferences can be changed during deployment to different servers (DEV,QA, PROD) or post-deployment (where they take effect at runtime without having to redeploy code or restart servers). The way preference values can be modified in SOA 10G is different from the way it can be done in 11G . In this post we will take a look at this difference.
In BPEL 10G the preferences were added to bpel process by adding them into the bpel.xml file. Later these could be changed from BPEL console as shown below :
<preferences>
<property name="SOURCE_CONTACT">XXXXX</property>
<property name="TARGET_CONTACT">XXXXX</property>
</preferences>
No comments:
Post a Comment