简体   繁体   English

oracle bpel依赖jar - 在weblogic中加载层次结构

[英]oracle bpel dependent jar - loading hierachy in weblogic

Environment : SOA suite 11.1.1.7 环境:SOA套件11.1.1.7

Server : weblogic 10.x 服务器:weblogic 10.x

I have a bpel composite with java embedding referring to custom libraries in a jar file. 我有一个带有java嵌入的bpel复合,引用了jar文件中的自定义库。 I have the dependent jars in $project/SCA-INF/lib. 我在$ project / SCA-INF / lib中有依赖的jar。 With that I am packaging the composite to build a bpel suitcase. 有了这个我打包复合材料,以建立一个bpel手提箱。

So my question is : If I deploy my SCA jar file in the weblogic should that be suffice ? 所以我的问题是:如果我在weblogic中部署我的SCA jar文件应该就足够了吗? Do I still need to include those jars in soa-ext folder ? 我还需要在soa-ext文件夹中包含这些jar吗?

Any pointers are appreciated. 任何指针都表示赞赏。

You need to be careful when doing this as Weblogic will first look into it's internal JRE before looking in the deployed composites Lib folder. 这样做时需要小心,因为在查看已部署的composites Lib文件夹之前,Weblogic将首先查看它的内部JRE。

The best bet is to place your jars on the servers classpath. 最好的选择是将jars放在服务器的classpath上。 This requires a restart. 这需要重新启动。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM