Alejandro Revilla

Results 72 comments of Alejandro Revilla

Sounds like a good idea @chhil - do you want to provide a PR if you have it running or you want us to take a stab at this implementation?

Very good point. When I decided to use that colon, I thought about DOS and hard drives, but thought Windows would have overcome that limitation already. We'll figure out how...

I read that percent encoding can be used in Windows to represent a colon. > On Windows systems, files and directory names cannot be created with a colon (:). But...

Not that easy - see https://github.com/jpos/jPOS-EE/runs/7183459332?check_suite_focus=true#step:7:3843 ``` [org.xml.sax.SAXParseException; cvc-complex-type.3.2.2: Attribute 'generated' is not allowed to appear in element 'property'.] at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.handleStreamException(UnmarshallerImpl.java:396) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:377) at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:350) at org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor.unmarshal(JaxbCfgProcessor.java:127) ```

If I understand correctly, you're reporting that we are not using a balance cache that we could have used, but balance is still accurate, right?

Perfect - will take a deep look and comment.

FYI, I'm testing the following change, trying to verify side-effects. ```java if (bcache != null && (maxId == 0 || bcache.getRef()

Unfortunately we had a situation where balance_cache was not right. We are investigating if this was a DB procedure issue or something else. We are investigating. For the time being,...

This is on purpose. Originally, SysLog would have a column associated with the Revision History, and Status, and, and, and, but that doesn't scale well, so we've removed that relationship....

According to PCI: The masking approach should always ensure that only the minimum number of digits is displayed as necessary to perform a specific business function. For example, if only...