UansCarvalho

~ Blog for Oracle SOA Developers

UansCarvalho

Tag Archives: BPEL

Record XML Content in the Database for BPEL

07 Tuesday Jun 2016

Posted by Uans in BPEL

≈ Leave a comment

Tags

BPEL, DBAdapter, XML

In this article I will show how we can record an XML content using DbAdapter BPEL.

Below is a table Describe Command to display the details and field where I will perform the Insert XML

Continue reading →

Working with File Adapter in BPEL – Posted on OTN

30 Wednesday Mar 2016

Posted by Uans in BPEL, OTN

≈ Leave a comment

Tags

BPEL

Another post published on OTN: Working with File Adapter in the BPEL

To see the post directly from Oracle’s website refer to the link:

http://www.oracle.com/technetwork/pt/articles/soa/trabalhando-fileadapter-bpel-2956564-ptb.html

Or just click the link below to view the Post Blog

Continue reading →

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

10 Thursday Mar 2016

Posted by Uans in BPEL

≈ 2 Comments

Tags

ADF, BPEL, SOA

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:

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

Continue reading →

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

02 Wednesday Mar 2016

Posted by Uans in BPEL

≈ Leave a comment

Tags

Asynchronous, BPEL, SOA

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:

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

Continue reading →

Working with Regex in BPEL

04 Friday Dec 2015

Posted by Uans in BPEL

≈ 2 Comments

Tags

BPEL

Today the BPEL there is no specific function for us to work directly with Regex (Regular Expression) in BPEL, so I will demonstrate this Post one of the ways we can do to apply a Regex to a process.

In this example we will basically pass a value to our BPEL and will validate these values through the Regex.

Continue reading →

Exception – Problem builing schema

17 Tuesday Nov 2015

Posted by Uans in BPEL

≈ Leave a comment

Tags

BPEL

Staff,

In this post I want to report a problem I had recently and simple resolution.

Below is the problem that occurs when you expand any variable, in my case my inputVariable

Continue reading →

Working with a Sequence in BPEL

23 Wednesday Sep 2015

Posted by Uans in BPEL

≈ Leave a comment

Tags

BPEL, DataBase

In this post I will explain how we can enter values in a sequence in BPEL.

We will Insert process using DBAdapter and the Transformation add a function to set the sequence that should already be created in the database.

Continue reading →

ForEach the BPEL More Practical

01 Tuesday Sep 2015

Posted by Uans in BPEL

≈ Leave a comment

Tags

11G, BPEL, Concatenação, Deploy, For, ForEach, JDeveloper, loop

In an earlier example I wrote an article on how do we use the ForEach BPEL, but this example will be showing a more practical or more usual form that is used in everyday life, where we do the invocation of a service that will return a list of Employees Oracle XE and will later work in the iteration of the list.

Continue reading →

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

01 Monday Jun 2015

Posted by Uans in BPEL, OSB

≈ Leave a comment

Tags

BPEL, Fila, Java Message Service, JMS, Mensagem, OSB

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:

  • Working with JMS messages on OSB – Part 1: Creating and Configuring Queues
  • Working with JMS messages on OSB – Part 2: Publishing a Message Queue
  • Working with JMS Messages on OSB – Part 3: Receiving Message

Continue reading →

Creating a Domain Value Maps (DVM) in BPEL – Published on OTN

22 Friday May 2015

Posted by Uans in OTN

≈ Leave a comment

Tags

11G, BPEL, Console, Developer, DVM, EM, JDeveloper, Oracle, SOA, Soa-Suite

Another post published on OTN and this is related to Creating a Domain Value Maps (DVM) in BPEL

To see the post directly from Oracle‘s Web site found at:

http://www.oracle.com/technetwork/pt/articles/soa/criando-domain-value-maps-bpel-2544457-ptb.html

Continue reading →

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

20 Wednesday May 2015

Posted by Uans in BPEL, OSB

≈ 2 Comments

Tags

BPEL, Fila, Java Message Service, JMS, Mensagem, OSB

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:

  • Working with JMS messages on OSB – Part 1: Creating and Configuring Queues
  • Working with JMS messages on OSB – Part 2: Publishing a Message Queue
  • Working with JMS Messages on OSB – Part 3: Receiving Message

Continue reading →

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

11 Monday May 2015

Posted by Uans in BPEL, OSB

≈ 2 Comments

