parameters - WSO2: Developer Studio 3.2.0/ESB project: unable to add arguments to an EJB mediator -


when using developer studio (esb project), i'm unable add arguments ejb mediator - neither via gui (the corresponding property doesn't exist) - nor via xml example

<ejb beanstalk="xx" class="xxx" method="yyy" target="zzz" ...>  <args>   <arg .... />  </args> </ejb> 

gives once saved

<ejb beanstalk="xx" class="xxx" method="yyy" target="zzz" .../> 

when use esb console, can add these arguments without problem. guess it's bug don't have account in order create jira.

any appreciated.

thanks

dom

if case bug in dev studio 3.2.0 esb editor. have fix problem in dev studio 3.3.0 version , able create ejb mediator arguments.

please try out scenario dev studio 3.3.0 alpha 1 release available @ here

thanks , regards,

harshana


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -