How To Easily find the ADF version you are using with Fusion Middleware Components.Using the OPatch utility :---------------------------------You can find the information using ADF, but it is a bit complicated since the version changes when patched.system@oracevm]$ ./opatch lsinventory -detail or system@oraclevm]$./opatch lsinventory -detail | grep JDEVADFJDEVADF ...
[Read More]
Deploy/Undeploy script for SOA Composites from SOAINFRA.
Deploy/Undeploy script for SOA Composites
Using this simple script we can undeploy SOA composites deployed on a Oracle SOA partition.We can do this by creating a xml file and a shell script where we will embed this xml file.ORACLE provides an out of the box deploy and undeploy xml files which makes use of ant...
[Read More]
Some common Issues while working with Oracle SOA
Some common Issues while working with Oracle SOA
Issue 1: While I was deploying a bpel service through the enterprise manager console the deployment was sucessful but there were issues while testing the deployable, the WSDL url was getting wrongly parsed, like I had the url something like this coming up in the browser while testing the...
[Read More]
Remove ALSB ear file from sbgen folder
Remove ALSB ear file from sbgen folder
Remove the ALSB ear file under the sbgen folder.Sometimes, the osb server continuously reports errors indicating that the osb server is trying to connect to the jms destinations, these jms destinations may be may all be updated but the osb server is still referring to the old endpoints or say...
[Read More]
Preferred Forwarding Policy in Distributed Topic
Preferred Forwarding Policy in Distributed Topic
We had created a message driven bean (MDB) which uses JMS technology to send messages, the messages to be sent were from an applicant like JMS client which makes use of the defined jms queue or topic.We had set up the distributed topic across a two managed server cluster, each...
[Read More]