Hi Blaise,
You mentioned,
[quote:5b0b5c65af]
In addition actions and decisions tend to come up in different classloaders, hence an api jar is required in the Callservices/common/lib directory to allow spring beans to be passed between the classloaders in the session.
[/quote:5b0b5c65af]
It seems that you deployed the custom JAR file to both the global lib in Call Services and the local lib in the applicationâ¿¿s folder. Is this so? If this is the case, then the Java classes in Call Services will take precedence and the ones in the applicationâ¿¿s folder will not be loaded by the JVM. This is the typical behavior of JVM. See in Chapter 2 in the Audium
Programmer Guide. As the class loader for the custom JAR file is not the class loader for the application, the XML resources deployed to the local lib of the applicationâ¿¿s folder will not be visible.
Regards,
Tam