Installing Oracle SOA Suite 11g
Sep 20, 10 by Juan Lebrijo about SOA, weblogic, JDeveloper, blog
My desires when I study this technologies is improving the business proccess modeling, mixing in a clean way:
  • Human tasks --> (ADF Web apps design)
  • Web Services
  • Legacy technologies
  • Synchronize with business events
  • Define business rules
I think that controlling all this points, and with a good analysis system, you can get a great tool to manage the business information system, and so, managing good. Today we will install all the platform to develop and deploy SOA applications. Based in the needed list to creat our Oracle SOA 11g test bank, we will install:

RCU: Repository Creation Utility

On this step we will create all the DB schemas needed to allocate all the SOA products. Repository Creation Utility: ofm_rcu_win32_11.1.1.3.3_disk1_1of1.zip Unzip to C:\Oracle\rcuHome, and execute BIN\rcu.bat
image003.png 105 KB
Ignore every incompatibility warning, and select SOA Infraestructura and BPM, it will add the dependent schemas:
image005.png 139 KB
We will create the following schemas in your DB:
pantallazo-1.png 103 KB
I put as schema passwords welcome1

SOA Suite

This is a very easy step (next-next installation). SOA Suite 11.1.1.2.0: ofm_soa_generic_11.1.1.2.0_disk1_1of1.zip
  1. On the Disk1 directory, execute: setup -jreLoc C:\Oracle\Middleware\jdk160_18
  2. Install it on C:\Oracle\Middleware\Oracle_SOA1
SOA Suite patches 11.1.1.3.0: ofm_soa_generic_11.1.1.3.0_disk1_1of1.zip.
  1. On the Disk1 directory execute: setup -jreLoc C:\Oracle\Middleware\jdk160_18

Creating a Weblogic domain for SOA

Execute C:\Oracle\Middleware\Oracle_SOA1\common\bin\config.cmd Create a ne Weblogic domain with all SOA products:
image008.jpg 29.5 KB
The domain name will be: domain1, and the admin password: welcome1 Select JVM: Sun SDK 1.6.0_18 @ C:\Oracle\Middleware\jdk160_18 Create the DB conecction to the schemas created with RCU:
image010.jpg 38.2 KB
Terminate the creation without optional config.

SOA Extension for JDeveloper

In JDeveloper Help > Check for Updates > Search Update Centers > Oracle Fusion Middleware Products must be checked. Check the following products:
  • Oracle BPM Studio
  • Oracle SOA Composite Editor

Management consoles

Weblogic administration console:
image011.png 222 KB
Enterprise manager:
image013.png 200 KB
B2B console:
image015.png 139 KB
Business Activity Monitor (BAM) only through IE:
image017.png 128 KB
Soa/composer and bpm/composer:
image021.png 75.1 KB
image019.png 67.2 KB
JDeveloper and Weblogic installation
Sep 15, 10 by Juan Lebrijo about weblogic, JDeveloper, blog
I installed both packages in a Windows XP, in a VirtualBox machine. Chosen version: 11g - 10.3.3. Yuou can download the packages from the Fusion MiddleWare downloads page. To install WebLogic Server 10.3.3 download the package wls1033_win32.exe. And through the wizards we install it in C:\Oracle\Middleware. It is so easy. After that we can create separated domains with the configuration tool in C:\Oracle\Middleware\wlserver_10.3\common\bin\config.cmd I have installed it apart but the JDeveloper has an embed Weblogic which we can use. It gets the same directory if we install JDeveloper in the same Middleware directory. To install JDeveloper 11.1.1.3.0 download jdevstudio11113install.jar. Execute: java -jar jdevstudio11113install.jar (same command for linux installation). Install it in C:\Oracle\Middleware\jdev11113. It installs the new embed server apart from the last. Use the JDK default for Weblogic installation: Sun SDK 1.6.0_18 (C:\Oracle\Middleware\jdk160_18) It installs at the following path:
image001.png 13.7 KB
Instalación de JDeveloper y Weblogic
Sep 15, 10 by Juan Lebrijo about weblogic, JDeveloper, blog
Vamos a instalar estos dos productos en un Windows XP, en una máquina de VirtualBox. La versión elegida es la 11g - 10.3.3. Podemos descargar todo el software de la página de descargas de Fusion MiddleWare. Para instalar WebLogic Server 10.3.3 descargaremos el paquete wls1033_win32.exe. Y a través de wizards lo instalaremos en C:\Oracle\Middleware. No tiene ninguna complicación más. Luego podremos crear dominios separados con su herramienta de configuración en C:\Oracle\Middleware\wlserver_10.3\common\bin\config.cmd Yo lo he instalado a parte pero con el paquete de JDeveloper viene un Weblogic embebido que podemos utilizar para nuestros desarrollos. Quedaría en el mismo directorio organizado si instalamos JDeveloper en el raíz de Middleware. Para instalar JDeveloper 11.1.1.3.0 descargamos jdevstudio11113install.jar. Y ejecutamos: java -jar jdevstudio11113install.jar (ciertamente para linux es lo mismo). Instalamos en C:\Oracle\Middleware\jdev11113. Esto lo haremos para que nos instale un nuevo servidor embebido del IDE separado del que instalamos antes. Utilizaremos la JDK que trae por defecto la instalación de WebLogic: Sun SDK 1.6.0_18 (C:\Oracle\Middleware\jdk160_18) Se instalara en el siguiente path:
image001.png 13.7 KB