cancel
Showing results for 
Search instead for 
Did you mean: 

In PI 7.1 - Java UDF's Compiled Class files - Jar File location

Former Member
0 Kudos

Hi All,

In PI 7.1 Does anybody know where the compiled Java UDF's (which are used in Graphical mapping) class files stored in jar are located in integration server? I want to use this jar file in my XSLT mapping.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks for all your replies. I think it is not a good idea to call jar file from XSLT which are located in Server Directory.

former_member183909
Active Participant
0 Kudos

It is not under \usr\sap\<SID>\DVEBMGS00\j2ee\cluster\server0\temp\classpath_resolver

Did anybody figure this out ?

As I'd like to get all the UDFs that I have created - rather than download them one by one in the IR screen - painful !.

Edited by: Jonny Wellard on Dec 19, 2008 7:01 AM

henrique_pinto
Active Contributor
0 Kudos

Have you tried to access the Java classes from your global function libraries in you XSLTs?

I'm not sure it will work, but you can try this: http://help.sap.com/saphelp_nwpi71/helpdata/en/55/7ef3003fc411d6b1f700508b5d5211/frameset.htm

If it doesn't work, you'll have to reimport your function library .jar as a imported archive.

Regards,

Henrique.

Former Member
0 Kudos

Gopal,

You can also try by going to Functional Library and Next to Package name there is a button as Export source text. it will export the java file which you can use in XSLT mappings.

Gaurav Jain

Points if answer is helpful

former_member181985
Active Contributor
0 Kudos

Hi,

I guess it would be under

\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\server0\temp\classpath_resolver

or

\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\server0\.\temp\classpath_resolver

Where SID is your XI instance name.

Thanks,

Gujjeti

Edited by: Praveen Gujjeti on Jun 23, 2008 5:12 PM