cancel
Showing results for 
Search instead for 
Did you mean: 

Parameters for Moduleprocessor-Bean

Former Member
0 Kudos

Hi!

Could anybody by chance tell me how the parameters for a module set in the Integration Builder could be accessed inside the EJBs process()-method?

Thanks in advance!

Regards

Thomas

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

Do you mean the parameters on the <i>Module</i> tab?

That works like this:

String myParameter = (String) moduleContext.getContextData("myParameter");

Regards

Stefan

Former Member
0 Kudos

Hi, Stefan!

I exactly tried to do this (at NW04 SP15), but there' s an exception thrown which I can' t handle within my process()-method.

Any ideas why?

Regards,

Thomas