private static void initJPos() throws InitializationException {
LGR.info(() -> "Initializing JPOS...");
try {
Q2 q2 = new Q2(ConfigProperties.JPOS_HOME_DIR);
q2.start();
LGR.info(() -> "JPOS has been initialized successfully...");
}
catch (Throwable e) {
LGR.error("Unable to initialize JPOS due to", e);
throw new InitializationException(e);
}
}
--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage. Please support jPOS, contact: sa...@jpos.org
---
You received this message because you are subscribed to the Google Groups "jPOS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/cb646400-b326-4a69-9ab3-fcd9521c1c82%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-...@googlegroups.com.
private void internalSetFeature(final XMLReader parser, final String feature,
final boolean value, final String displayName) throws JDOMException {
try {
parser.setFeature(feature, value);
} catch (final SAXNotSupportedException e) {
throw new JDOMException(
displayName + " feature not supported for SAX driver " + parser.getClass().getName());
} catch (final SAXNotRecognizedException e) {
throw new JDOMException(
displayName + " feature not recognized for SAX driver " + parser.getClass().getName());
}
}
--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage. Please support jPOS, contact: sa...@jpos.org
---
You received this message because you are subscribed to the Google Groups "jPOS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/8f31fe2a-9da3-4f01-b7d8-54f7722c5f85%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-...@googlegroups.com.
--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage. Please support jPOS, contact: sa...@jpos.org
---
You received this message because you are subscribed to the Google Groups "jPOS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/8780e841-f8ff-42c2-a346-33513b958f8f%40googlegroups.com.