Hello.
I just would like to ask someone to have a look at the eclipse bug report
and possibly comment if
we diagnose problem correctly and confirm the role that axis plays in the
bug.

The bug report is here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=197819

Aternatively please search for bug 197819 on eclipse bugzilla.

In short - the problem is that axis uses context class loader - and the JVM
caches classes in native code.
The result is - problems when 2 eclipse plugins contains axis - the axis
doesn't work because of incorrecty loaded, cached classes.

Please if you find time - have a look at the bug report. Also I can answer
any questions.

The possible fix mentioned in different eclipse bug report - 127963 is to
change Class.forName(...,contextClassLoader) to
contextClassLoader.loadClass()
I would like to ask you is it possible.

Best wishes
Maciej Datka


-- 
View this message in context: 
http://www.nabble.com/Axis-problem-in-eclipse-framework---class-loading-tf4677475.html#a13364378
Sent from the Axis - Dev mailing list archive at Nabble.com.


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

Reply via email to