jPOS-EE icon indicating copy to clipboard operation
jPOS-EE copied to clipboard

jPOS Extended Edition

Results 26 jPOS-EE issues
Sort by recently updated
recently updated
newest added

As of now, jPOS-EE references Jetty 9.4.x, for which [End of Community Support has been announced](https://github.com/eclipse/jetty.project/issues/7958) as of June 1st, 2022. While EOL is [unlikely to happen before 2025](https://github.com/eclipse/jetty.project/issues/7958#issuecomment-1194063657), it...

**Change** https://github.com/jpos/jPOS-EE/blob/1f857edcd47f1330daf14c4efb9e530ddf7bfcda/modules/status/src/main/resources/org/jpos/ee/status/Status.hbm.xml#L21 and https://github.com/jpos/jPOS-EE/blob/1f857edcd47f1330daf14c4efb9e530ddf7bfcda/modules/status/src/main/resources/org/jpos/ee/status/StatusTag.hbm.xml#L21 **from** ``` ``` **to** ``` ```

This first commit adds support for injecting a log source, and a mocked MUX for jPOS based application JUnit tests. It is intended to be used by test classpaths in...

When you add multiple databases (slave), there is a convention of using colon ":" in database configuration file names. But while working on windows operating system, it seems impossible to...

`status` column does not exist in `SysLog` entity. So accessing the `events` property creates an invalid SQL sentence. Maybe it should point to `source`? https://github.com/jpos/jPOS-EE/blob/0756f3a1cdf78db8d4a27a11112d5ee6c2427dc3/modules/status/src/main/resources/org/jpos/ee/status/Status.hbm.xml#L41-L45

At times its possible trigger doesn't fire (quartz calls it mis-fire)and we need to log it else we may just not know when a job isn't performed. Mis-fire handling instructions...