Category Archives: bpel

Oracle BPEL Process Resiliency

* See this post for policy based fault handlings. Partner Link Failover * Partner link failover locations can be specified in bpel.xml <partnerLinkBinding name="RatingService"> <property name="wsdlLocation"> http://localhost:8080/axis/services/RatingService1?wsdl </property> <property name="location"> http://localhost:1234/axis/services/RatingService1 http://localhost:8080/axis/services/RatingService2 </property> </partnerLinkBinding> Partner Link Retries * Partner link … Continue reading

Posted in bpel, oc4j | Comments Off on Oracle BPEL Process Resiliency