Parameter for BPEL process

Posted by Hubidubi on Stack Overflow See other posts from Stack Overflow or by Hubidubi
Published on 2010-06-01T10:00:58Z Indexed on 2010/06/01 10:03 UTC
Read the original article Hit count: 356

Filed under:
|
|
|

Hi

I use OpenESB + BPEL. I would like to use some parameter to set system specific settings (path, string constants, etc.). I tried to use a properties file that a simple java class should read up and use with this method (http://wiki.open-esb.java.net/Wiki.jsp?page=BPELSEHowToCallJavaMethods). The problem is that I can't create properties file in BPEL project (not supported). So I created a file by hand. But this file is not included in the deployed app.

Is there any working solution for including property file or is there any other method to set parameters on BPEL process?

Thanks,

Hubidubi

© Stack Overflow or respective owner

Related posts about glassfish

Related posts about esb