Category Archives: Uncategorized
OSB IDE & OEPE
Often people are confused that Oracle Enterprise Plugin for Eclipse (OEPE) is the plugin for OSB on eclipse. But OEPE is actually a plugin to eclipse that supports development of technologies like J2EE, Spring, ORM, etc. on weblogic, but defenetely … Continue reading
Using properties in Composite (or) Using Properties in BPEL
Hello This post will take you through a demonstration on how to setup and use properties in a Composite Often you’ll have scenarios where you’ll need to change/setup certain values at runtime. For ex, adminEmailAddress. During dev, usually the developer … Continue reading
Unable to deploy ADF UI app – java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet
You may get the following exception while deploying the ADF UI application from Jdev/WLS Operation ‘deploy’ on application ‘ProjectInitiate_V3_UI’ has failed on ‘AdminServer’java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServletoracle.adf.library.webapp.ResourceServletDeploy operation failed. Reason being the .war file that you are trying to deploy does not contain … Continue reading
Publish Message to JMS Queue
This post takes you through a step-by-step procedure to create a JMSAdapter that publishes a message 1. Create a new SOA Project 2. Define a message schema of the following type 3. Drag and drop JMSAdapter from the component palette to … Continue reading
Configuring JMS Resources for JMSAdapter
This post is a step-by-step guide to configure JMS resources in Weblogic Server in order to work with JMSAdapter Working with JMSAdapter in Oracle SOA Suite 11g involves configuration of various JMS resources in WLS JMS Module(Optional) : Is a … Continue reading
Multi-Instance Processing in BPM – Iterating over Arrays in BPM
It is often a common scenario to trigger multiple instances of a particular part of a BPM process. A typical example would be You have an array as input, and the same process to run for each of the element … Continue reading
BPM – UCM Integration : Human Task Attachments(stored in UCM)
This post deals with Human Task attachments stored in UCM This post applies specifically to Oracle BPM Suite 11g 11.1.1.5 Version before the FeaturePack, which is otherwise called PS4(Pure Vanilla BPM PS4) UCM Integration with BPM is inbuilt from PS5 … Continue reading
Project Data Objects are not Global!
There are 2 types of variables that you can define in BPM Processes Process Data Objects That can be shared across activities in a process. There is no confusion in this I hope. Project Data Object This can be thought … Continue reading
Cleared Oracle BPM Certification
I’ve done my Oracle BPM Certification (IZ0 560) today, and want to share my learning path for the certification. Fortunately, I had a chance to work on a highly customized BPM project for about 2 months which gave me a … Continue reading
Measurement Mark in Process Analytics – Explained!
‘Measure Business Indicator’ and ‘Measurement Mark’ is often a topic of confusion. So let me explain them in detail A business Indicator in BPM is nothing but a Project Data Object that can be used to capture information from your … Continue reading