Monthly Archives: May 2014

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