cancel
Showing results for 
Search instead for 
Did you mean: 

how to load classes from Application classloader first with SAP Netweaver

Former Member
0 Kudos

Hi,

I am using Netweaver 7.3.

I want my classes loaded with application class loaders first.

Can anyone tell me how to load classes with application class loaders first?

Is there any property which allow me to do the same?

Regards,

Sankalp

Edited by: Sankalpshah06 on Sep 15, 2011 1:42 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

rolf_paulsen
Active Participant
0 Kudos

Hi,

the only way (I know) to "override" classloading of the SAP NetWeaver Core and default libs is the use of ["Heavy Resources" that are described here|]

Cheers,

--Rolf

Former Member
0 Kudos

Rolf - thanks for your comments.

Can you please provide me sample application-service.xml and its xsd?

Is it okay, if I put application-service.xml in my application instead of creating Hibernate named ear which need to be referred in my apps "application-j2ee-engine.xml"?

Regards,

Sankalp

Former Member
0 Kudos

Hi Rolf,

I had created an enterprise app called "Hibernate".

And started it with the help of steps mentioned in the pdf (which you provided earlier.)

Hibernate app is started successfully.

But with telnate its not showing entry called - "sap.com/Hibernate-library-loader".

With telnet I can see only one entry as - "com.sap/Hibernate".

Can you please help me out?

Regards,

Sankalp

Edited by: Sankalpshah06 on Nov 4, 2011 5:43 AM