Dear SAP experts,
we have Java mapping scenario where we use custom JAR files. We have tried suggested method, to import those Jar archive in to IB (as imported archive). However JAR files are too heavy and we would like to avoid to load them each time mapping is executed (3.5MB). Is it possible to deploy them locally in to Java server so they wont be loaded? Could you please specify where to put those files so SAP will pick them up when mapping is executed.
I have tried to put JAR files manually (without deploying) in to
/usr/sap/PID/DVEBMGS02/j2ee/cluster/bin/ext
com.sap.xi.mapping.tool.lib
com.sap.xi.mapping.api.lib
com.sap.aii.mapping.lib.facade
Resulted in to
Mapping "urn:dixonsretail.com:dummytransport/POCJbossQueueTest" failed
to
execute: MappingException: Mapping failed in runtimeLinkage Error when
loading class XMLToJSON; details: java.lang.NoClassDefFoundError,
LinkageException: Linkage Error when loading class XMLToJSON; details:
java.lang.NoClassDefFoundError, NoClassDefFoundError: org/json/XML,
MappingClassNotFoundException: org/json/XML.class
when we import archive over IB its working. However we would like to
deploy it in to cluster but we don't know where.