Monthly Archives: November 2012

Oracle BPEL: Modify files by using Base64decode & Base64encode in a BPEL process

In this blog I’ll show you have to read a file content in BPEL adding header and footer to the file. To do this you need to decode the file first by using Base64decode in an embedded Java (see process activities) … Continue reading

Posted in Oracle ADF, Oracle BPEL | Tagged | 2 Comments

What is ApEx 4

                         

Posted in Application Express | Leave a comment

Update apex to 4.2 on OracleXE 11.2

Unpack apex to a directory( in my case is c:/oraclexe/apex) 1- go to cd c:/oraclexe/apex 2- sqlplus sys as sysdba Enter the password for sys The follow the following: 1- install apex by SQL> @apexins SYSAUX SYSAUX TEMP /i/ 2- … Continue reading

Posted in Application Express | Tagged | Leave a comment

Oracle BPM-BPEL process with correlations

This blog describes a sample application for a POC about using correlations in BPM and BPEL. Create a SOA project Add BPM technology to your project Create a BPM process with these components Create BPEL component. Select “Based on WSDL”. … Continue reading

Posted in Oracle BPEL, Oracle BPM | Tagged | Leave a comment

Mapping users to a role in Weblogic

You will have to go to: Home >> Summary of Security Realms >> myrealm >> Roles and Policies tab: Expand the Global Roles tree: take any of the available roles , let us say: Requester Click on the view and … Continue reading

Posted in Oracle ADF | Tagged | Leave a comment

Populate LOV in BPM generated Human Task (ADF) pages

Populate LOV in BPM workspace pages (HumanTask generated pages) We want to show the case status value instead of statusID in Case HumanTask object • In Jdeveloper create a Model project the BPM Application. • Connect to the database where … Continue reading

Posted in Oracle BPM | Tagged | 2 Comments