Resource adapter invoked onReject without an associated exception

BPEL With Catch All

I encountered the following error with JMS Adapter when the message was redelivered from queue. Resource adapter invoked onReject without an associated exception Environment Oracle SOA 11.1.1.7.8 JMS Q configured with redelivery option. SOA Project with a JMS Adapter to consume from a JMS Queue. Uses an XA Datasource BPEL… Read moreResource adapter invoked onReject without an associated exception

SOA Transaction Boundaries – Part 2

Txn Boundary With Invoke

This is in continuation to an earlier post SOA Transaction Boundaries – Part 1 , regarding SOA Transaction Boundaries. Let us continue with adding some more functionality to our base process. Base process has following activities Consume message from JMS queue using XA BPEL component inserts the data into “sourcetbl” table using… Read moreSOA Transaction Boundaries – Part 2