jPOS icon indicating copy to clipboard operation
jPOS copied to clipboard

jPOS Project

Results 105 jPOS issues
Sort by recently updated
recently updated
newest added
trafficstars

There's a protection against shutting down Q2 when logged via SSH. That protection gives a false positive when using `--command` and prevents shutdown.

`org.jpos.rc.CMF` defines several error codes used by jPOS systems such as jPOS CMF and jCard that are mostly aligned with ISO-8583 v2003. jCard and jPTS still don't use this class,...

When there's a configuration error, Q2 renames the QBean descriptor to `.BAD` or `.DUP` and raises a `ConfigurationException`. In some scenarios, it is desirable to actually exit Q2 (so that...

In 686756eaa6e8f we made a change that breaks classloading from Wildfly 10. In [jpos-users](https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/jpos-users/NGC7XLXNNOU/FW-vSq2eAwAJ) Rama mentions that this change fixes the problem: ``` public Q2 (String[] args, BundleContext bundleContext) {...

Hello, While Unpacking a DE with ```IFE_LLLCHAR``` today this exception was thrown ```Exception in thread "main" org.jpos.iso.ISOException: org.jpos.iso.IFE_LLLCHAR: Problem unpacking field 61 (java.lang.IndexOutOfBoundsException) unpacking field=61, consumed=241``` After some investigating, it...

@sumeetphadnis reported: > If the TM is re-deployed in a running application, if there are already some paused transactions then the counter goes below zero when they get resumed. This...

Diff before commit http://screencast.com/t/S07t37fZx Modified the jpos framework to support ISO message logging to enbale pci compliant logging via configuration of the packager itself. An additional optional attribute called "display"is...

I need to consider the potential moveable nature of this BitMap field and form a method of keeping track of it/them in the ISOBasePacker processing, since field 65 (for LIS)...

BIN configuration, used to support 8-digit bin Configured with the environment property ${jpos.util.bin.length}, it should be a comma-separated list of bins. For example, if there are two 8-digit bins "4000000"...