bugfix: an ISOPackager may not extend ISOBasePackager |
|
More...
|
almost 19 years ago
|
added helpers to get LOGEVT and PROFILER |
|
More...
|
almost 19 years ago
|
ISOCurrency "AZN","944",2 (AZERBAIJAN Azerbaijanian Manat) contributed by Stephano - Thanks! |
|
More...
|
almost 19 years ago
|
[no comment] |
|
More...
|
almost 19 years ago
|
throw NPE on null key or value at out time |
|
More...
|
almost 19 years ago
|
Avoid busy loop in getHead if entry is null (issue raised by Bharavi) |
|
More...
|
almost 19 years ago
|
if watch is zero CPU goes crazy - bug and patch provided by Alireza |
|
More...
|
almost 19 years ago
|
do not drop connection on VetoException (patch suggested by Alireza - good point!) |
|
More...
|
almost 19 years ago
|
Added checkstyle target, requires checkstyle-all.jar (i.e. checkstyle-all-4.1.jar) in Ant's default classpath ${user.home}/.ant/lib. 'checkstyle.xml' is based on sun_checks.xml with most of the checks disabled (we had over 23k warnings). I just enabled the check imports for now (we have 93 unused imports at this time that I'll try to remove as time permits). |
|
More...
|
almost 19 years ago
|
need to extend this class |
|
More...
|
almost 19 years ago
|
disconnect socket before closing streams (better behaveour in SSL channels) |
|
More...
|
almost 19 years ago
|
Security module off jPOS 1.5.2 |
|
More...
|
almost 19 years ago
|
protected methods required by DailyLogListener |
|
More...
|
almost 19 years ago
|
copy cfg files to build directory |
|
More...
|
almost 19 years ago
|
npe in dumpMap |
|
More...
|
almost 19 years ago
|
Socket factory can now have its own logger, e.g. |
|
More...
|
almost 19 years ago
|
Supporting more properties, e.g. |
|
More...
|
almost 19 years ago
|
applied patch provided by Nacho (Nigel Smith <[email protected]>) which provides pause/unpause methods. |
|
More...
|
almost 19 years ago
|
migrated from jpos 1.5.2 so Thomas can apply Nigel's patches in the new codebase |
|
More...
|
almost 19 years ago
|
we need to copy xml files (used for example in the new TransactionManagerTestCase) |
|
More...
|
almost 19 years ago
|
simple testbed to play with the TransactionManager |
|
More...
|
almost 19 years ago
|
a simple Debug participant |
|
More...
|
almost 19 years ago
|
Added Context test case |
|
More...
|
almost 19 years ago
|
Context implementation based on jPOS-EE's eetxn module. We still use two maps (a transient and a persistent one), but we use an unified API instead of those 'tputs' and 'tgets' that where error prone. If you want something in the persitent map, you use 'Context.put (key, value, true)'; |
|
More...
|
almost 19 years ago
|
Moved TransactionManager stuff to its own module |
|
More...
|
almost 19 years ago
|
add indication about shutdown mode (standard or via hook) |
|
More...
|
almost 19 years ago
|
verify that q2Thread is not null before attemping to interrupt |
|
More...
|
almost 19 years ago
|
we don't seem to have a default XMLReaderFactory in Java 1.4.2. This approach seems to work in both 1.4.2 and 1.5.0 |
|
More...
|
almost 19 years ago
|
Import organise, unused local var cleanup, serialiVersionUID in serializable classes. Otherwise known as a slight tidy. |
|
More...
|
almost 19 years ago
|
tpl directory not required (moved to compat module) |
|
More...
|
almost 19 years ago
|