I'm not exactly sure what the issue is here. 1.15.3 works fine. My jpos.xml is not loading on newer versions
My jpos.xml file is specified by System.setProperty(JposPropertiesConst.JPOS_POPULATOR_FILE_PROP_NAME, customJposFile.absolutePath)
My jpos.properties is:
jpos.loader.serviceManagerClass=jpos.loader.simple.SimpleServiceManager
jpos.config.regPopulatorClass=jpos.config.simple.xml.SimpleXmlRegPopulator
What changed in 1.15.4 that could cause this to break? It seems like perhaps the change of XML parsers has caused some issue?