Monthly Archives: April 2014
OSB Proxy Service Error :: Two or more operations expect the same incoming message
When you create a proxy service in OSB, sometimes you may encounter the following desing time error [OSB Kernel:398034]Two or more operations expect the same incoming message, you must use a selector different than message body xxx.proxy /xxx/business Unknown ALSB … Continue reading
Unable to open application in EM :: javax.el.ELException: oracle.sysman.emSDK.app.exception.EMSystemException
Sometimes, opening a deployed application doesn’t appear in EM under soa-infra tree, but exists in the list when you click on the partition. And when you click on the project from the list, it gives an error with a pop-up … Continue reading
Assign not happening after XSL transformation
There are cases where a BPEL assign activity on a variable may fail(Selection Failure) after a XSLtransform activity on the same variable. Reason is that a transform activity doesn’t create empty tags if the value is null. Hence, the variable … Continue reading