...
- For XPath processing, you would also need the class
org.apache.xpath.XPathAPI
. This is located in xalan.jar. - For ISO 8583-related scripting, you would also need classes from
org.jpos.iso.*
such asISOMsg,
BaseChannel
.,
ISOChannel,
andISOPackager.
These These are located in jpos.jar.
Setting the Context Classloader
...