Hi Maciek, Eclipse WTP 2.0 include both Axis and Axis2 plugins. But Axis dependencies are embedded inside Axis plugins and Axis2 dependencies are not embedded inside Axis2 plugins. Because of the design of the Axis2 plugins it loads the runtime dependencies with the eclipse preferences runtime pointer. So as I know there is no problem at all to have more than 2 versions of Axis2 set of plugins in the same eclipse framework. From the given information from you, its seems like this is Axis runtime that gives problems. So I guess the problem is more likely related to how Axis runtime load its runtime libs when its initiated through eclipse plugin environment causes the problem. These are some information that I though might be helpful to you. Thanks Lahiru
On 10/23/07, Maciek Datka <[EMAIL PROTECTED]> wrote: > > > 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] > > -- Thanks Lahiru Sandakith http://sandakith.wordpress.com/ GPG Key Fingerprint : 8CD8 68E0 4CBC 75CB 25BC 1AB1 FE5E 7464 1F01 9A0F