Tags

BPEL, Fila, Java Message Service, JMS, Mensagem, OSB

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 →

Inserting data using the Database Adapter (BPEL DbAdapter) Oracle SOA Suite 11g

07 Tuesday Apr 2015

Posted by Uans in BPEL

≈ 2 Comments

Tags

11G, BPEL, Console, Database Adapter, DBAdapter, Deploy, Deployment, Developer, INSERT, JDeveloper, Oracle, SOA, Soa-Suite

In a previous post I showed how to perform a Select in the database using the DbAdapter component of BPEL, now hold a very similar process but performing an Insert In this example we will receive three parameters of our service for inserting the necessary information to register a new department in our table departments.

Continue reading →

Exposing a Service in Oracle Service Bus (OSB) – Published on OTN

02 Thursday Apr 2015

Posted by Uans in OSB, OTN

≈ 2 Comments

Tags

11G, ALSB, Aqualogic, BPEL, bus, Business, DBAdapter, EM, JDeveloper, Oracle, OSB, Proxy, Service Bus, SOA, Soa-Suite, workspace

To view this article by direct Oracle site see the link:

http://www.oracle.com/technetwork/pt/articles/soa/expondo-servico-oracle-service-bus-2507899-ptb.html

Or just follow the article as follows:

Oracle Service Bus or simply OSB, a very common error regarding OSB is to say that it “implements” SOA or the fact of using a OSB in its architecture already turns into a Service-Oriented Architecture. In fact, the OSB is responsible for much of the features that SOA fold, but not all.

Continue reading →

MetaData Store (MDS) – Part 2: Referencing existing projects to MDS

24 Tuesday Mar 2015

Posted by Uans in BPEL

≈ Leave a comment

Tags

11G, artefatos, BPEL, JDeveloper, MDS, Oracle, SOA, Soa-Suite, WSDL, XSD

After completing Part 1: Creating and Configuring MDS we will now learn how to use the MDS in our existing projects so we can then share our WSDL, XSD, etc. See the links below to see the other parts:

  • Part 1: Creating and configuring MDS
  • Part 2: Referencing existing projects to MDS
  • Part 3: Sharing the MDS and other servers

Continue reading →

Using ForEach BPEL

02 Monday Mar 2015

Posted by Uans in BPEL

≈ Leave a comment

Tags

11G, BPEL, Concatenação, Deploy, Each, EM, For, ForEach, JDeveloper, loop, Oracle, SOA

Something very used in programming languages is without doubt a FOR to iterate through a list of elements any, in this Post I intend to help you use the For Each component of the BPEL performing a simple loop, iterating and concatenating names that put as a parameter to our Loop .

For our tests, we will create a project called ForEachBpel

Continue reading →

My first article for OTN – Trabalhando com Attachment no Oracle Service Bus 11g

24 Tuesday Feb 2015

Posted by Uans in OSB, OTN

≈ Leave a comment

Tags

11G, Attachments, BPEL, Deploy, Deployment, Domain, EM, JDeveloper, OSB, SOA, Soa-Suite

Today was a very special day for me because I got the great news that my first article was published by Oracle Technology Network – OTN

The title of the Article is “Trabalhando com Attachment no Oracle Service Bus 11g” (in Portuguese) and can be seen at the link below:

http://www.oracle.com/technetwork/pt/articles/soa/attachment-oracle-service-bus-11g-2430555-ptb.html

Continue reading →

Creating a Business Rule in BPEL

21 Saturday Feb 2015

Posted by Uans in BPEL

≈ Leave a comment

Tags

BPEL, Business, Business Rules, Composer, Console, EM, JDeveloper, Regra, Rule

“A Business Rule is a rule that defines or constrains some aspect of the business. His statement is determined as true or false. Business Rules seek to determine the business structure or to control or influence business behavior. “

“http://en.wikipedia.org/wiki/Business_rule”

Here we create a simple Business Rule that will define as our input parameter if it is a person PHYSICAL(FISICA) type or type LEGAL(JURIDICA)

Continue reading →

Installing Oracle 11g SOASuite – Part 6: Soa Developer Domain

12 Thursday Feb 2015

Posted by Uans in Installing SOA Suite 11g

≈ Leave a comment

Tags

11G, BPEL, DataBase, Domain, Linux, Port, Server, Soa-Suite, SUDO, XE, XE

