开发者

How to execute java code from BPEL process

开发者 https://www.devze.com 2023-02-14 08:28 出处:网络
I need to execute java code in my BPEL application, i selected java Embeding from pallate and in code snippet i wrote some lines as

I need to execute java code in my BPEL application, i selected java Embeding from pallate and in code snippet i wrote some lines as System.out.println("some information"); while deployment it showed me error as "failed to compile generated BPEL classed for BPEL process "Processname" of composite" class path setting is incorrect.

please let me know how to set classpath in BPEL.

one more thing i have not created any class yet, as I am executing only snippet i开发者_Python百科 have written.


Executing java code is BPEL never a good and idea will most certainly break the default build.xml generated by Jdev. However if you do want to use java code, just make sure that all the class names are their fully qualified names. This link may help.

0

精彩评论

暂无评论...
验证码 换一张
取 消