2 Replies Latest reply on Oct 29, 2014 4:13 AM by swiderski.maciej

    Do we load the comman dependency between KJAR multiple times.?

    ankitgr8

      I am using the JBPM 6.1.0 is an embedded mode. We have created kjars for deployment of our business process. There are some common dependency between these kjars like kie-ci.jar or abc.jar etc. Which are mentioned in the pom.xml file.

      While deploying these kjar does the dependent jar files are loaded multiple times in memory or there is a way where i can load the common JBPM libraries only onces or our customer libraries only onces. Or I do not mention the common jar files in pom.xml file and the ClassLoader used to create kieCOntainer from the KJAR use parent classloader also and its own classloader also to search for the files