Creating a HumanTask in BPEL – Part 2: Deployando and testing process

Tags

, ,

In the previous post I showed how we can create the process until the call HumanTask within the BPEL, here I explain step by step how you should deploy and how do we test our process.

See the links below to check the other parts:

Continue reading

Creating a HumanTask in BPEL – Part 1: Creating the process

Tags

, ,

Learn this Post to create a HumanTask in BPEL. Here we will create a process that uses a DbAdapter to a select in the database and the data returned will fill the fields that define the Worklist screen..

To create our HumanTask in BPEL created two parts to our Post, refer to the links below to check the other parts:

Continue reading

Query para Monitoração do Ambiente SOA-SUITE

In a previous article I wrote a query to help verify the instance of the states of a given composite BPEL

In this new Query I am providing will be helping to monitor our SOASUITE environment providing COMPOSITE information, PROCESS, COMPONENT TYPE, STATE, QUANTITY (Requests), MAXIMUM TIME (in seconds), MINIMUM TIME (in seconds) and MEAN (in Seconds)

Continue reading

Oracle Coherence – What, Features and Benefits

Tags

Oracle Coherence In this and the next posts I will talk a little about this Oracle solution that will help you in performance problems.

See the links below to check the other parts of our project:

Continue reading

Working with FileAdapter in BPEL – Part 4: Renaming or Moving a File

Tags

Post this we use our FileAdapter to Rename or Move a File, this post will not be a result of the above and the part can be done.

See the links below to check the other parts of our project:

Continue reading

Working with FileAdapter in BPEL – Part 3: Saving the file contents in the database

Tags

Let us now make the recording of the content of our file quoted in Part 2 in our database, remembering that for all projects I develop here in the Blog I use the tables existing one we install Oracle XE.

We’ll be recording the arquivo.txt content in our DEPARTMENT table that is already automatically created when we install our Bank.

See the links below to check the other parts of our project:

Continue reading

Meeting of Oracle Ace’s Latin America 2015

Yesterday was a very special day for me, perhaps a single moment where I had the opportunity to meet new friends around the world share the same idea, the same philosophy and the same enthusiasm without doubt !!!

It was a meeting between Oracle Ace‘s, represented by Uruguay, Peru, Argentina, USA, Guatemala and Brazil this event sponsored by our friends Gustavo Gongalez Oracle ACE Director and Pablo Ciccarello Oracle employee certainly an unforgettable experience, a mixture of ethnic groups which were explored culture, language and perspectives that lie ahead in other countries.

Continue reading

Working with FileAdapter in BPEL – Part 2: Reading the file contents

Tags

In this Part 2 we will continue the previous post where we create the process to read the file in a directory, now in this post we will create the process to read the file contents with our BPEL.

Something that will add to our process will be a dynamic reading of the contents of this file as we will read the bits in file if this file is too large.

See the links below to check the other parts:

Continue reading

Working with FileAdapter in BPEL – Part 1: Reading the file from directory

Tags

In this first part I want to demonstrate how we’re going to read a file from one directory to FileAdapter BPEL, then I will address as much as possible this wonderful component for file manipulation.

To have an example as practical as possible, I decided to create a post from and each part will be the evolution of the previous one, so if you want to follow and make the entire application is very important that you do or follow from the first part.

Here’s what I will demonstrate in the next Posts on FileAdapter:

Continue reading

Working with JMS Messages on OSB – Part 3: Receiving Message

Tags

, , , , ,

Post this we get the picture Queue JMS we send as previous post and record it in our DataBase XE.

See the links below to check the other parts:

Continue reading

Oracle ACE Associate

Guys, I am proud and pleased that today I received a great news which I was appointed by Oracle an Oracle ACE Associate.

See the link below:

https://apex.oracle.com/pls/apex/f?p=19297:4:::NO:4:P4_ID:13060

So that you understand the Oracle ACE Program provides securities Oracle ACE and Oracle ACE Director for people who are recognized by Oracle technical community as enthusiasts and disseminators of knowledge in Oracle technologies in your country, region, or even the world.

Continue reading

Working with JMS messages on OSB – Part 2: Publishing a Message Queue

Tags

, , , , ,

In the previous post we learn to Creating and Configuring a JMS queue, in this post we will learn to create a message and publishes it in our queue created earlier.

See the links below to check the other parts:

Continue reading

Working with JMS messages on OSB – Part 1: Creating and Configuring Queues

Tags

, , , , ,

Java Message Service, or JMS is an API for Java middleware oriented messages through the JMS API where two or more applications can communicate by messages.

Let this first Post learn to Create and Configure locally a JMS queue in the Oracle Service Bus Web Console, then learn how to Create a Message to send through this JMS Queue and soon after we will Receive this message and store it in our database using a BPEL process

Continue reading

Cleaning MDS via Enterprise Manager 11g

Tags

, , , , , , , , , ,

There are times that it is necessary to clean the MDS, for example when you change some WSDL or XSD that are in MDS and the changes do not take effect even lowering and rising your Server, so this time we held the cleanliness of our MDS and then do the deploy again.

To make cleaning the MDS via Enterprise Manager 11g do the following:

Continue reading