You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Isuru Eranga Suriarachchi (JIRA)" <ji...@apache.org> on 2011/04/23 14:10:05 UTC

[jira] [Resolved] (AXIS2-5009) Issue in EnableChildFirstClassLoading functionality

     [ https://issues.apache.org/jira/browse/AXIS2-5009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Isuru Eranga Suriarachchi resolved AXIS2-5009.
----------------------------------------------

    Resolution: Fixed

Fixed in revision 1096134.

Thanks,
~Isuru

> 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-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org