cancel
Showing results for 
Search instead for 
Did you mean: 

** JDBC Sender Adapter support custom module ...?

jegathees_waran
Active Participant
0 Kudos

Hi friends,

Does JDBC Sender Adapter support custom module ? If it is how it wil work ?

Kind Regards,

Jeg P.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Of course. It does work. You need to code your adapter module in such a way that it handles the XML file which is the result of SQL statement command in Sender communication channel.

Regards,

Jaishankar

Answers (4)

Answers (4)

jegathees_waran
Active Participant
0 Kudos

We have developed Custom Module and implemented in JDBC sender adapter. Now the problem is solved

Former Member
0 Kudos

Hi,

You can add separte module but it is like a new Adapter. You have to handle all the things what adapter will do If your output again xml then you do the things in mappings itself. If it is critical logic use java mapping or xslt mapping.

Thanks,

RamuV

jegathees_waran
Active Participant
0 Kudos

Hi Kulwinder,

We want to separte the records (1:n) returned by JDBC sender adapter XML. ie. Split/Parse the records in XML and then send to BPM (one by one) instead of whole message . For that purpose, we want to write an adapter module.

Is this possible ?

Kind Regards,

Jeg P.

Former Member
0 Kudos

This message was moderated.