No it is not fix in RC1  , please create a JIRA. If possible please
attach a patch file as well.

Thanks
Deepal

George Stanchev wrote:
> Hi,
>
> We are trying to load and use axis2 via JNI and in this case we have the
> system class loader to be the thread context loader.
>
> That causes problems when loading modules due to the following code in 
>
> org.apache.axis2.deployment.RepositoryListner.getLocation()
>
> Class clazz = Loader.loadClass("org.apache.axis2.engine.AxisEngine");
> java.net.URL url =
> clazz.getProtectionDomain().getCodeSource().getLocation();
>
> If loaded by the system classloader, the class does not have a
> protection domain
> assoiciated with it and the code throws NPE.
>
> Is this fixed in 1.3 RC2 or I need to open a JIRA?
>
> Thanks!
>
>   



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to