is OPMN.xml used in weblogic 11g ?
Our OracleAS had the following in its opmn.xml ( values masked as XXX ) for the BPEL cluster.
</category>
</module-data>
<start timeout="xxx" retry="2"/>
<stop timeout="xxx"/>
<restart timeout="xxx" retry="x"/>
<ping timeout="xxx" interval="xx"/>
<port id="xxx" range="xxx-xxx" protocol="xxx"/>
<port id="xxx" range="xxx-xxx"/>
<port id="xxx" range="xxx-xxx"/>
<port id="xxx" range="xxx-xxx"/>
<process-set id="bpel_cluster" numprocs="1"/>
</process-type>
once we use weblogic 10.3.5 , will the opmn.xml still be used ?
if yes, how to make the above section compatible for weblogic ?
Thanks