BBB
BBB
Interesting.. it kinda works, but: * it works on some tabs and not others (which just scroll). It seems that for the ones that weren't working, if I go to...
When I'm on a normal browser and want to increase/decrease the zoom level I use Cmd+= and Cmd+- (substitute Ctrl for Cmd in Windows/Linux). This has been more or less...
What do you think the right approach should be? * `WARNING` printed by `Q2` when it starts, but merrily go on * `ERROR` making `Q2` fail altogether (again, only for...
`SendResponse` does its main job in the "closing phase" of the two-phase commit protocol. That could be either a `commit` or `abort`. It's good to do it there (and to...
Doig so e git archeology, it used to be a generic private Object but was changed into TRUE https://github.com/jpos/jPOS/commit/301e36a603203df8113e5eba01de97607cd456b7 The explanation in the commits mentions that the Object would complicate...
Only `Status.hbm.xml` and `StatusTag.hbm.xml` are using the sourceforge DTD All other entities in all other jPOS-EE modules are using http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd and it seems to work, or at least they don't...