Author Archives: soalearnings

SOA – What is it to a Layman

SOA is a buzz word these days…But what is SOA all about? I wont go much into the technical aspects in this post, but will give you an idea on what SOA is all about. What is SOA… Is it … Continue reading

Posted in soa in general, soa to a layman, what is soa | 5 Comments

Replace NameSpaces in XSLT

You may come across a situation where you want to replace one set of namespaces to another set. A typical example is that you have a pass-through OSB Service whose proxy is based on your Project’s namespaces and the underlying … Continue reading

Posted in Uncategorized | Leave a comment

SOA Domain Creation Issue – Schema test failed

If Schema test fails during domain creation, you need to update that particular record in the database table. connect sys/welcome1 as sysdba; grant DBA to DEV_MDS; update schema_version_registry set version=’11.1.1.7.0′ where owner= ‘DEV_MDS’; update schema_version_registry set version=’11.1.1.7.0′ where owner= ‘DEV_SOAINFRA’; … Continue reading

Posted in Uncategorized | Leave a comment

Change default OWSM policies in Workflow Services

Oracle SOA provides default policies on some of its Workflow Services. In most of the cases, the policies attached are demo policies, ex : oracle/wss10_saml_token_service_policy This blog explains you how to change those default policies to an OWSM policy of your … Continue reading

Posted in Uncategorized | Leave a comment

Business Rule Error :: Fact not found in the rule engine working memory, rule session execution failed

You may encounter the following error while working with Oracle Business Rules Non Recoverable System Fault :Fact not found in the rule engine working memory, rule session execution failed. The rule session 800009 failed because an instance of the fact … Continue reading

Posted in Uncategorized | Leave a comment

Server Policy vs Clinet Policy

When you start working with security policies, during initial days, often you get confused with server policy vs client policy. Every policy will have a client and a server version Server Policy : This policy does the actual work.For ex,The … Continue reading

Posted in Uncategorized | Leave a comment

the exception reported is: java.lang.IllegalStateException: this is only a psuedo object

Sometimes, you may endup with the following error during deployment – the jar builds up fine, but error during deployment. [11:04:54 PM] HTTP error code returned [500][11:04:54 PM] Error message from server:There was an error deploying the composite on AdminServer: … Continue reading

Posted in Uncategorized | Leave a comment

Tokenize a CSV and do a for-each in XSLT 1.0

There are cases where you’ll have a csv and need to do a for-each on each of the tokens.For ex, a CSV stored in a DVM has to be iterated and needs to be assigned to a target for each … Continue reading

Posted in Uncategorized | Leave a comment

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

Posted in Uncategorized | Leave a comment

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

Posted in Uncategorized | Leave a comment