In this post we install Soa Developer Domain for SOA Suite 11g

The installation is being done on Ubuntu Linux 64-bit version: 4.14, the minimum hardware and software for Oracle 11g SOASuite installation can be found here: http://docs.oracle.com/html/E18558_01/fusion_requirements.htm 

Continue reading →

Selecting data using the Database Adapter (BPEL DbAdapter) Oracle SOA Suite 11g

08 Thursday Jan 2015

Posted by Uans in BPEL

≈ 6 Comments

Tags

11G, BPEL, DataBase, Database Adapter, DBAdapter, Deployment, EM, INSERT, JDeveloper, Oracle, SELECT, SOA, Soa-Suite, UPDATE, XML

Oracle Database Adapter enables Oracle SOA Suite to communicate with the database, including Oracle database servers, and any relational databases that follow the ANSI SQL standard and provide JDBC drivers, performing SELECT operations, UPDATE and INSERT using an adapter configuration wizard, where the inputs / outputs are XML, easily seen as input parameters and and results converted into XML.

In this article on the Database Adapter (DbAdapter) BPEL we select some data from a database table and show in the screen Enterprise Manager  (EM)

Continue reading →

← Posts Anteriores

Uanderson Carvalho

Engenheiro de sistemas, especialista de integração entre sistemas, Pós-graduado em Administração de Banco de Dados Oracle. Certificado pela Oracle como: Oracle SOA Suite 11g Certified Implementation Specialist

Blog Recognized by

Search

  • Trabalhando com Attachment in OSB 11g
  • Expondo um Serviço Rest no OSB – Parte 2: Transformando Xml em Json Java
  • Exposing a Rest Service on OSB – Part 1: Creating a Rest API

Categories

  • Administration SOA Suite (7)
  • BPEL (28)
  • Events (3)
  • Installing SOA Suite 11g (10)
  • Installing SOA Suite 12c (6)
  • Java (2)
  • Linux (2)
  • OSB (15)
  • OTN (11)
  • ProfessionalsOracle (1)
  • TiSpecialists (1)

Tags

11G AdminServer ALSB Aqualogic BPEL bus bus Business Composer Concatenação Console DataBase Database Adapter DBAdapter Deploy Deployment Developer Domain DVM EM Fila FileAdapter Java Java Message Service JDeveloper JMS Linux loop MDS Mensagem Oracle OSB Proxy Script Server Service Bus SOA Soa-Suite SUDO Ubuntu WebLogic WSDL XE XE XML
March 2026
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« Sep    

New Posts

  • Trabalhando com Attachment in OSB 11g
  • Expondo um Serviço Rest no OSB – Parte 2: Transformando Xml em Json Java
  • Exposing a Rest Service on OSB – Part 1: Creating a Rest API
  • Instalalling Oracle SOA Suite 12c – Parte 7: Oracle JDeveloper
  • Installing Oracle SOA Suite 12c – Part 6: Configuring o Domain
  • Installing Oracle SOA Suite 12c – Part 5: SOA Developer Domain
  • Installing Oracle SOA Suite 12c – Part 4: Repository Creation Utility (RCU)
  • Installing Oracle SOA Suite 12c – Part 3: SOA Suite 12.2.1.2.0
  • Installing Oracle SOA Suite 12c – Part 2: Java SE Development Kit 8 – JDK
  • Installing Oracle SOA Suite 12c – Part 1: Oracle Database 11g XE

Todos os Posts

  • December 2020 (1)
  • March 2020 (1)
  • February 2019 (1)
  • November 2016 (2)
  • October 2016 (5)
  • September 2016 (1)
  • June 2016 (1)
  • March 2016 (3)
  • February 2016 (2)
  • December 2015 (1)
  • November 2015 (1)
  • September 2015 (2)
  • August 2015 (2)
  • July 2015 (4)
  • June 2015 (6)
  • May 2015 (5)
  • April 2015 (7)
  • March 2015 (8)
  • February 2015 (7)
  • January 2015 (7)
  • December 2014 (6)

Links

  • OTN – Oracle Technology Network
  • Oracle Blogs
  • Oracle Technical Articles
  • Oracle Docs
  • Oracle Downloads
  • Oracle Performance Tunning
  • Soa Community
  • TI Especialistas
  • VrsBrazil
  • Leo’s blog
  • Blog Waslley Souza
  • Victor Jabur’s Blog
  • Blog do DBA/Instrutor Fábio Prado
  • Cicero Ednilson Blog

