cancel
Showing results for 
Search instead for 
Did you mean: 

Java

Former Member
0 Kudos

Can someone let me know if it is pssible to have a JAVA mapping within a Transformation step in BPM.

Also within this JAVA Mapping we are going to make a call to an Oracle Database...

I know there are certain restrictions when it comes to transformation steps in BPM but can the above be achieved.

JAVA Mapping with DB call inside a tranform step in BPM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Alex,

I think you can call java mapping inside BPM transformation step..

Check out this blog...

/people/amol.joshi2/blog/2006/03/10/think-objects-when-creating-java-mappings

Nilesh

Former Member
0 Kudos

If u are really intrested to explore it more then I follow this blog.

/people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler

do DBLookup in MessageMapping...and create one BPM with Transformation step

<b>Receive-TransformSend..</b>

if it work in BPM then it has to work in JavaMapping also(within Transformation Step)

Thanks

Farooq.

Former Member
0 Kudos

I am not sure 100% but I feel it is possible to use Java Mapping to in order to transform the message....and that we can use in BPM tranformation Step (InterfaceMapping with Java).

Lets wait for other reply..but I beleive it is possible..anyhow I will do it tomorro and let u know all:-)

I have only one dought that weather JDBC connection will work or not in jave Mapping that will execute in BPE:(

Thanks

Farooq.

Former Member
0 Kudos

Thank you Farooq... I ook forward to your findings and will award all points available if you can let me definitively!!!