Constantin Asofiei's activity
From 10/25/2025 to 11/23/2025
11/21/2025
- 03:48 PM Base Language Feature #3853: implement LOG-MANAGER runtime
- Tomasz Domin wrote:
> Not good thing about it that this approach requires storing all function parameters values no ... - 07:12 AM Base Language Feature #3853: implement LOG-MANAGER runtime
- Tomasz Domin wrote:
> Constantin Asofiei wrote:
> > And how would the 4GL code look like, which would produce these... - 06:10 AM Base Language Feature #3853: implement LOG-MANAGER runtime
- And how would the 4GL code look like, which would produce these logs?
Note that every call (beside some exceptions... - 03:38 AM Base Language Feature #3853: implement LOG-MANAGER runtime
- Tomasz, if you need line numbers, look into how @p2j.oo.lang.ProError.callStack@ is calculated (from the Java stacktr...
- 08:57 AM Conversion Tools Bug #10912: Cannot invoke "java.lang.Class.isAssignableFrom(java.lang.Class)" because "calleeType...
- Alex, the fix is this:...
- 06:28 AM Conversion Tools Feature #7318: prevent abend during conversion in case of failures when processing TRPL rules
- Danut, please see some changes from 9457c: @bzr status -r 16245..16270@ - there are either some commented code or abe...
11/19/2025
- 03:35 PM Base Language Feature #3853: implement LOG-MANAGER runtime
- Greg Shah wrote:
> > Is there a standard way of resolving (as a reverse lookup) of current procedure name, line and ...
11/18/2025
- 11:34 AM Database Bug #10901: BEGINS trims the rvalue if the lvalue field is first in an index
- Actually things are a little more complicated: what matters is that the field is part of the 4GL index associated wit...
- 09:52 AM Database Bug #10901: BEGINS trims the rvalue if the lvalue field is first in an index
- This test shows that if a field is part of a leading component, then it will trim the rvalue for @BEGINS@:...
- 09:45 AM Database Bug #10901 (Closed): BEGINS trims the rvalue if the lvalue field is first in an index
11/14/2025
- 06:21 AM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
- The difference is just for the error messages being reported. That is OK.
Greg, as web_apis work, then 9687c pass... - 04:58 AM Database Feature #9711: collation configuration cleanup
- I think we need a way to allow the H2's default collation and ignore completely the @embedded-collation@ for the _tem...
11/12/2025
- 06:17 AM Conversion Tools Bug #10850: getAst() usage from TRPL must be read-only
- Greg, the idea here is to mark ASTs returned by @getAst@ as read-only but only if this is a @ProgressAst@ - the other...
11/11/2025
- 05:43 AM TRPL Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Octavian, I'm looking through the code, but some things that stand out:
* there are global variables in the cfg for ...
11/10/2025
- 11:35 AM Base Language Bug #10841: model table name is used in error messages for a 'like' temp-table definition
- So the rule I think is this, for the unique validation 'already exists with' message:
* for temp-tables, no field na... - 11:01 AM Base Language Bug #10841: model table name is used in error messages for a 'like' temp-table definition
- For a temp-table defined as:...
- 10:53 AM Base Language Bug #10841 (Closed): model table name is used in error messages for a 'like' temp-table definition
- 09:50 AM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
- Tomasz Domin wrote:
> Constantin Asofiei wrote:
> > Tomasz Domin wrote:
> > > Only the last one:
> > > Error load... - 08:46 AM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
- Tomasz Domin wrote:
> Only the last one:
> Error loading WSDL document WSDLException: faultCode=PARSER_ERROR: Prob... - 06:11 AM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
- I've ran the test with the FWD server and:
* first @CONNECT@ shows this in OpenEdge:... - 03:21 AM TRPL Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Octavian, please rebase 1752a - I'll review after that.
11/07/2025
- 08:46 AM Database Bug #9950 (Review): Upgrade the metadata schema to a newer version
11/06/2025
- 02:37 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Regarding @-n -q@ for unzip: how do you know which files to overwrite and which not? For example, you already have t...
- 02:33 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Roger Borrello wrote:
> So you'd unzip and install_spawner. But it would be very application specific.
I'm OK with ...
11/05/2025
- 02:45 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- What about this: as I understand the main issue with the @deploy/@ folder is that is application-specific (like certi...
- 02:11 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Roger Borrello wrote:
> You have the Docker image locally on your machine where you are testing? Do you also have ... - 01:47 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Roger Borrello wrote:
> The @ant archive@ target can build everything required to recreate the Docker image. However... - 01:01 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Roger Borrello wrote:
> I am having some difficulty following. I know that the development aspect of Docker can be a... - 12:20 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Constantin Asofiei wrote:
> A part I don't like and it must be improved is this: for the runtime docker images we cu... - 06:59 AM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Roger, both Greg's and your notes are relevant. I'm OK with having a versatile @dbash.sh@, which uses a standard dev...
11/03/2025
- 05:23 AM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
- Tomasz, I need to try your example when connecting from OpenEdge to the FWD server. The changes look good, I just nee...
10/30/2025
- 04:29 AM Database Bug #10399: Index selection in dirty database
- Eduard Soltan wrote:
> This issue can also be rejected, as it refers to a unit test rejected from customer applicati... - 03:48 AM Base Language Bug #10391: Comparisons methods not returning the correct result in poly cases
- Alexandru: we need this in trunk if we are making a release today.
10/29/2025
- 04:55 PM Database Bug #10470 (Rejected): Wrong order of records fetching when index modification
- 03:28 PM Database Bug #10470: Wrong order of records fetching when index modification
- Teodor Gorghe wrote:
> This issue was solved by #10480?
Eduard? - 03:29 PM Base Language Feature #10467: Make READ-JSON dataset handle method able to read json files not containing the n...
- Paul: is this fixed already by other tasks?
- 01:43 PM Conversion Tools Bug #6629: incremental conversion for OpenClient proxy programs
- Danut, while we are at it: the .jast for the FWD OpenClient proxy programs is still in abl/ and not in cvt/ folder.
- 11:46 AM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
- Roger Borrello wrote:
> The container project's newer scripts that incorporate PG versions 14 to 17 strictly speakin... - 10:54 AM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
- *Roger*: where do you configure max_connections in the docker postgresql image? What is the default value?
*Ovidi... - 05:52 AM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
- Tomasz Domin wrote:
> Constantin - can you please review my changes to WebServiceImpl.java and LowLevelSocketImpl.ja... - 05:01 AM Database Bug #10560: Wrong buffer picking for ReadXml when seralization name of a buffer correspond to the...
- Teodor: please rebase 10560a.
- 05:01 AM Base Language Bug #10352: Fix READ-JSON dataset handle method's behaviour
- Teodor: please rebase 10352a.
10/28/2025
- 09:55 AM Base Language Bug #10391: Comparisons methods not returning the correct result in poly cases
- Please add history entries.
- 08:34 AM Conversion Tools Bug #6629: incremental conversion for OpenClient proxy programs
- The issue I think was that when running incremental conversion, the OpenClient proxy generation in FWD was not includ...
10/27/2025
- 10:06 AM Base Language Bug #10391 (WIP): Comparisons methods not returning the correct result in poly cases
- Paul - please work on a standalone testcase for #7143-1723 and lets discuss it.
- 09:20 AM Database Bug #10526: Progressive results don't get invalidated when buffer-copy is performed
- Eduard Soltan wrote:
> Constantin Asofiei wrote:
> > Eduard: please merge 10526a_h2 to fwd-h2 trunk.
>
> Done, i... - 08:09 AM Database Bug #10526: Progressive results don't get invalidated when buffer-copy is performed
- Eduard: please merge 10526a_h2 to fwd-h2 trunk.
- 07:44 AM Database Bug #10526: Progressive results don't get invalidated when buffer-copy is performed
- Alexandru: can we merge 10526a_h2 to fwd-h2-trunk so 10526a can upgrade the fwd-h2 rev?
- 07:35 AM Database Bug #10526: Progressive results don't get invalidated when buffer-copy is performed
- Eduard, what's the state of 10526a_h2 ? I assume this is mandatory for the original customer scenario to be solved?
- 04:45 AM Conversion Tools Bug #10469: incremental conversion when basepath is more than one folder (aka abl/foo) with #5586
- Danut, is 10469a still required? I see it was archived as dead.
Also available in: Atom