web analytics
free online training

Quick Bites

Hello Domain Value Map!!!

Domain value maps are a way of storing lookup values in SOA server such that these lookup values can be easily edited at run time using SOA console, shared across composites and stored in MDS. Creation of MDS is done using Oracle JDeveloper and once it is deployed onto the SOA server, its values can be easily modified and managed using SOA console.

In this example, we have a simple project which takes an input country name and returns the relevant country code back to the user by using a to look up the country code.

Related posts

Java Embedding Activity in BPEL

Java embedding activity is a means of embedding Java and J2EE code directly inside Oracle process. Even though java embedding can provide enhanced functionality (since you can plug in any java code here!!), this should be avoided as much as possible – since the code would be harder to manage and will not be “SOA” like. Since this is an Oracle extension, it is not part of standard spec – hence won’t be portable!!

Related posts

EJB Binding Example

This tutorial explains how to consume a simple session EJB in a SOA composite using EJB binding.

VN:F [1.9.17_1161]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.17_1161]
Rating: +1 (from 1 vote)

Related posts

Custom XPATH Functions in SOA Suite

This tutorial explains how to create custom functions that can be used across all SOA Suite components. You can learn how to implement IXPathFuction interface, create appropriate configuration files, update JDeveloper to use the plugin in design time, make the library available to SOA Server’s runtime and finally use it in a simple program.

VN:F [1.9.17_1161]
Rating: 9.0/10 (1 vote cast)
VN:F [1.9.17_1161]
Rating: +1 (from 1 vote)

Related posts

Can’t load IA 32-bit.dll on SOA Suite 11.1.1.5.0

I was trying to start Nodemanager on Windows 7 platform today and ended up with following error:

Caused by: java.lang.UnsatisfiedLinkError: D:\PROGRAMS\ORACLEMIDDLEWARE115G\wlse rver_10.3\server\native\win\32\nodemanager.dll: Can’t load IA 32-bit .dll on a A MD 64-bit platform

This could be because I used 32-bit installation on 64-bit OS. Ideally had I installed 64-bit Weblogic generic installer, an appropriate nodemanager.dll would have been available to the runtime. However, as a work around, we can disable native functionality of Nodemanager by creating nodemanager.properties under WL_HOME/common/nodemanager folder and adding a line “NativeVersionEnabled=false” (without quotes).

image

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

Related posts

Page 1 of 3123