#338 SOA 12c --> testing REST enabled services in your browser
I have exposed a simple BPEL process via Service Bus -I can test the RestService in JDev easily -But how about testing this with just the browser URL?Easy, as well.I first edit the REST Service -I edit...
View Article#339 Cloud(y) day in Munich -Cloud application Foundation SIG day
In Munich on November 4th?Then check it out here
View Article#340 Adaptive Case Management 12c --> Leveraging Milestone Durations
Here is my simple example -The Milestone - M2 Approval Completed has a duration of 5 minutes.I see this highlighted in the Case UINow, I have added a rule to activate another activity, when this...
View Article#341 Adaptive Case Management 12c --> setting the relevance of an activity
Here is my simple case -Here are the rules -If an order is approved via the ApproveNano activity, thenactivate the activities -OrderCoffee and ShipNanoNow shipping the car to the customer is more...
View ArticleSOA 12c Debugger issue --> cannot initiate debugging
Check the following - thanks to Luis Weir - he also Tweeted this - I don't like Twitter myself!Too limiting, I am more into writing longer texts!This issue may be caused by the debugger trying to use...
View Article# 16 SOA Suite 12c New Features - Coherence Adapter
Here is a simple example of using the above -I have a web service that checks the inventory status of products.I create a BPEL process that accepts an order as input and then calls the above web...
View Article#17 SOA 12c New Features - ESS --> incompatible jobs
Here is a simple example -I have a composite with 2 sync BPEL processes -Now, I have included WAITs for 20 seconds in each of the BPEL processes.I now create 2 ESS job definitions, one for each job.I...
View Article#342 using the TaskService to reassign Human tasks
IntroductionFirst check out the Task service wsdl -http://localhost:7101/integration/services/TaskService/TaskServicePort?WSDLThen import the wsdl into a tool of your choice such as SOAP-UI or http...
View Article#344 Oracle API Catalog available for download
Please see the details on the SOA Community blog hereDocumentation here
View Article#345 The role of the Process Owner in a BPM process human task.
This is to answer the simple question, what can the process owner do in respect of approving task etc.Here is my simple BPM process -Here is the default Human Task definition -Now to the docs, and on...
View Article#346 Getting the BPM 11g API examples running on BPM 12c quickstart
Starting point is the example zip hereDownload and unzip.Open in JDev 12cCreate a wlfullclient.jar using the cmdjava -jar wljarbuilder.jarCheck the project properties for the Library settings, these...
View Article#347 BPM 12c Clients --> Web Service Proxy testing
For 12c we can adopt the same modus operandi as 11g in respect of clients.Please see my posts on 11g for more info -http://niallcblogs.blogspot.de/2014/01/301-invoking-bpm-processes.htmlNow I am trying...
View Article#348 Installing API Catalog
Very simple -download the required files from OTN.1. Install XEDB2. Install WebLogic Server. I installed to d:\work\envs\APICatalog\WLS3. Install OER (API Catalog is contained within) - point to WLS...
View Article#349 Using the API Catalog for harvesting SOA service APIs
Now to the usage of the catalog itself.It leverages the OER concept of the harvester and has the concept of Departments for User management.The Admin function - I have clicked on the Admin link -I...
View Article#350 Using API Catalog for harvesting Service Bus APIs
Same modus operandi as in the previous post - except we now us the osbharvester directory.I had to make some changes to the following files - setenv.bat and HarvesterSettings.xmlBTW. my SB install is...
View Article#353 The Hare of the Dog --> the right medicine for all you developers out...
Believe it or not, there's more to life besides SOA and BPM.My first novel is the perfect antidote for those in need of some R&R. The book deals with the world of work, albeit from a totally...
View Article#354 R Statistics engine in the Oracle Database
Got some people asking about this...here are some useful links -R on OTN - Here and thereWhat the heck is R? - answer here
View Article