cancel
Showing results for 
Search instead for 
Did you mean: 

EAR Classloader

Former Member
0 Kudos

I'm currently using NetWeaver 04' SP11.

I was wondering if someone could tell me if the EAR level classloader is Parent-First or Application-First. Is there a way I can specify which one I would like to use in my application?

In particular, I'm running into a problem where there is a conflict with the javax soap classes. J2EEStandard has a dependency on ejb which has a dependency on webservices. The webservices library uses the 1.1 version of SAAJ. Unfortunately, Apache AXIS 1.2 uses the 1.2 version of SAAJ. When I try to access the AXIS servlet, I get a IncompatibleClassChangeError, which leads me to believe that I'm picking up the 1.1 version, when I want to pick up the 1.2 version.

Thanks,

Anil

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi all,

The ear classloader is parent-first(transitive), next references(non-transitive), then self

I am deployment specialist, not webservices, but for me the question is why would you want to use another SOAP implementation that differs from the one, provided by the engine? How would that affect the interoperability with other applications using different implementation?

Best Regards,

Georgi

Former Member
0 Kudos

Hi,

Did the problem solve? We are facing the same problem.

In websphere, you have the option to set the classloader mode to parent-first or parent-last. My application is working fine on the websphere as i have set the mode to parent last. But not able to find the place in netweaver to set the classloader mode.

Please let me know if any one knows how to set the classloader mode in Netweaver04s.

Regards,

Chandan

Former Member
0 Kudos

I have the same problem.

Can someone please tell me how to set the ClassLoader mode?

think very much!

Former Member
0 Kudos

Anyone?

Former Member
0 Kudos

Hi we have the same problem! Can someone please give a hint how to workaround it?