Hi all Axis2 users, I have a question about classloading in Axis2: If I have a JAR in WEB-INF/lib folder of the WAR and in the lib folder of my .aar service archive, which one will be loaded by Axis2 when a WebService calls a class in this JAR? If Axis2 loads the one in the war archive, will the files in the aar still be loadable by the JAR in the WAR? Is it possible to configure this behaviour in Axis2 (like PARENT_FIRST/PARENT_LAST option in Websphere)?
Thanks in advance for the answers, Pierre