简体   繁体   中英

oracle bpel dependent jar - loading hierachy in weblogic

Environment : SOA suite 11.1.1.7

Server : weblogic 10.x

I have a bpel composite with java embedding referring to custom libraries in a jar file. I have the dependent jars in $project/SCA-INF/lib. With that I am packaging the composite to build a bpel suitcase.

So my question is : If I deploy my SCA jar file in the weblogic should that be suffice ? Do I still need to include those jars in soa-ext folder ?

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.

The best bet is to place your jars on the servers classpath. This requires a restart.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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