Wednesday, December 15, 2010

How to get for each index value in XSLT




use the position and assign it to a xsl variable right after the start of for-each

Wednesday, December 08, 2010

Preference Variable in Oracle BPEL 11g

How to setup Preference variable in Oracle BPEL 11g ?
Edit composite.xml to have the preference variable property under bpel component section property name as bpel.preference.
ex: true

Use this property in the BPEL with xpath function ora:getPreference() to access value

During runtime the properties can be modified in em on SystemMbean , soa_infra.. to the Composite, and update the variables.