Alejandro Revilla
Alejandro Revilla
You need a field named "0", that can even be zero length field used as a placeholder. I guess `FSDISOMsg` could take care of providing such a field, if not...
FYI, I've ran the tests locally, not all, but some of the problems happen in ISOBasePackager line 103 where you check for fld[65] without checking that fld.length > 65, it...
Travis should pick your commits toward this PR
I like the latter, but the former is so easy that perhaps it's the way to go. Now the question, just `re:` as a prefix or `regexp:` ?
Are you using the channel adapter directly, without going through a MUX, that in turn uses the Space?
This problem doesn't happen in the OneShotChannelAdapter, I suggest you use that one instead of the contributed MK2 variant.
Probable reference: https://hibernate.atlassian.net/browse/HHH-14143
This PR needs a way to revert, via configuration, to the old behavior, just in case there's an use-case for entity expansion.
Enabled fields are shown in their respective XML elements? Why would you want to dump an interpreted version of the bitmap? When `packager-debug` is enabled, then the bitmap gets dumped...
There's a subtle problem here. If this is a new ISOMsg you are creating, and it didn't get packed already, then there would be no bitmap. I think a good...