" Não seja melhor do que as outras pessoas, seja melhor para as outras pessoas !!! "

Uanderson Carvalho

Engenheiro de sistemas, especialista de integração entre sistemas, Pós-graduado em Administração de Banco de Dados Oracle. Certificado pela Oracle como: Oracle SOA Suite 11g Certified Implementation Specialist

Blog Recognized by

Categories

  • Administration SOA Suite (7)
  • BPEL (28)
  • Events (3)
  • Installing SOA Suite 11g (10)
  • Installing SOA Suite 12c (6)
  • Java (2)
  • Linux (2)
  • OSB (15)
  • OTN (11)
  • ProfessionalsOracle (1)
  • TiSpecialists (1)

Tags

11G AdminServer ALSB Aqualogic BPEL bus bus Business Composer Concatenação Console DataBase Database Adapter DBAdapter Deploy Deployment Developer Domain DVM EM Fila FileAdapter Java Java Message Service JDeveloper JMS Linux loop MDS Mensagem Oracle OSB Proxy Script Server Service Bus SOA Soa-Suite SUDO Ubuntu WebLogic WSDL XE XE XML
March 2026
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« Sep    

New Posts

  • Trabalhando com Attachment in OSB 11g
  • Expondo um Serviço Rest no OSB – Parte 2: Transformando Xml em Json Java
  • Exposing a Rest Service on OSB – Part 1: Creating a Rest API
  • Instalalling Oracle SOA Suite 12c – Parte 7: Oracle JDeveloper
  • Installing Oracle SOA Suite 12c – Part 6: Configuring o Domain
  • Installing Oracle SOA Suite 12c – Part 5: SOA Developer Domain
  • Installing Oracle SOA Suite 12c – Part 4: Repository Creation Utility (RCU)
  • Installing Oracle SOA Suite 12c – Part 3: SOA Suite 12.2.1.2.0
  • Installing Oracle SOA Suite 12c – Part 2: Java SE Development Kit 8 – JDK
  • Installing Oracle SOA Suite 12c – Part 1: Oracle Database 11g XE

Todos os Posts

  • December 2020 (1)
  • March 2020 (1)
  • February 2019 (1)
  • November 2016 (2)
  • October 2016 (5)
  • September 2016 (1)
  • June 2016 (1)
  • March 2016 (3)
  • February 2016 (2)
  • December 2015 (1)
  • November 2015 (1)
  • September 2015 (2)
  • August 2015 (2)
  • July 2015 (4)
  • June 2015 (6)
  • May 2015 (5)
  • April 2015 (7)
  • March 2015 (8)
  • February 2015 (7)
  • January 2015 (7)
  • December 2014 (6)

Links

  • OTN – Oracle Technology Network
  • Oracle Blogs
  • Oracle Technical Articles
  • Oracle Docs
  • Oracle Downloads
  • Oracle Performance Tunning
  • Soa Community
  • TI Especialistas
  • VrsBrazil
  • Leo’s blog
  • Blog Waslley Souza
  • Victor Jabur’s Blog
  • Blog do DBA/Instrutor Fábio Prado
  • Cicero Ednilson Blog

" Não seja melhor do que as outras pessoas, seja melhor para as outras pessoas !!! "

Search

Recent Posts

  • Trabalhando com Attachment in OSB 11g
  • Expondo um Serviço Rest no OSB – Parte 2: Transformando Xml em Json Java
  • Exposing a Rest Service on OSB – Part 1: Creating a Rest API
  • Instalalling Oracle SOA Suite 12c – Parte 7: Oracle JDeveloper
  • Installing Oracle SOA Suite 12c – Part 6: Configuring o Domain

Engenheiro de sistemas, especialista de integração entre sistemas, Pós-graduado em Administração de Banco de Dados Oracle. Certificado pela Oracle como: Oracle SOA Suite 11g Certified Implementation Specialist

As opiniões expressas neste blog são de minha autoria e não refletem as opiniões da empresa que trabalho ou trabalhei. As informações contidas neste blog são escritas com base em experiências pessoais. Você é livre para usar a informação deste blog, mas eu não sou responsável, não me responsabilizo e não vou compensá-lo se acontecer alguma inconveniência ao fazer uso desta informação .