Pick activity is very important in BPEL. We use this activity in following cases. When we call asynchronous service and we need resp...
SOA 11g - catchjava.lang.UnsupportedOperationException: Remote JDBC disabled
We usually got below error when we try to connect to remote system using JDBC drivers. To resolve this you need to change prop...
SOA 11g- RejectedMsgRecoveryContext cannot be cast to com.collaxa.cube.engine.fp.BPELFaultRecoveryContextImpl
Sometime we encounter below error when use Custom Java handler inside fault policies. There are certain points that need to ...
SOA 11g - java.lang.NoClassDefFoundError comcollaxacubeenginefpBPELFaultRecoveryContextImpl
Sometime we face below error when we try to implement Custom Java error handler inside fault policy file. Error : java.lang.NoClassDef...
SOA 11g - File rejection Handler Part- 5 (Custom Java Handler for File Adapter)
In previous post , we discussed about Queue error handler. In queue error handler rejected message is enqueued to advanced queue. In this ...
SOA 11g - java.sql.SQLException: ORA-25215: user_data type and queue type do not match
Sometime, we see below error when we try to enqueue message to AQ (Advanced Queue). I faced this error when I used file rejection handler ...
SOA 11g - File Rejection Handler Part- 4 (JMS Queue Handler for File Adapter)
In previous post , we discussed about web service handler. In web service handler rejected message is handled by web service. In this post...
SOA 11g - Create Advance Queue (AQ)
In this post, I will show you how to create advanced queue in Oracle which is compatible with Oracle SOA. You can either use sys user ...
SOA 11g - File Rejection Handler Part -3 (Web Service Handler for File Adapter)
In previous post , we discussed file error handler which handle the rejected file and put that to custom folder with custom file name. In ...