cancel
Showing results for 
Search instead for 
Did you mean: 

Java enhancement in XSLT mapping in PI 7.1 and JDK5 XML processing

Former Member
0 Kudos

Hi,

I am implementing an XSLT mapping and I need to use java enhancements. I got those working but only if I check "Use SAP XML Toolkit" from Operation Mapping. I would like to use JDK5 XML processing.

I also got this message to trace:

Resource not found: META-INF/services/javax.xml.parsers.SAXParserFactory

Thrown:

com.sap.aii.ib.server.mapping.execution.MappingClassNotFoundException: META-INF/services/javax.xml.parsers.saxparserfactory

I tried to use com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl but still couldn't get java enhancement working.

Is there a way to get JDK5 XML processing working with java enhancements?

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

> Is there a way to get JDK5 XML processing working with java enhancements?

No. Java processing inside XSLT is no standard. So it works only with SAP lib.

Regards

Stefan

Former Member
0 Kudos

Thanks for the answer, so if I want to use enhancements I have to use SAP XML Toolkit, or some 3rd party XSL parser.

Answers (0)