I have read that Axis2 uses child first classloading, but what I see in my code isn’t child first behavior.

 

I have an aar file which contains an xsd and a library in the lib directory which performs schema validation.  In my web service, I instantiate the validator and print out the AAR classloader reference and the validator’s classloader.  They are different and the validator’s class loader is the same as the web app classloader.  Do I have to configure the child first behavior, or is it the default behavior?

 

Jp4

 

 

Reply via email to