Thanks for the quick response!
Have you still managed to work with getKieClasspathContainer() without providing any ReleaseId??
I have a scenario like projectA(A.jar) has some rules and kmodule.xml bundled as A.jar file and there another projectB(B.jar) having its own kmodule.xml.
projectB(B.jar) required A.jar as dependency and provided in classpath.
The issue here is... projectB kmodule.xml (KieModule) is added/loaded to the KieContainer and followed by projectA aka A.jar kmodule.xml (KieModule) is added/loaded and overridden projectB KieModule as the both the KieModules having the same Default ReleaseId, so the issue.
I am just curious...would you mind to provide sample code snippet or throw some light on this?
~Ravi