jPOS
jPOS copied to clipboard
jPOS Project
EMVTagSequence is unable to parse non standart EMV tags Nested:org.jpos.emv.UnknownTagNumberException: 57092 at org.jpos.emv.EMVStandardTagType.forCode(EMVStandardTagType.java:614) at org.jpos.emv.EMVStandardTagType.forHexCode(EMVStandardTagType.java:620) at org.jpos.emv.EMVTagSequence.createLiteralTagValuePair(EMVTagSequence.java:45) at org.jpos.emv.EMVTagSequence.createLiteralTagValuePair(EMVTagSequence.java:27) at org.jpos.tlv.TagSequenceBase.readFrom(TagSequenceBase.java:181) at org.jpos.tlv.TagSequenceBase.readFrom(TagSequenceBase.java:174) at org.jpos.tlv.packager.bertlv.BERTLVPackagerTest.decode(BERTLVPackagerTest.java:115) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)...
Most of changes concentrate on remove deprecated `Vector` also `BaseChannel.sendMessageTrailler()` method 15fb12c introduce small API change - signature of `VErrorParser.getVErrors()` method. It now return the `List` instead of the raw...
Jmeter with a ISO8583 sampler that uses jpos 2.1.4 I initially logged this at https://github.com/tilln/jmeter-iso8583/issues/24 but seems to be a jpos issue. ``` java.util.ConcurrentModificationException: null at java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1211) ~[?:1.8.0_152] at java.util.TreeMap$KeyIterator.next(TreeMap.java:1265)...
Probably we don't need both.
It is quite easy to stop the system by using `DefaultTimer.schedule()`. The `TimerTask` passed there cannot throw any exceptions or errors _(e.g. `SpaceError`)_. It is documented in [Timer javadoc](https://docs.oracle.com/javase/8/docs/api/java/util/Timer.html) >...
[`Switch`](https://github.com/jpos/jPOS/blob/b638f1e2eeea815970e3d4e3afd4e6aefccf86d1/jpos/src/main/java/org/jpos/transaction/participant/Switch.java#L29) participant is described in [jPOS programmer's guide ](http://jpos.org/doc/proguide-draft.pdf) section 9.8.1. ### Motivation `Switch` participant is a highly performant groups selector, but it lacks the ability of handling multiple different...
When using `TaggedSequencePackager` and `ISOTaggedField`, the `dump` method produces output such as ```xml ... ``` This is **invalid, badly-formed XML**: the tags of type `` are invalid, and would prevent...
_ditto_, the OneShotChannelAdaptor should expose a `ready` indicator. If a connection is refused, indicator should be removed, and an emergency thread should regularly check the remote host in order to...
Galih reports: ``` hi guys, it seems like the log time at time exceeded - log rotated and iso msg seems like have a different format time maxage feature is...