Issue in EnableChildFirstClassLoading functionality
---------------------------------------------------

                 Key: AXIS2-5009
                 URL: https://issues.apache.org/jira/browse/AXIS2-5009
             Project: Axis2
          Issue Type: Bug
          Components: kernel
            Reporter: Isuru Eranga Suriarachchi
            Assignee: Isuru Eranga Suriarachchi
            Priority: Critical
             Fix For: 1.7.0


Child first class loading can be enabled by setting the following parameter in 
axis2.xml.

<parameter name="EnableChildFirstClassLoading">true</parameter>

After enabling it, I deployed a service for which there is a dependency. I put 
two different versions of this dependency into the following locations.

1. AXIS2_HOME/lib
2. AXIS2_HOME/repository/lib

As child first class loading is enabled, I expected Axis2 to pick up the 
dependency at location 2 above. But when I invoked my service, Axis2 picked up 
the dependency from location 1.

Note : When I test the same service with AXIS2_HOME/repository/lib and 
AXIS2_HOME/repository/services/lib, it worked as expected..

Thanks,
~Isuru

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to