Project

General

Profile

Activity

From 10/06/2025 to 11/04/2025

11/05/2025

07:20 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
Doing all those things is almost entirely possible with the @dbash.sh@ that I have in the updated container project. ... Roger Borrello

11/04/2025

03:07 PM Base Language Bug #9906: Incorrect date parsing in FWD DATE(CHARACTER) implementation
Vladimir Tsichevski wrote:
> This change introduced a regression due to overly restrictive access to date methods (s...
Vladimir Tsichevski
02:12 PM Base Language Bug #9906: Incorrect date parsing in FWD DATE(CHARACTER) implementation
This change introduced a regression due to overly restrictive access to date methods (see #7143-1728).
I created 990...
Vladimir Tsichevski
01:40 PM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
Constantin Asofiei wrote:
> Tomasz, I need to try your example when connecting from OpenEdge to the FWD server. The ...
Tomasz Domin
12:10 PM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
Greg, let me summarize to make sure I’ve got the idea right, please let me know if this matches your vision:
* In ...
Paula Păstrăguș
07:40 AM Conversion Tools Bug #6629: incremental conversion for OpenClient proxy programs
Incremental conversion is working, I plan to cleanup the implementation and see if there are any improvements that I ... Dănuț Filimon
06:50 AM Database Support #10664: Develop a multi session test suite in harness
+ Ovidiu Alexandru Lungu
06:50 AM Database Support #10664: Develop a multi session test suite in harness
I computed some topics to look into based on recent work we've done for customers on High/Urgent priority. This list ... Alexandru Lungu
05:05 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> I will change the tests to assign a different value.
After this and ignoring the error num...
Artur Școlnic
04:38 AM Database Support #10664: Develop a multi session test suite in harness
The tests that are not running properly have this pattern:... Artur Școlnic
01:32 AM Database Support #10664: Develop a multi session test suite in harness
Eric,
For review purposes, the actual test classes are in @flushing_and_validation@ and @locking@ directories in the...
Artur Școlnic
01:28 AM Database Support #10664: Develop a multi session test suite in harness
The tests are not checked in testcases, but I uploaded them to 10664a root directory for preliminary reviews. I figur... Artur Școlnic

11/03/2025

06:51 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
Greg Shah wrote:
> This task is meant to discuss and implement the type 3 image described (only at a high level) in ...
Roger Borrello
06:10 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Since I have to move off this task, as Greg definitely wants me to move to other priorities, I wanted to show that I ... Roger Borrello
05:52 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
A little red-faced, but the some of the directory paths were incorrect leading to breakage in the starting of client ... Roger Borrello
03:54 PM Base Language Feature #3853: implement LOG-MANAGER runtime
Greg
While working on ABLUnit tests for LOG-MANAGER I had a major problem with resetting LOG-MANAGER state to defaul...
Tomasz Domin
12:26 PM Database Support #10664: Develop a multi session test suite in harness
Are the tests checked in? Eric/Alex should do a code review on the tests. Greg Shah
11:13 AM Database Support #10664: Develop a multi session test suite in harness
I finished the locking tests, here is what they include:
* Lock type: no-lock, share-lock, exclusive-lock / no-wait
...
Artur Școlnic
10:55 AM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Delia Mitric wrote:
> Vladimir, I've fixed what you wrote in #10736-24 in *rev. 16232*.
> Please review it. Thank y...
Vladimir Tsichevski
04:05 AM User Interface Bug #10736 (Review): Deleting a character from the editable field of a COMBO-BOX generates VALUE...
Vladimir, I've fixed what you wrote in #10736-24 in *rev. 16232*.
Please review it. Thank you!
Delia Mitric
02:45 AM User Interface Bug #10736 (WIP): Deleting a character from the editable field of a COMBO-BOX generates VALUE-CH...
Delia Mitric
10:19 AM User Interface Bug #10808: COMBO-BOX entry GUI mode: Issues when containing only spaces
* Launch the example application from ticket @#10736-1@ in GUI mode.
* Type in some spaces into the COMBO-BOX entry....
Vladimir Tsichevski
10:14 AM User Interface Bug #10808 (New): COMBO-BOX entry GUI mode: Issues when containing only spaces
Vladimir Tsichevski
07:59 AM User Interface Bug #10807: COMBO-BOX DELETE-CHARACTER Crash in GUI Mode
*Scenario*
# Run the example from #10736-1 in GUI mode.
# Insert spaces into the COMBO-BOX entry, optionally move...
Vladimir Tsichevski
07:55 AM User Interface Bug #10807 (New): COMBO-BOX DELETE-CHARACTER Crash in GUI Mode
Vladimir Tsichevski
07:58 AM User Interface Feature #4837: Add javascript keyboard test application for the virtual desktop
This functionality is already implemented in the trunk although the look and feel obviously should be improved. Sergey Ivanovskiy
07:50 AM Conversion Tools Bug #6629: incremental conversion for OpenClient proxy programs
Dănuț Filimon wrote:
> I looked over the REST operations, procedures and internal procedures are used and some of th...
Dănuț Filimon
07:35 AM Conversion Tools Bug #6629: incremental conversion for OpenClient proxy programs
I looked over the REST operations, procedures and internal procedures are used and some of them only have their name ... Dănuț Filimon
07:45 AM User Interface Bug #10236: Side label for a widget isn't displayed when parent frame is defined using n DOWN, ...
Can we proceed by changing the status to Internal Test? Delia Mitric
05:23 AM Database Bug #10806: Presort queries can sometimes dynamically find records created after opening the query
Part of #10737, I discovered that BY clause index overlapping resolution is influenced by WHERE clause. This happens ... Alexandru Lungu
05:13 AM Database Bug #10806 (New): Presort queries can sometimes dynamically find records created after opening th...
Alexandru Lungu
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... Constantin Asofiei
02:21 AM User Interface Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Vladimir Tsichevski wrote:
> Code Review 10791a, Revision 16253
>
> *EntryFieldGuiImpl*
>
> Update the copyrig...
Delia Mitric
07:30 PM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
We must replace our @AnnotatedAst@ class with a new implementation that does not derive from @antlr.CommonAST@. In A... Greg Shah
07:13 PM Conversion Tools Feature #10804 (Review): create replacement AST implementation for use with ANTLR 4
Greg Shah
07:21 PM Conversion Tools Feature #1757: update ANTLR to latest version
We will continue to discuss and consider this issue of how we handle the IDE (from the parse tree or the AST...) but ... Greg Shah
07:10 PM Conversion Tools Feature #1757: update ANTLR to latest version
> If we compare the two images, we can see that the tree generated by ANTLR v4 is deeper (depth 4) and more detailed ... Greg Shah
07:00 PM Conversion Tools Feature #1757: update ANTLR to latest version
Alexandru Lungu wrote:
> > the adapter will simply take the ANTLR 4 parse tree and convert it into the annotated AST...
Greg Shah

11/02/2025

06:45 PM Conversion Tools Feature #1757: update ANTLR to latest version
Let me provide some additional context about our work here.
1. Our requirements will likely be set by the 4GL pr...
Greg Shah
05:10 PM Conversion Tools Feature #1757: update ANTLR to latest version
> I had an in-depth discussion with Alex,
I appreciate this, but please note that I am leading this effort directl...
Greg Shah

11/01/2025

06:08 PM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Delia Mitric wrote:
> Created #10791 for the issues related to @DOWN@ and @UP@ events.
>
> ---
>
> I've commit...
Vladimir Tsichevski
04:59 PM User Interface Bug #10801: COMBO-BOX issues
*@?@ Input at Leftmost Caret*
In the COMBO-BOX demo app (see #10791-1), when the caret is at the leftmost position...
Vladimir Tsichevski
04:57 PM User Interface Bug #10801: COMBO-BOX issues
*Combo FILL-IN Spaces*
In the COMBO-BOX demo app (see #10791-1), when starting, the *FILL-IN* part of the combo:
...
Vladimir Tsichevski
04:55 PM User Interface Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Code Review 10791a, Revision 16253
*EntryFieldGuiImpl*
Update the copyright message years to 2015–2025.
The ...
Vladimir Tsichevski

10/31/2025

03:15 PM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
>
> It seems the rules are:
> 1. If a test does database operations committed or not, a tran...
Tomasz Domin
07:38 AM Database Support #10664: Develop a multi session test suite in harness
Greg Shah wrote:
> Sorry, I still need to catch up here. Are you saying that in OE, the ABLUnit test code in #10664...
Artur Școlnic
07:30 AM Database Support #10664: Develop a multi session test suite in harness
Sorry, I still need to catch up here. Are you saying that in OE, the ABLUnit test code in #10664-86 fails to compile... Greg Shah
07:19 AM Database Support #10664: Develop a multi session test suite in harness
... Artur Școlnic
06:28 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Tomasz Domin wrote:
> > Dont we need tests running on level 0 ? Or test when we control when...
Tomasz Domin
06:26 AM Database Support #10664: Develop a multi session test suite in harness
Tomasz Domin wrote:
> Dont we need tests running on level 0 ? Or test when we control when level 1 is entered ?
> ...
Artur Școlnic
06:21 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Tomasz Domin wrote:
> > I meant something different - if starting a test case implicitly sta...
Tomasz Domin
06:20 AM Database Support #10664: Develop a multi session test suite in harness
Tomasz Domin wrote:
> I meant something different - if starting a test case implicitly starts transaction we can onl...
Artur Școlnic
06:12 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Maybe I am not explaining myself clear, this is what fails:
> [...]
> This doesn't even mak...
Tomasz Domin
05:42 AM Database Support #10664: Develop a multi session test suite in harness
Maybe I am not explaining myself clear, this is what fails:... Artur Școlnic
05:39 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Tomasz Domin wrote:
> > Isnt each ABLUnit test case started within an implicit transaction a...
Tomasz Domin
05:28 AM Database Support #10664: Develop a multi session test suite in harness
Tomasz Domin wrote:
> Isnt each ABLUnit test case started within an implicit transaction already ?
AFAIK yes, but...
Artur Școlnic
05:26 AM Database Support #10664: Develop a multi session test suite in harness
Tomasz Domin wrote:
> Possible solution is moving subtransaction into a sub-procedure. But that would make tests har...
Artur Școlnic
05:25 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> In a simple program, constructs like:
> [...]
> are perfectly legal and cause no trouble.
...
Tomasz Domin
05:22 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> From my investigation, this is not a true warning and cannot be suppressed with @SESSION:SUPP...
Tomasz Domin
03:21 AM Database Support #10664: Develop a multi session test suite in harness
In a simple program, constructs like:... Artur Școlnic
08:37 PM Database Support #10664: Develop a multi session test suite in harness
> there were some hard limits with abl unit and nested explicit transactions
Please provide more details. What ar...
Greg Shah
10:20 AM Conversion Tools Feature #1757: update ANTLR to latest version
Alex, I used the expression *2 + 3 * 4* to generate a simple AST and a ParseTree using ANTLR v2 and ANTLR v4:
!ant...
Paula Păstrăguș
09:01 AM Conversion Tools Feature #1757: update ANTLR to latest version
Paula Păstrăguș wrote:
> We’ll also need to evaluate how this affects performance. While I would expect ANTLR 4 to b...
Ovidiu Maxiniuc
06:37 AM Conversion Tools Feature #1757: update ANTLR to latest version
> the adapter will simply take the ANTLR 4 parse tree and convert it into the annotated AST format expected by our cu... Alexandru Lungu
06:29 AM Conversion Tools Feature #1757: update ANTLR to latest version
I had an in-depth discussion with Alex, and we agreed to start working on upgrading @ANTLR 2@ to @ANTLR 4@. For now, ... Paula Păstrăguș
10:05 AM Conversion Tools Bug #6629: incremental conversion for OpenClient proxy programs
I've got an implementation down for *.xpxg. Sorry Constantin, but I could not use your idea as I could not get the ri... Dănuț Filimon
08:37 AM User Interface Bug #10791 (Review): DOWN and UP events in a simple COMBO-BOX don't select the list item correctl...

Modified the @ComboBoxGuiImpl.entryFieldChanged@. If the value wrote in the entry field matches the first item from...
Delia Mitric
06:27 AM User Interface Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
I think we need to modify when the selection is cleared for a @ScrollableSelectionListGuiImpl@ list in @EntryFieldGui... Delia Mitric
02:49 AM User Interface Bug #10791 (WIP): DOWN and UP events in a simple COMBO-BOX don't select the list item correctly e...
Sorry, tested again and found a case that doesn't work as expected with the committed modifications.
I'll continue t...
Delia Mitric
02:30 AM User Interface Bug #10791 (Review): DOWN and UP events in a simple COMBO-BOX don't select the list item correctl...
I committed a fix for #10791-1 and #10791-6 issues to *10791a branch rev. 16251*.
*Vladimir*, please review. Than...
Delia Mitric
08:42 PM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
I don't have an issue with changing @fwd_create_pg_cluster.sh@. I'm saying we need other changes too, to deal with th... Greg Shah

10/30/2025

06:03 PM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
Constantin Asofiei wrote:
> There are some examples in old testcases @uast/web_services/wsdl_test*.p@ programs, but ...
Tomasz Domin
02:31 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> I can actually run that from the command line (as sudo) but I don't actually see it fork o...
Sergey Ivanovskiy
01:06 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> launches the process of the spawn program and then the spawn program launches java config...
Roger Borrello
11:45 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> What code actually forks the spawner? What is the last place I can step to before we get to ...
Sergey Ivanovskiy
11:30 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
What code actually forks the spawner? What is the last place I can step to before we get to the JNI? Roger Borrello
11:28 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Eugenie Lyzenko wrote:
> Try to use this version: @openjdk version "17.0.16" 2025-07-15@ but *not* later/newer.
Tha...
Roger Borrello
09:38 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> Eugenie Lyzenko wrote:
> > Roger Borrello wrote:
> > > That still results in "The spawn pr...
Eugenie Lyzenko
09:31 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> I can just add my observation that for JDK 17 I cannot start the web client remotely via ...
Roger Borrello
09:28 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Eugenie Lyzenko wrote:
> Roger Borrello wrote:
> > That still results in "The spawn process failed with 0 error. Pl...
Roger Borrello
03:31 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I can just add my observation that for JDK 17 I cannot start the web client remotely via broker client, but I did not... Sergey Ivanovskiy
09:27 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> That still results in "The spawn process failed with 0 error. Please see spawner logs." What...
Eugenie Lyzenko
09:15 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
That still results in "The spawn process failed with 0 error. Please see spawner logs." What are the spawner logging ... Roger Borrello
08:56 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> Something is just not working in my world. I cannot get hotel_gui to spawn a client. I start...
Eugenie Lyzenko
08:46 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Something is just not working in my world. I cannot get hotel_gui to spawn a client. I started from the beginning on ... Roger Borrello
10:23 AM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
Greg Shah wrote:
> Roger Borrello wrote:
> > Greg Shah wrote:
> > > As Constantin noted, we also need to be able t...
Roger Borrello
04:24 AM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
Roger Borrello wrote:
> Greg Shah wrote:
> > As Constantin noted, we also need to be able to configure this as part...
Greg Shah
08:58 PM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
Greg Shah wrote:
> As Constantin noted, we also need to be able to configure this as part of the project json file, ...
Roger Borrello
08:02 PM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
As Constantin noted, we also need to be able to configure this as part of the project json file, since it affects cfg... Greg Shah
09:49 AM Base Language Bug #10391 (Test): Comparisons methods not returning the correct result in poly cases
Branch *10391b* was merged into trunk as rev. *16254* and archived. Paul Bodale
09:39 AM Base Language Bug #10391 (Merge Pending): Comparisons methods not returning the correct result in poly cases
Please merge 10391b to trunk now. Alexandru Lungu
09:37 AM Base Language Bug #10391: Comparisons methods not returning the correct result in poly cases
Șerban Bursuc wrote:
> Alexandru Lungu wrote:
> > Serban, can you confirm that 10391b is fixing the OG issue in the...
Paul Bodale
09:34 AM Base Language Bug #10391: Comparisons methods not returning the correct result in poly cases
Alexandru Lungu wrote:
> Serban, can you confirm that 10391b is fixing the OG issue in the customer application?
...
Șerban Bursuc
09:22 AM Base Language Bug #10391: Comparisons methods not returning the correct result in poly cases
Serban, can you confirm that 10391b is fixing the OG issue in the customer application? Alexandru Lungu
04:27 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.
I will be doing a delivery today. Please focu...
Alexandru Lungu
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. Constantin Asofiei
09:09 AM User Interface Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Vladimir Tsichevski wrote:
> Several team members are currently working on COMBO-BOX issues. To improve coordinati...
Delia Mitric
08:38 AM User Interface Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Delia Mitric wrote:
> I think I found another difference between FWD and Progress when an item from the list is sele...
Vladimir Tsichevski
05:40 AM User Interface Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
I think I found another difference between FWD and Progress when an item from the list is selected based on the entry... Delia Mitric
09:07 AM User Interface Bug #10801: COMBO-BOX issues
Please add the related @COMBO-BOX@ issues here :). Delia Mitric
09:04 AM User Interface Bug #10801: COMBO-BOX issues
Vladimir suggested in #10791-7 to create a central hub task to improve coordination between issues which imply @COMBO... Delia Mitric
09:03 AM User Interface Bug #10801 (New): COMBO-BOX issues
Delia Mitric
08:49 AM Database Support #10664: Develop a multi session test suite in harness
I have to mention an issue I was having in case anybody else encounters it.
If an abl unit class has all capital let...
Artur Școlnic
08:41 AM Database Support #10664: Develop a multi session test suite in harness
I solved all the issues with @flushing_and_validation@ tests, there were some hard limits with abl unit and nested ex... Artur Școlnic
05:34 AM Conversion Tools Bug #6629: incremental conversion for OpenClient proxy programs
Constantin Asofiei wrote:
> Danut, while we are at it: the .jast for the FWD OpenClient proxy programs is still in a...
Dănuț Filimon
04:45 AM Base Language Feature #10467: Make READ-JSON dataset handle method able to read json files not containing the n...
I tested with both trunk and 9457c again today and no. Paul Bodale
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...
Constantin Asofiei
04:28 AM Database Bug #10399: Index selection in dirty database
This issue can also be rejected, as it refers to a unit test rejected from customer application. Eduard Soltan
04:25 AM Conversion Tools Bug #10784: FWD Analytics - Visualize Call Graph can't be used due to broken file paths
Octavian Adrian Gavril wrote:
> I found as a quick fix that
Clever. Let's consider this a temporary workaround.
Greg Shah
03:28 AM Conversion Tools Bug #10784: FWD Analytics - Visualize Call Graph can't be used due to broken file paths
I found as a quick fix that we can change in @p2j.cfg.xml@ the @basepath@ from @"./abl"@ into @"${P2J_HOME}/abl"@ *af... Octavian Adrian Gavril

10/29/2025

04:55 PM Database Bug #10470 (Rejected): Wrong order of records fetching when index modification
Constantin Asofiei
04:50 PM Database Bug #10470: Wrong order of records fetching when index modification
Teodor Gorghe wrote:
> This issue was solved by #10480?
This issue can be rejected or closed. The test I was inve...
Eduard Soltan
03:28 PM Database Bug #10470: Wrong order of records fetching when index modification
Teodor Gorghe wrote:
> This issue was solved by #10480?
Eduard?
Constantin Asofiei
04:43 PM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
Updated #10722-8... default is 100 connections Roger Borrello
04:37 PM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
I am adding a @--max-connections VALUE@ option (defaults to 100) to the @fwd_create_pg_cluster.sh@ script. This scrip... Roger Borrello
01:22 PM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
For MS SQL Server, the number of maximum connections can be obtained using:... Ovidiu Maxiniuc
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...
Constantin Asofiei
11:42 AM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
The container project's newer scripts that incorporate PG versions 14 to 17 strictly speaking do not allow you to con... Roger Borrello
11:16 AM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
Constantin Asofiei wrote:
> *Roger*: where do you configure max_connections in the docker postgresql image? What is...
Roger Borrello
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...
Constantin Asofiei
04:42 PM Database Feature #10491: Tool to standardize PG cluster creation
I have a proposed change so that @max_connections@ can be updated from the default of 100. It would involve adding @-... Roger Borrello
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? Constantin Asofiei
03:12 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> Roger Borrello wrote:
> > Was the copy/paste of the URL the "onetime setup" you are refe...
Roger Borrello
03:02 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> Sergey Ivanovskiy wrote:
> > All these indicate that you have correct setup and the softwar...
Sergey Ivanovskiy
02:52 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Otherwise you should have a valid root certificate and then sign all generated certificates with this root certificate. Sergey Ivanovskiy
02:43 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> Was the copy/paste of the URL the "onetime setup" you are referring to?
Yes.
Sergey Ivanovskiy
01:41 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Was the copy/paste of the URL the "onetime setup" you are referring to? Roger Borrello
01:33 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> All these indicate that you have correct setup and the software work as expected. Now ple...
Roger Borrello
01:16 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
All these indicate that you have correct setup and the software work as expected. Now please look at the video that I... Sergey Ivanovskiy
01:11 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Actually, when I changed the @remote:agent:host@ from "localhost" to "fwddev2", I no longer get the class not found e... Roger Borrello
12:59 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I copied your store files into my deploy directory, and moved your keys and certificates into my bootstrap xml and di... Roger Borrello
10:54 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> Sergey Ivanovskiy wrote:
> > Roger, did you get hotel_gui.zip? Could this archive be remove...
Sergey Ivanovskiy
10:34 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> Roger, did you get hotel_gui.zip? Could this archive be removed? You should have @client@...
Roger Borrello
10:06 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger, did you get hotel_gui.zip? Could this archive be removed? You should have @client@ directory.
Updated: remove...
Sergey Ivanovskiy
09:39 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> Yes, please download from the Google Disk https://drive.google.com/file/d/1G3ijoQXwOUlcOW...
Roger Borrello
09:20 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Yes, please download from the Google Disk https://drive.google.com/file/d/1G3ijoQXwOUlcOW4zlWl8DHIdtWHmdtB0/view?usp=... Sergey Ivanovskiy
09:07 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey, can you post your zipped up @deploy/server@ and @deploy/broker@ directories? Roger Borrello
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. Constantin Asofiei
11:04 AM Conversion Tools Bug #6629: incremental conversion for OpenClient proxy programs
> Greg, should soap/rest/web/proxy files be checked right at the start of the conversion or should we wait until the ... Greg Shah
10:31 AM Conversion Tools Bug #6629: incremental conversion for OpenClient proxy programs
Greg, should soap/rest/web/proxy files be checked right at the start of the conversion or should we wait until the la... Dănuț Filimon
09:44 AM Conversion Tools Bug #6629: incremental conversion for OpenClient proxy programs
ServiceSupport.resolveRestConfiguration for REST, resolveWebHandlers for WEB, initialize for SOAP. Those 3 will have ... Dănuț Filimon
08:50 AM Conversion Tools Bug #6629: incremental conversion for OpenClient proxy programs
There's @resolveProxyProgramsConfiguration()@ method that is called in @middle()@ when initializing a @ServiceSupport... Dănuț Filimon
09:57 AM User Interface Bug #10236: Side label for a widget isn't displayed when parent frame is defined using n DOWN, ...
Sure :)
Committed rev. *16250*
Delia Mitric
09:52 AM User Interface Bug #10236: Side label for a widget isn't displayed when parent frame is defined using n DOWN, ...
Code review 10236a. The change looks ok to me. Just please remove the TODO, it is redundant now. Hynek Cihlar
04:31 AM User Interface Bug #10236 (Review): Side label for a widget isn't displayed when parent frame is defined using ...
I've committed a fix for this issue to *10236a rev. 16249*
Modified @Frame.drawDownFrame()@ in order to draw the lab...
Delia Mitric
09:26 AM User Interface Bug #10695 (WIP): Editor Replace function throws ArrayIndexOutOfBoundsException
Razvan-Nicolae Chichirau
08:37 AM User Interface Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Delia Mitric wrote:
> I've noticed that in FWD, if we write something (different from the first list item) in the en...
Delia Mitric
06:54 AM User Interface Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
I've noticed that in FWD, if we write something (different from the first list item) in the entry field and press @DO... Delia Mitric
05:42 AM User Interface Bug #10791 (WIP): DOWN and UP events in a simple COMBO-BOX don't select the list item correctly e...
Delia Mitric
05:27 AM User Interface Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Like Vladimir wrote in #10736-11, the issues are these:
* When the user types a value and then switches to the lis...
Delia Mitric
05:25 AM User Interface Bug #10791 (Test): DOWN and UP events in a simple COMBO-BOX don't select the list item correctly ...
Delia Mitric
07:03 AM Conversion Tools Bug #10569 (WIP): Semicolon is skipped while preprocessing
I'll switch this back to WIP so that we know I'm back to digging. Radu Apetrii
05:53 AM Conversion Tools Feature #7180 (Review): create a centralized manager for the conversion list and per-file/project...
Committed *7180a/16273*. Moved getPathToConversionFolderPojoFromDmo() to the ArtifactManager.
7180a/16267 - 16273 ...
Dănuț Filimon
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...
Constantin Asofiei
05:42 AM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Created #10791 for the issues related to @DOWN@ and @UP@ events.
---
I've committed to *10736a rev. 16231* a fi...
Delia Mitric
05:23 AM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Ok :)
I'll treat the first issue (with the *unknown* screen-value) here because it is trivial, but I'll create a sep...
Delia Mitric
05:14 AM Database Bug #10560: Wrong buffer picking for ReadXml when seralization name of a buffer correspond to the...
Rebased task branch *10560a* to trunk revision *16250*. Teodor Gorghe
05:01 AM Database Bug #10560: Wrong buffer picking for ReadXml when seralization name of a buffer correspond to the...
Teodor: please rebase 10560a. Constantin Asofiei
05:11 AM Base Language Bug #10352: Fix READ-JSON dataset handle method's behaviour
Rebased *10352a* to trunk revision *16250*. Teodor Gorghe
05:01 AM Base Language Bug #10352: Fix READ-JSON dataset handle method's behaviour
Teodor: please rebase 10352a. Constantin Asofiei

10/28/2025

05:06 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> I do not know if this is the issue but generated passwords can have symbols that are not ...
Roger Borrello
04:56 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I do not know if this is the issue but generated passwords can have symbols that are not permitted for xml and should... Sergey Ivanovskiy
04:45 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Still, the broker cannot connect. The log things it is tampered with. I am retrieving from the GenCert output the val... Roger Borrello
04:30 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> Getting things going again is proving much more difficult than I'd like :-(. I was getting i...
Roger Borrello
12:34 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I have only an idea to reset root CA by @Re-use the root CA currently in the directory (yes/no): no@. Sergey Ivanovskiy
11:56 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Getting things going again is proving much more difficult than I'd like :-(. I was getting improper certificate from ... Roger Borrello
09:40 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> Roger, my warmest congratulations on your great anniversary!
Thank you! A previous co-...
Roger Borrello
09:33 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger, my warmest congratulations on your great anniversary! Sergey Ivanovskiy
09:20 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> Rebased 9709b and added missed history rev. 16251.
I am back from my 60th birthday wee...
Roger Borrello
12:40 PM Conversion Tools Bug #6629: incremental conversion for OpenClient proxy programs
Dănuț Filimon wrote:
> Constantin Asofiei wrote:
> > Otherwise, a question: if there are changes in the SOAP, REST,...
Greg Shah
10:41 AM Conversion Tools Bug #6629: incremental conversion for OpenClient proxy programs
Constantin Asofiei wrote:
> Otherwise, a question: if there are changes in the SOAP, REST, web or proxy/.xpxg resour...
Dănuț Filimon
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... Constantin Asofiei
08:06 AM Conversion Tools Bug #6629: incremental conversion for OpenClient proxy programs
Dănuț Filimon wrote:
> I got the open_client_example project from Constantin and did a simple test. After conversion...
Dănuț Filimon
06:24 AM Conversion Tools Bug #6629 (WIP): incremental conversion for OpenClient proxy programs
I got the open_client_example project from Constantin and did a simple test. After conversion, I modified @./abl/subt... Dănuț Filimon
10:07 AM Base Language Bug #10391: Comparisons methods not returning the correct result in poly cases
Constantin Asofiei wrote:
> Please add history entries.
Sorry for that. Committed rev *16252* on branch *10391b*....
Paul Bodale
09:57 AM Base Language Bug #10391: Comparisons methods not returning the correct result in poly cases
+Eugenie
Paul: Please update [[regression:Open Regressions in FWD v4]] to add a entry for this issue.
Greg Shah
09:55 AM Base Language Bug #10391: Comparisons methods not returning the correct result in poly cases
Please add history entries. Constantin Asofiei
09:53 AM Base Language Bug #10391 (Review): Comparisons methods not returning the correct result in poly cases
Created task branch *10391b* and committed rev. *16251* that fixes the regression found in #7143-1723 Paul Bodale
07:25 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
Dănuț Filimon wrote:
> Dănuț Filimon wrote:
> > * @error: neutralMillisToCalendar(long,TimeZone) has private access...
Dănuț Filimon
05:37 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
Dănuț Filimon wrote:
> * @error: neutralMillisToCalendar(long,TimeZone) has private access in date@
> * @error: jul...
Dănuț Filimon
05:31 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
I converted ChUI and the conversion passed, but the compile phase failed with errors and warnings like:
* @warning: ...
Dănuț Filimon
07:15 AM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Delia Mitric wrote:
> So, Vladimir, does this mean that the status can be changed to *Internal Test*? (I saw that yo...
Vladimir Tsichevski
02:57 AM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
So, Vladimir, does this mean that the status can be changed to *Internal Test*? (I saw that you changed the *Done* pe... Delia Mitric
04:18 AM User Interface Bug #10786 (New): Common websocket parameters for the web client are not validated
Sergey Ivanovskiy
03:52 AM User Interface Bug #10785: DIALOG-BOX height is not computed right
This task represents defered work from #9676. Some changes have been done in task branch *9676b*, but they did not re... Andrei Iacob
03:24 AM User Interface Bug #10785 (New): DIALOG-BOX height is not computed right
Andrei Iacob
03:25 AM Conversion Tools Bug #10784: FWD Analytics - Visualize Call Graph can't be used due to broken file paths
I attached the log that described the issue:
{{Collapse(report-server.log)...
Octavian Adrian Gavril
03:20 AM Conversion Tools Bug #10784 (Test): FWD Analytics - Visualize Call Graph can't be used due to broken file paths
Octavian Adrian Gavril

10/27/2025

07:33 PM User Interface Bug #7166: TREEVIEW and TREELIST drag and drop is broken
All the @TREELIST@ DnD known issues are covered in #10532.
And, from the discussion above, I gather there is no is...
Vladimir Tsichevski
06:35 PM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
Rebased *9687c* to *trunk* revision *16246*.
Tested features - all works correctly:
* hotel_gui
** virtual deskt...
Tomasz Domin
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. Constantin Asofiei
09:39 AM Database Bug #9633 (WIP): bulk delete for permanent tables
Branch 9633a was rebased with trunk/16246, current revision is 16248. I'm handing this over to Stefanel, I'll walk hi... Andrei Iacob
09:27 AM Database Bug #10526: Progressive results don't get invalidated when buffer-copy is performed
Constantin Asofiei wrote:
>
> For now, please upgrade build.gradle to 1.63 in 10526a.
Sure. In rev. 16151.
Eduard Soltan
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...
Constantin Asofiei
09:06 AM Database Bug #10526: Progressive results don't get invalidated when buffer-copy is performed
Constantin Asofiei wrote:
> Eduard: please merge 10526a_h2 to fwd-h2 trunk.
Done, is there a task for notificatio...
Eduard Soltan
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. Constantin Asofiei
07:57 AM Database Bug #10526: Progressive results don't get invalidated when buffer-copy is performed
Constantin Asofiei wrote:
> Alexandru: can we merge 10526a_h2 to fwd-h2-trunk so 10526a can upgrade the fwd-h2 rev?
...
Alexandru Lungu
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? Constantin Asofiei
07:37 AM Database Bug #10526: Progressive results don't get invalidated when buffer-copy is performed
Constantin Asofiei wrote:
> Eduard, what's the state of 10526a_h2 ? I assume this is mandatory for the original cus...
Eduard Soltan
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? Constantin Asofiei
08:38 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
A few issues I found while testing hotel:
* All artifacts were created as BaseArtifact, there's a few places that re...
Dănuț Filimon
04:46 AM Conversion Tools Bug #10469: incremental conversion when basepath is more than one folder (aka abl/foo) with #5586
Constantin Asofiei wrote:
> Danut, is 10469a still required? I see it was archived as dead.
The fix from 10469a ...
Dănuț Filimon
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. Constantin Asofiei
04:41 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Rebased 9709b and added missed history rev. 16251. Sergey Ivanovskiy
04:21 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> With Java 8 and Chrome using self-signed certificates does not work from the box, so it n...
Sergey Ivanovskiy

10/24/2025

02:41 PM Database Feature #4369: implement stateless FWD server clustering
I have been going through the classes that update the metadata tables. Here are my findings. Both @UserTableStatUpdat... Andrei Plugaru
11:32 AM Documentation Support #9709 (Review): Needed: Basic example of configuring separate client and server
So I should postpone this task because the current changes rev 16228 (9709b) is enough to perform remote spawn. The c... Sergey Ivanovskiy
11:07 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> With Java 8 and Chrome using self-signed certificates does not work from the box, so it n...
Sergey Ivanovskiy
10:55 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
It seems it is important to use valid certificates in order that the spawned remotely web clients work out of the box. Sergey Ivanovskiy
10:50 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
With Java 8 and Chrome using self-signed certificates does not work from the box, so it needs to add exceptions and p... Sergey Ivanovskiy
10:47 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
For openjdk version "1.8.0_462" the broker spawns the web client successfully. So for openjdk version "17.0.16" 2025-... Sergey Ivanovskiy
08:47 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I tested rev 16228 (9709b) in this environment ubuntu-24.04.2 and openjdk version "17.0.16" 2025-07-15, where broker ... Sergey Ivanovskiy
08:38 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
Rebased *7180a* to latest *trunk/16242*, the branch is now at revision *16270*.
Committed *7180a/16271* to make 71...
Dănuț Filimon
07:15 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
Committed *7180a/16247-16248*. Removed remaining Configuration dependencies from the ArtifactManager. (refs: #7180)
...
Dănuț Filimon
04:38 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
Dănuț Filimon wrote:
> The only issue left is with removing Configuration from the AM and testing.
I have two opt...
Dănuț Filimon
08:06 AM Base Language Bug #4766: fix CHR and ASC
That is a fair point, Ovidiu. I've been thinking about a similar solution. As you note, we would not want to change... Greg Shah
07:57 AM Database Bug #10776: FFC.touch standing out in profiling
In a test for #10737, I am running 4 concurrent REST calls 100.000 times. Nearly 20% of the time across all sessions ... Alexandru Lungu
07:53 AM Database Bug #10776 (Pending): FFC.touch standing out in profiling
Alexandru Lungu
06:59 AM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Delia Mitric wrote:
> *Vladimir*, what do you think?
In my opinion, using an artificial @CLEAR@ event to empty ...
Vladimir Tsichevski
06:44 AM User Interface Bug #10736 (Review): Deleting a character from the editable field of a COMBO-BOX generates VALUE...
Here is the initial patch for the proposed solution:
{{collapse...
Delia Mitric
04:03 AM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
An idea to solve this is to "mark" by using a flag in @EntryFieldGuiImpl@ class when in @processKeyevent@ "arrives" a... Delia Mitric
03:54 AM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Some conclusions after more debugging:
With *trunk*, for a @CLEAR@ event generated by selected text in entry field a...
Delia Mitric
01:06 AM Database Bug #10390: FIND FIRST buffer field change does not propagate into the next FIRST FIRST statements.
Yes, there are 2 unit tests that suffers this issue, but I have didn't considered this high priority to be in trunk b... Teodor Gorghe

10/23/2025

07:05 PM Database Feature #4369: implement stateless FWD server clustering
> Truth is, I'm not convinced a purely just-in-time implementation of the metadata is the right thing here. At least,... Greg Shah
05:41 PM Database Feature #4369: implement stateless FWD server clustering
Greg Shah wrote:
> > Greg, regarding the idea to move the refactoring of the metadata support to another task(as mot...
Eric Faulhaber
06:56 AM Database Feature #4369: implement stateless FWD server clustering
> Greg, regarding the idea to move the refactoring of the metadata support to another task(as motivated in #4369-48),... Greg Shah
06:39 AM Database Feature #4369: implement stateless FWD server clustering
Greg, regarding the idea to move the refactoring of the metadata support to another task(as motivated in #4369-48), d... Andrei Plugaru
05:05 AM Database Feature #4369: implement stateless FWD server clustering
> The conclusion is that from the list above I don't see any cache that would really need synchronization between ser... Greg Shah
04:53 AM Database Feature #4369: implement stateless FWD server clustering
I have been going through all the caches I have found in FWD in order to understand if they need synchronization:
# ...
Andrei Plugaru
04:41 PM Base Language Bug #4766: fix CHR and ASC
Delia Mitric wrote:
> Sure, here is an example:
> [...]
This is very interesting. It shows how OE will use the mem...
Ovidiu Maxiniuc
07:50 AM Base Language Bug #4766: fix CHR and ASC
Greg Shah wrote:
> Don't we already handle this conversion in the @Stream@ and subclasses?
As I've noticed, the...
Delia Mitric
02:49 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> Install the base Ubuntu OS from the Live ISO: @ubuntu-24.04.2-live-server-amd64.iso@
>
> ...
Sergey Ivanovskiy
08:00 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger, could you test with your environment rev 16228 (9709b)? I have not installed FWD on the virtual machine yet, b... Sergey Ivanovskiy
03:38 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
> I also want to get the certificate requirements for adding the broker to the configuration settled... starting with... Sergey Ivanovskiy
03:35 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
No, #10766 is not related. In this task I should fix parameters issue so that all target parameters would be delivere... Sergey Ivanovskiy
12:56 PM Base Language Bug #9906 (Closed): Incorrect date parsing in FWD DATE(CHARACTER) implementation
Hynek Cihlar
12:37 PM Base Language Bug #9906: Incorrect date parsing in FWD DATE(CHARACTER) implementation
Hynek Cihlar wrote:
> Please merge 9906a to trunk.
Merged as rev. 16241
Vladimir Tsichevski
11:11 AM Base Language Bug #9906 (Merge Pending): Incorrect date parsing in FWD DATE(CHARACTER) implementation
Please merge 9906a to trunk. Hynek Cihlar
12:54 PM Database Bug #10590 (Test): Indices are not taken from the model temp-table
10590a was merged into trunk and archived. Eduard Soltan
11:33 AM Database Bug #10590 (Merge Pending): Indices are not taken from the model temp-table
Eduard, please merge after 9906a Constantin Asofiei
11:48 AM Database Bug #10390: FIND FIRST buffer field change does not propagate into the next FIRST FIRST statements.
Teodor, is this an issue with the #9457 customer app? Constantin Asofiei
10:01 AM Base Language Feature #9955 (Test): Implement ClientPrincipal:TENANT-ID and ClientPrincipal:TENANT-NAME
Branch 9955a was merged to trunk rev. 16239 and archived. Ovidiu Maxiniuc
08:00 AM Base Language Feature #9955 (Merge Pending): Implement ClientPrincipal:TENANT-ID and ClientPrincipal:TENANT-NAME
This can be merged after 10542a. Constantin Asofiei
09:49 AM Conversion Tools Bug #4867 (Review): Incremental conversion: change detection algorithm ignores .hints and .ext-hi...
Committed *4867a/16236*. hints and ext-hints files should trigger changes during incremental conversion.
Greg, ple...
Dănuț Filimon
07:42 AM Conversion Tools Bug #4867: Incremental conversion: change detection algorithm ignores .hints and .ext-hints files
I found https://proj.goldencode.com/projects/p2j/wiki/Chapter_12_Conversion_Hints for reference. Dănuț Filimon
07:40 AM Conversion Tools Bug #4867 (WIP): Incremental conversion: change detection algorithm ignores .hints and .ext-hints...
... Dănuț Filimon
09:45 AM Database Bug #10542 (Test): Write trigger called when multiple buffers reference the same record
10542a, was merged to trunk rev. 16238 and archived. Eduard Soltan
08:00 AM Database Bug #10542 (Merge Pending): Write trigger called when multiple buffers reference the same record
This can be merged after 10501a Constantin Asofiei
09:36 AM Database Bug #10480 (Test): Wrong sort criteria in FOR LAST when index has desc component
Eduard Soltan
09:35 AM Database Bug #10480: Wrong sort criteria in FOR LAST when index has desc component
1480a was merged to trunk rev. 16235 and archived. Eduard Soltan
07:59 AM Database Bug #10480 (Merge Pending): Wrong sort criteria in FOR LAST when index has desc component
This can be merged after 10417a Constantin Asofiei
08:48 AM Base Language Bug #10558 (Test): READ-XML does not populate the field with a XML prefix on SERIALIZABLE-NAME
Branch 10558a was merged to trunk rev. 16234 and archived. Teodor Gorghe
07:58 AM Base Language Bug #10558 (Merge Pending): READ-XML does not populate the field with a XML prefix on SERIALIZABL...
Constantin Asofiei
07:58 AM Base Language Bug #10558: READ-XML does not populate the field with a XML prefix on SERIALIZABLE-NAME
This can be merged after 10519a. Constantin Asofiei
08:42 AM Base Language Bug #10519 (Test): ProDataset WRITE-XML issue on nested PARENT-ID-RELATION
Branch 10519a was merged to trunk rev. 16233 and archived. Teodor Gorghe
07:57 AM Base Language Bug #10519 (Merge Pending): ProDataset WRITE-XML issue on nested PARENT-ID-RELATION
This can be merged after 10509a. Constantin Asofiei
08:37 AM Base Language Bug #10509 (Test): SEARCH(directory_path) returns unkown
Branch *10509a* was merged to trunk rev. *16232* and archived. Teodor Gorghe
07:57 AM Base Language Bug #10509 (Merge Pending): SEARCH(directory_path) returns unkown
This can be merged after 10455a. Constantin Asofiei
08:32 AM Database Bug #10455 (Test): Persistent table CAN-FIND FIRST issue
Branch *10455a* was merged to trunk rev. *16231* and archived. Teodor Gorghe
07:57 AM Database Bug #10455 (Merge Pending): Persistent table CAN-FIND FIRST issue
This can be merged after 10336b. Constantin Asofiei
08:24 AM Base Language Bug #10336 (Test): Issue on object deletion: java.lang.IllegalStateException
Branch 10336b was merged to trunk rev. 16230 and archived. Teodor Gorghe
07:56 AM Base Language Bug #10336 (Merge Pending): Issue on object deletion: java.lang.IllegalStateException
This can be merged after 10391a. Constantin Asofiei
08:20 AM Base Language Bug #10391 (Test): Comparisons methods not returning the correct result in poly cases
Branch *10391a* was merged into trunk as rev. *16229* and archived. Paul Bodale
07:52 AM Base Language Bug #10391 (Merge Pending): Comparisons methods not returning the correct result in poly cases
Paul, please merge 10391a now. Constantin Asofiei
07:07 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
Here goes another commit to *7180a/16246*! Allow ConversionData to use artifacts, added computeHash() to Artifact, us... Dănuț Filimon
05:44 AM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Most probably, we should "process" the deleting events after the @super.processKeyEvent@ in @EntryFieldGuiimpl@ when ... Delia Mitric
05:34 AM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Vladimir Tsichevski wrote:
> # *REGRESSION*: When the user types a matching value, switches to the list with @DO...
Delia Mitric
04:59 AM User Interface Bug #10736 (WIP): Deleting a character from the editable field of a COMBO-BOX generates VALUE-CH...
Delia Mitric
03:11 AM Database Bug #10772: NUM-RESULTS on a FOR EACH query fails
+ Added watchers Teodor Gorghe
03:06 AM Database Bug #10772: NUM-RESULTS on a FOR EACH query fails
{{Collapse(book.df)... Teodor Gorghe
03:04 AM Database Bug #10772 (Internal Test): NUM-RESULTS on a FOR EACH query fails
Teodor Gorghe

10/22/2025

04:23 PM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Testing 10736a, rev. 16229.
The issues found:
# When the user deletes all content in the combo-box:
# *In ...
Vladimir Tsichevski
09:38 AM User Interface Bug #10736 (Review): Deleting a character from the editable field of a COMBO-BOX generates VALUE...
I've fixed the initial issue by removing the processing of @DELETE_CHARACTER@ and @BACKSPACE@ after the @super.proces... Delia Mitric
08:10 AM User Interface Bug #10736 (WIP): Deleting a character from the editable field of a COMBO-BOX generates VALUE-CH...
Delia Mitric
05:54 AM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Delia Mitric wrote:
> New problem unlocked 🧐:
> Even the editable field is empty, @DELETE_CHARACTER@ and @BACKSPACE...
Delia Mitric
05:31 AM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Found a piece of code which seems to be extra in @EntryFieldGuiImpl.processKeyEvent()@ method. This code is place aft... Delia Mitric
05:20 AM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
New problem unlocked 🧐:
Even the editable field is empty, @DELETE_CHARACTER@ and @BACKSPACE@ generate @VALUE-CHANGED...
Delia Mitric
04:05 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> The root cause was that cookie was not sent with each sub request due to @SameSite=Strict...
Roger Borrello
03:59 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> At this moment I got the following jconsole logs and should investigate its root cause. W...
Sergey Ivanovskiy
08:38 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
No, we are looking at the connection with java web client and jscript web client. Sergey Ivanovskiy
08:28 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> At this moment I got the following jconsole logs and should investigate its root cause. W...
Roger Borrello
03:42 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
At this moment I got the following jconsole logs and should investigate its root cause. Why were these GET requests r... Sergey Ivanovskiy
01:12 PM Base Language Bug #9906: Incorrect date parsing in FWD DATE(CHARACTER) implementation
Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > Rebased to latest trunk, fixed after rebase to make it compile...
Vladimir Tsichevski
03:03 AM Base Language Bug #9906: Incorrect date parsing in FWD DATE(CHARACTER) implementation
Vladimir Tsichevski wrote:
> Rebased to latest trunk, fixed after rebase to make it compile. Revno is now 16235.
> ...
Hynek Cihlar
09:34 AM User Interface Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
In this case, an approach based on simply checking whether the combo box drop-down is visible and skipping mouse even... Paula Păstrăguș
04:57 AM User Interface Bug #10760 (WIP): Mouse events should not be dispatched while a combo box drop-down is open.
Paula Păstrăguș
04:57 AM User Interface Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
Testcase:... Paula Păstrăguș
03:34 AM User Interface Bug #10760 (Test): Mouse events should not be dispatched while a combo box drop-down is open.
Paula Păstrăguș
09:00 AM Base Language Feature #3853: implement LOG-MANAGER runtime
Tomasz Domin wrote:
> Greg Shah wrote:
> > > I have an access to OE 11.7 - should I update @tests/logmanager@ tests...
Greg Shah
08:53 AM Base Language Feature #3853: implement LOG-MANAGER runtime
Greg Shah wrote:
> > I have an access to OE 11.7 - should I update @tests/logmanager@ tests to make them work ? Whic...
Tomasz Domin
08:43 AM Base Language Feature #3853: implement LOG-MANAGER runtime
> I have an access to OE 11.7 - should I update @tests/logmanager@ tests to make them work ? Which OE version should ... Greg Shah
08:06 AM Base Language Feature #3853: implement LOG-MANAGER runtime
Tomasz Domin wrote:
> I've started with testcases examples (tests/logmanager).
I've executed @testcases/tests/log...
Tomasz Domin
08:01 AM Base Language Bug #4766: fix CHR and ASC
Greg Shah wrote:
> > What if str1 is built from many CHR results with different targetCodepages?
>
> I see your ...
Delia Mitric
06:55 AM Base Language Bug #4766: fix CHR and ASC
> What if str1 is built from many CHR results with different targetCodepages?
I see your point that a single flag...
Greg Shah
04:19 AM Base Language Bug #4766: fix CHR and ASC
Before adding the the logic for "conversion" from *cpinternal* to *cpstream* for writing in files, there are some thi... Delia Mitric
07:56 AM Conversion Tools Bug #10569: Semicolon is skipped while preprocessing
To be a bit more clear: we have applications that use a 4GL quirk where @'@ and @"@ characters can be embedded inside... Greg Shah
06:18 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
Committed *7180a/16245*. Addressed the rebase issues, compatibility changes and most of the review points from #7180-... Dănuț Filimon
05:48 AM Base Language Bug #10613 (Closed): Incremental conversion issue: temp-table dmo does not get converted
Greg Shah
05:47 AM Database Bug #7793 (Closed): incremental conversion with deleted table from .df
Greg Shah
05:47 AM Conversion Tools Feature #6083 (Closed): schema (.df) changes in incremental conversion mode should only reconvert...
Greg Shah
05:47 AM Conversion Tools Bug #6738 (Closed): incremental conversion when deleting program or class files
Greg Shah
05:46 AM Conversion Tools Bug #9917 (Closed): Fileset not ignoring case
Greg Shah

10/21/2025

06:01 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I do not know why you have this result but you can try to remove this setting... Sergey Ivanovskiy
05:31 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey, I am not sure what your approach was to setting up the broker1 certificate and keystore. I tried again, start... Roger Borrello
02:50 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
No, this diff is not enough as you noted that @KeyStore.getInstance("JKS");@ is used in the code of @SecurityManager@... Sergey Ivanovskiy
02:39 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> According to the code the certificate store for the web client is build on the fly from t...
Roger Borrello
02:18 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger, yes, you are correct. My message was just an idea but you are correct that it cannot be used from the box, it ... Sergey Ivanovskiy
12:40 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> Another possible issue is that FWD generates certificate stores using the following propr...
Roger Borrello
10:13 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I followed the @ssl_certs_log@ output to generate my keys and key stores that you had in your server2 directory. Shou... Roger Borrello
09:44 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Another possible issue is that FWD generates certificate stores using the following proprietary format:... Sergey Ivanovskiy
07:31 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
> We always have the option to minimize the number of values, and have other values derive from the configured ones, ... Greg Shah
04:37 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I tried to compare output parameters dumped into web client log for local spawned web client and remotely spawned web... Sergey Ivanovskiy
11:47 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
it seems that even these values... Sergey Ivanovskiy
03:57 PM Base Language Bug #9906: Incorrect date parsing in FWD DATE(CHARACTER) implementation
Rebased to latest trunk, fixed after rebase to make it compile. Revno is now 16235.
Can we merge this change now? ...
Vladimir Tsichevski
02:55 PM Database Feature #4369: implement stateless FWD server clustering
First of all, thank you Greg and Eric for your input!
Regarding the H2 changes mentioned in #4369-44, at this mome...
Andrei Plugaru
10:37 AM Database Feature #4369: implement stateless FWD server clustering
From #4369-4:
> * dirty share database
> ** This is a quirk of the 4GL implementation where uncommitted index upd...
Eric Faulhaber
07:43 AM Database Feature #4369: implement stateless FWD server clustering
I will also re-iterate the advice I've previously given about how we support metadata. We should NOT be maintaining ... Greg Shah
07:34 AM Database Feature #4369: implement stateless FWD server clustering
> While writing the last point, I realised that, not only the metadata H2 tables need to be synced, but also 4GL temp... Greg Shah
10:37 AM User Interface Bug #10751 (Review): Beep Sound Playback Causing Client Abend
Fixed in 10761a rev. 16225. Please, review. Vladimir Tsichevski
10:36 AM User Interface Bug #10751 (WIP): Beep Sound Playback Causing Client Abend
Vladimir Tsichevski
09:11 AM Conversion Tools Feature #10265 (Test): schema-only conversion
Branch 10265a was merged into trunk as rev. 16227 and archived. Dănuț Filimon
09:07 AM Conversion Tools Feature #10265 (Merge Pending): schema-only conversion
Dănuț Filimon
05:32 AM Conversion Tools Feature #10265: schema-only conversion
Tested conversion and incremental with ETF, ChUI and 3 other customer applications. No issues found. Dănuț Filimon
05:38 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
Dănuț Filimon wrote:
> I did a conversion with a customer application and forwarded the jars to Artur for testing, w...
Dănuț Filimon
05:33 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
I did a conversion with a customer application and forwarded the jars to Artur for testing, where he found 3 tests fa... Dănuț Filimon
02:38 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Ovidiu Maxiniuc wrote:
>
> In your example, the key was @aced000[...]@ - (apparently) the same for all entries, so...
Octavian Adrian Gavril

10/20/2025

07:08 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
Another question is whether or not to "map" the user into the running container. If not, the container's *fwd* user c... Roger Borrello
04:14 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
This task is meant to discuss and implement the type 3 image described (only at a high level) in #9708-1. We discuss... Greg Shah
06:56 PM User Interface Bug #7642: Assigning SESSION:DATE-FORMAT has no effect on existing date instances
Vladimir Tsichevski wrote:
> Setting the FILL-IN format again synchronizes it with current SESSION:DATE-FORMAT. Th...
Vladimir Tsichevski
06:42 PM User Interface Bug #7642: Assigning SESSION:DATE-FORMAT has no effect on existing date instances
Vladimir Tsichevski wrote:
> In OE the value in the @FILL-IN@ is @1956/12/29@, while in FWD it is @0012/29/56@.
...
Vladimir Tsichevski
06:55 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I would like some input on the creation of the broker configuration. Basically, we have a broker template for inclusi... Roger Borrello
05:52 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> No, it is not working but I just got once a false positive result.
:-)
Roger Borrello
05:51 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
No, it is not working but I just got once a false positive result. Sergey Ivanovskiy
05:43 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
!NoProtectionChrome.png! Sergey Ivanovskiy
05:40 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger, please try to turn off security protection in Chrome browser, not recommended. For me it resolved this issue. Sergey Ivanovskiy
05:38 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> This is my directory xml for Hotel GUI.
The only differences...
You should be able ...
Roger Borrello
05:30 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Yes, I have the same issue. At this moment investigating what can cause this issue:... Sergey Ivanovskiy
05:24 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> Roger, please update your version of 9709b with the committed revision 16227.
The URL ...
Roger Borrello
05:10 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
but client.sh has diff:... Sergey Ivanovskiy
05:07 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
This is my directory xml for Hotel GUI. Sergey Ivanovskiy
05:05 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
For me this command seems working... Sergey Ivanovskiy
04:59 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> Roger, please update your version of 9709b with the committed revision 16227.
Updating...
Roger Borrello
04:51 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger, please update your version of 9709b with the committed revision 16227. Sergey Ivanovskiy
04:05 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger, all parameters issues are related to cached spawn command @com.goldencode.p2j.main.NativeSecureConnection.comm... Sergey Ivanovskiy
01:26 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> Yes, I reproduced null url without SSO plugin and observed that @client:web:port@ paramet...
Roger Borrello
01:16 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Yes, I reproduced null url without SSO plugin and observed that @client:web:port@ parameter is also missed if the bro... Sergey Ivanovskiy
12:49 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> Yes, this is expected, @WebClientBuilderParameters.webClientHost@ was incorrectly set by ...
Roger Borrello
12:28 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Yes, this is expected, @WebClientBuilderParameters.webClientHost@ was incorrectly set by request external IP address ... Sergey Ivanovskiy
12:08 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I put the SSO plug-in back into the @directory.xml@, and now I get better, but not correct results. I was redirected ... Roger Borrello
11:50 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> Please check that you are using 9709b and post the console log of broker client. The log ...
Roger Borrello
11:40 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Please check that you are using 9709b and post the console log of broker client. The log results should not depend on... Sergey Ivanovskiy
10:39 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> OK. Committed revision 16226 (9709b) fixed @dedicatedMode@ to be correctly passed to the ...
Roger Borrello
04:38 PM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
I think the @key@ column should be part of the @key@ in @workInsertSql@ statement, to match the unique index.
<pre...
Ovidiu Maxiniuc
02:51 PM User Interface Bug #10751: Beep Sound Playback Causing Client Abend
FWD emits a beep sound to indicate invalid user input (e.g., pressing a disallowed key in a FILL-IN widget). When the... Vladimir Tsichevski
02:49 PM User Interface Bug #10751 (Test): Beep Sound Playback Causing Client Abend
Vladimir Tsichevski
10:59 AM Conversion Tools Bug #10569: Semicolon is skipped while preprocessing
I don't think this change is OK. I deliberately excluded those chars from that rule (i.e. @// it is OK to match " or... Greg Shah
10:48 AM Database Feature #4369: implement stateless FWD server clustering
I started going over the things that need synchronization based on the list from #4369-4 and came up with solutions u... Andrei Plugaru
08:56 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
Fixed number 1, 2, 6.
I am a bit stuk at 9, getting the Configuration out of the AM. I have to move Configuration....
Dănuț Filimon
08:54 AM Database Support #10664: Develop a multi session test suite in harness
I encountered a problem with the multi session test results with FWD.
I have a main session test that modifies a rec...
Artur Școlnic
07:03 AM Database Support #10664: Develop a multi session test suite in harness
Tomasz,
We need to mention in the wiki that with FWD, @unit_test.xml@ must be created from @unit_test.xml.template@...
Artur Școlnic

10/19/2025

05:32 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
OK. Committed revision 16226 (9709b) fixed @dedicatedMode@ to be correctly passed to the spawned web client.
The r...
Sergey Ivanovskiy

10/18/2025

08:28 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
OK, then just fix it. Greg Shah

10/17/2025

03:05 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Greg Shah wrote:
> It is OK to disable dedicated mode. Leave comments behind to make it clear where you have disabl...
Sergey Ivanovskiy
02:13 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
It is OK to disable dedicated mode. Leave comments behind to make it clear where you have disabled something. Minim... Greg Shah
01:19 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I don't want to remove but dedicatedMode at this moment is assigned via the broker client in its settings. If we cont... Sergey Ivanovskiy
01:14 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
We don't have any customers using this today. Right now we don't have any customers planning to use this.
BUT it ...
Greg Shah
01:01 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
If I understand correctly the dedicated mode conception, then it means that the spawned web client accepts only local... Sergey Ivanovskiy
12:32 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Greg Shah wrote:
> Please point me to the documentation for dedicated mode. I don't recall the details.
I found th...
Sergey Ivanovskiy
12:27 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Please point me to the documentation for dedicated mode. I don't recall the details. Greg Shah
12:04 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Greg, it seems that the dedicated mode has no meaning for our new web client because the web client has been included... Sergey Ivanovskiy
06:11 AM Documentation Support #9709 (WIP): Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy
06:10 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Committed revision 16225 (9709b) should fix 1 and 2 issues listed in #9709-137.
Roger, please review the changes of...
Sergey Ivanovskiy
05:34 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
According the code the spawned process does not read arguments provided with command line directly but delegates
thi...
Sergey Ivanovskiy
03:15 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I investigated the Hotel GUI with the broker client and SSO enabled plugin. The broker client correctly delivered all... Sergey Ivanovskiy
03:03 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Yes, it seems correct. Sergey Ivanovskiy
05:52 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> I understand that individual tests are run in parallel, but the test sets are sequential, no?...
Tomasz Domin
05:48 AM Database Support #10664: Develop a multi session test suite in harness
Tomasz Domin wrote:
> ps. funny thing - I've just tried setting @parallel = "1"@ and changed all the port in @cross_...
Artur Școlnic
05:42 AM Database Support #10664: Develop a multi session test suite in harness
I understand that individual tests are run in parallel, but the test sets are sequential, no?
I have a lot of scenar...
Artur Școlnic
05:37 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Tomasz,
> I would like to reuse some test classes in multiple test-sets, this means that the...
Tomasz Domin
04:54 AM Database Support #10664: Develop a multi session test suite in harness
Tomasz,
I would like to reuse some test classes in multiple test-sets, this means that the same socket will be used,...
Artur Școlnic
05:17 AM Conversion Tools Bug #10639 (Review): Incremental conversion - unexpected DMO generation for space-only changes
I analyzed the current implementation that handles insertions in @H2Map@. I changed the @INSERT@ statement with @MERG... Octavian Adrian Gavril
03:01 AM Conversion Tools Bug #10639 (WIP): Incremental conversion - unexpected DMO generation for space-only changes
Octavian Adrian Gavril
02:46 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Alexandru Lungu wrote:
>
> I understand the change and it looks functionally right to me (especially after re-read...
Octavian Adrian Gavril
04:50 AM Conversion Tools Bug #10569 (Review): Semicolon is skipped while preprocessing
This is the patch I used to solve the issue. Both the testcases and the application scenario are fine with it. Intere... Radu Apetrii
02:27 AM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
As Vladimir said in #10680-27, when deleting with no selection, @VALUE-CHANGED@ is triggered *three times* by @DELETE... Delia Mitric
01:21 AM Database Bug #10590: Indices are not taken from the model temp-table
Eduard, see 10590a/16183 - a copy of the index AST is required when copying from the model. Constantin Asofiei

10/16/2025

12:21 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> We would direct all 100 to one webClient host: @http://fwddev1:7443/gui@ and that would dist...
Roger Borrello
11:02 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
> We would direct groups of 25 to one of 4 assigned webClient hosts:
Nope. That would require 4 FWD servers. Th...
Greg Shah
10:50 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Radu Apetrii wrote:
> Sergey Ivanovskiy wrote:
> > Roger Borrello wrote:
> > > I notice the logs I mentioned regar...
Sergey Ivanovskiy
10:35 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Greg Shah wrote:
> Sergey Ivanovskiy wrote:
> > So your setup is ok now. If I do not miss a root cause, then we sho...
Roger Borrello
10:16 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> Roger Borrello wrote:
> > I notice the logs I mentioned regarding #9709-30 contained the...
Radu Apetrii
09:59 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> I notice the logs I mentioned regarding #9709-30 contained the same issues as I saw in #9709...
Sergey Ivanovskiy
09:54 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> because I do not know if 9709a, where the direct port mapping was implemented #9709-32, #...
Roger Borrello
09:28 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I will create new 9709b branch for these 3 patches:
# Fix NPE #9709-134
# Fix broker mode for SSO enabled plugin #9...
Sergey Ivanovskiy
07:05 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> Roger Borrello wrote:
> > Sergey Ivanovskiy wrote:
> > > Roger, please remove sso login...
Greg Shah
07:04 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> So your setup is ok now. If I do not miss a root cause, then we should somehow allow the ...
Greg Shah
04:37 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
There is a bug in the trunk version if the broker client is exited by CTRL+C, then on the server side its resources a... Sergey Ivanovskiy
04:02 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> Sergey Ivanovskiy wrote:
> > Roger, please remove sso login and use OS user login. Please w...
Sergey Ivanovskiy
03:53 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
So your setup is ok now. If I do not miss a root cause, then we should somehow allow the cross-origin pages included ... Sergey Ivanovskiy
03:48 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger, I investigated your results in #9709-128 and concluded that it is the same reason why this page cannot be open... Sergey Ivanovskiy
08:14 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
If I recall correctly, you indicated that all values (@webClient/host@, @net:server:host@ and @remote:agent:host@) sh... Roger Borrello
08:07 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I didn't attach the broker's log (on *fwddev2*) in the last post so I attached (@fwd_client_base_crash_20251015_19302... Roger Borrello
08:00 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
This got me close...:
* *webClient/host* is *fwddev1* in @directory.xml@
* *net:server:host* is *fwddev1* in @broke...
Roger Borrello
10:51 AM Database Bug #10739: Nested CAN-FIND issues in FWD
Because the complexity of the queries which use CAN-FIND 4GL function, we encountered multiple issues while processin... Ovidiu Maxiniuc
10:42 AM Database Bug #10739 (New): Nested CAN-FIND issues in FWD
Ovidiu Maxiniuc
10:13 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Alexandru Lungu wrote:
> I understand the change and it looks functionally right to me (especially after re-readin...
Octavian Adrian Gavril
06:23 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
> Alex: Please review.
I understand the change and it looks functionally right to me (especially after re-reading ...
Alexandru Lungu
09:53 AM Database Feature #6457: finish COPY-LOB support
conversion and runtime on Chui regression passed ✅
large GUI application conversion and unit tests and smoke tests ...
Eduard Soltan
05:38 AM Database Feature #6457: finish COPY-LOB support
Another customer application converts and runs successfully with 6457a. ✅ Radu Apetrii
09:13 AM Conversion Tools Bug #10626 (Internal Test): DMO names can collide on case-insensitive file-system
Greg Shah
09:07 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
Greg Shah wrote:
> Code Review Task Branch 10626a Revision 16221
>
> I don't have a problem with the changes. Pl...
Dănuț Filimon
09:01 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
Code Review Task Branch 10626a Revision 16221
I don't have a problem with the changes. Please help me understand ...
Greg Shah
02:30 AM Conversion Tools Bug #10626 (Review): DMO names can collide on case-insensitive file-system
Greg, please review. Dănuț Filimon
02:29 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
Dănuț Filimon wrote:
> Greg Shah wrote:
> > Is this ready for review? What is the % Done?
>
> I looked into th...
Dănuț Filimon
08:49 AM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
If we select all the text from the field and press @BACKSPACE@, the behavior is the same. Delia Mitric
08:00 AM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Testcase:... Delia Mitric
07:57 AM User Interface Bug #10736 (Test): Deleting a character from the editable field of a COMBO-BOX generates VALUE-C...
Delia Mitric
08:23 AM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
@max_connection@ is per-cluster, so all databases in that cluster (including multi-tenant) will use this value. So, ... Constantin Asofiei
07:57 AM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
When deploying to production, there is configuration which needs to be adjusted depending on the customer's load. Th... Constantin Asofiei
07:36 AM Runtime Infrastructure Bug #10733 (New): evaluate and document mandatory configuration required when deploying FWD in pr...
Constantin Asofiei
08:05 AM Database Support #10664: Develop a multi session test suite in harness
I have completed the first group of tests @flushing_and_validation@, It explores the following aspects:
* Record cre...
Artur Școlnic
07:58 AM User Interface Feature #10734: CTRL-Z doesn't work on the editable field of a COMBO-BOX
Testcase:... Delia Mitric
07:46 AM User Interface Feature #10734 (New): CTRL-Z doesn't work on the editable field of a COMBO-BOX
Delia Mitric
07:37 AM Base Language Bug #10732: Fix Stream.assignDatum to handle all possible BDT types
From Greg in #10707-6 :
>
> My concern is with the existing design.
>
> # We don't handle all possible BDT type...
Lorian Sandu
07:36 AM Base Language Bug #10732 (New): Fix Stream.assignDatum to handle all possible BDT types
Lorian Sandu
07:35 AM Database Bug #10590: Indices are not taken from the model temp-table
Committed on 10590a, rev. 16182. Fix for #10615-47. Eduard Soltan
07:32 AM Database Bug #10560: Wrong buffer picking for ReadXml when seralization name of a buffer correspond to the...
Committed revision *16171* on task branch *10560a*:
- Replaced ctx.ttName with ctx.tt._name().
Teodor Gorghe
07:20 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
> The following pattern:
> [...] where an artifact is created to call loadTree() is because loadTree() takes an Arti...
Greg Shah
07:08 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
The following pattern:... Dănuț Filimon
04:10 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
I managed to make 7180a build, but I don't like a few changes so I'll be working a bit on 7180a and also take care of... Dănuț Filimon
07:02 AM Deployment Support #9708: rationalize and optimize the standard FWD images
> The current *container* project contains @dbash.sh@ which is setup to use the @basedev_ubuntu_24.04@ image. That im... Greg Shah
08:39 PM Deployment Support #9708: rationalize and optimize the standard FWD images
The current *container* project contains @dbash.sh@ which is setup to use the @basedev_ubuntu_24.04@ image. That imag... Roger Borrello
06:51 AM Base Language Bug #10519: ProDataset WRITE-XML issue on nested PARENT-ID-RELATION
Anything left to be reviewed? Alexandru Lungu
06:34 AM Base Language Bug #10624: DO WHILE that contains a FINALLY block can be executed too many times
I am OK with the approach in 10624a, but I would also like a second opinion from Constantin.
My concern is mostly ...
Alexandru Lungu

10/15/2025

07:09 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> I'm trying to setup the *fwddev2* server again.
I see in your @directory.xml@ you have *1...
Roger Borrello
06:18 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> Roger, please remove sso login and use OS user login. Please watch these directory change...
Roger Borrello
05:54 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger, please remove sso login and use OS user login. Please watch these directory changes for hotel_gui:... Sergey Ivanovskiy
05:45 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger, I encountered the same issues but fixed them in this directory. systemRights should be under system container,... Sergey Ivanovskiy
05:39 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> I used old @testcases@ project but not @hotel_gui@. If it can be helpful, then please com...
Roger Borrello
01:58 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I used old @testcases@ project but not @hotel_gui@. If it can be helpful, then please compare my version for the diff... Sergey Ivanovskiy
01:51 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> I found one differences with my setup. You have sso:subject:id=bogus but I use the user/p...
Roger Borrello
01:47 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
No, I think that broker1-private-key.store is not required to be in /opt/spawner. Sergey Ivanovskiy
01:39 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> But in your crash logs I see correctly provided arguments:
> [...]
> Did you install @s...
Roger Borrello
01:34 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
The broker uses OS user and the web client is using this OS user to access the resources. Sergey Ivanovskiy
01:32 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I found one differences with my setup. You have sso:subject:id=bogus but I use the user/password setup and do not use... Sergey Ivanovskiy
01:30 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
But in your crash logs I see correctly provided arguments:... Sergey Ivanovskiy
01:26 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
This @dedicatedHost = cfg.getString("remote", "agent", "host", localHost);@ value should not be @null@ but it is @nul... Sergey Ivanovskiy
01:25 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I do not understand why the following code of @BrokerCore@ does not work for your case:... Sergey Ivanovskiy
01:21 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger, I guess that @BrokerCore@ in your case has @dedicatedHost@ as a null... Sergey Ivanovskiy
12:57 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I never hit a breakpoint in @WebClientSpawner.doWork@, even debugging the client startup. Roger Borrello
12:29 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> It looks like for your case this code that executed on the client side gives null
> [......
Sergey Ivanovskiy
12:27 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
It looks like for your case this code that executed on the client side gives null... Sergey Ivanovskiy
12:25 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Your server log show the broker is registered so it seems that the broker is configured correctly. The uri host:port ... Sergey Ivanovskiy
12:06 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> Please look at #9709-84, @WebClientSpawner@, @TemporaryClientTask.doWork@
The @remoteU...
Roger Borrello
11:36 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> I am working with the branch 10359a that has unrelated changes (the trunk version). If @d...
Roger Borrello
11:35 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> Sergey Ivanovskiy wrote:
> > Roger, could you share your server logs, directory and broker ...
Roger Borrello
11:29 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I am working with the branch 10359a that has unrelated changes (the trunk version). If @dedicatedMode@ is false, then... Sergey Ivanovskiy
11:27 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> Roger, could you share your server logs, directory and broker client xml for one of the f...
Roger Borrello
11:19 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger, could you share your server logs, directory and broker client xml for one of the failed starts? I passed diffi... Sergey Ivanovskiy
10:58 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Please look at #9709-84, @WebClientSpawner@, @TemporaryClientTask.doWork@ Sergey Ivanovskiy
10:49 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Where does the URL get built? Is that in @spawn@? Something is wrong in there. Roger Borrello
10:42 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
In @BrokerCore@, the replacement was made into the command line:
!9709_debug_BrokerCore.png!
The command line tha...
Roger Borrello
10:11 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
At startup, the broker client has these parameters:... Roger Borrello
09:29 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Trying to setup broker client too and notify you if this issue becomes clarified. Sergey Ivanovskiy
09:06 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> I think these templates should be replaced by @BrokerCore@ that is according to the code:...
Roger Borrello
12:51 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I think these templates should be replaced by @BrokerCore@ that is according to the code:... Sergey Ivanovskiy
05:05 PM Base Language Feature #3853: implement LOG-MANAGER runtime
Greg Shah wrote:
> > Can I get logs from customer applications to find a baseline ?
>
> We can ask for some logs ...
Tomasz Domin
02:37 PM Deployment Support #10727 (New): implement a docker image that supports the full range of development proces...
Greg Shah
02:16 PM Conversion Tools Feature #10726: calculate and report code quality metrics
We will implement multiple calculations of code quality using TRPL (and possibly a subset of call graph analysis). T... Greg Shah
01:50 PM Conversion Tools Feature #10726 (New): calculate and report code quality metrics
Greg Shah
12:33 PM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Eric, are the flushing/validation and locking tests, Greg mentioned, the ones from @testcases...
Eric Faulhaber
06:56 AM Database Support #10664: Develop a multi session test suite in harness
> Is there a global thread for testcases project except commit log ?
There is no single Redmine task. We have man...
Greg Shah
06:53 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Tomasz Domin wrote:
> > @prowin32 -p support\db\create_tstcases_db.p@ except it creates data...
Tomasz Domin
06:30 AM Database Support #10664: Develop a multi session test suite in harness
> > @prowin32 -p support\db\create_tstcases_db.p@ except it creates database is @db@ dir.
> > @proserve testcases@ i...
Greg Shah
02:24 AM Database Support #10664: Develop a multi session test suite in harness
Tomasz Domin wrote:
> @prowin32 -p support\db\create_tstcases_db.p@ except it creates database is @db@ dir.
> @pros...
Artur Școlnic
10:48 AM Database Feature #4369: implement stateless FWD server clustering
OK, it seems like we need delta propagation. Greg Shah
10:32 AM Database Feature #4369: implement stateless FWD server clustering
Lately, I have investigated some approaches Geode has for propagating changes to other nodes in the cluster. By defau... Andrei Plugaru
08:52 AM Conversion Tools Feature #7180 (WIP): create a centralized manager for the conversion list and per-file/project st...
Rebased *7180a* to latest *trunk/16220*, the branch is now at revision *16244*. I'll have to commit a few compatibili... Dănuț Filimon
05:44 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
Greg Shah wrote:
> Code Review Task Branch 7180a Revisions 16121 through 16139
I plan to rebase and address a few...
Dănuț Filimon
07:02 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Alex: Please review. Greg Shah
06:37 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
Greg Shah wrote:
> Is this ready for review? What is the % Done?
I looked into the ChUI project for some other ...
Dănuț Filimon
06:31 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
Is this ready for review? What is the % Done? Greg Shah
04:50 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
Committed *10626a/16221*. Generates names for menus, sub-menus, dmos, pojos, frames that do not collide in case-insen... Dănuț Filimon

10/14/2025

06:23 PM Deployment Feature #10719: Base Docker images need version control
h2. 🧩 How Docker Determines if a Step Needs to Be Re-Executed or a Layer Recreated
When you run @docker build@, Do...
Roger Borrello
01:15 PM Deployment Feature #10719: Base Docker images need version control
When images are built off a base Docker image (the FWD images, and subsequently the customer Docker images) and "late... Roger Borrello
01:12 PM Deployment Feature #10719 (WIP): Base Docker images need version control
Roger Borrello
06:17 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
In the @BrokerManager.spawn@, when we get to:... Roger Borrello
06:12 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
The @environmentMap.put(BrokerManager.CLIENT_IP, requestParameters[2]);@ results in @CLIENT_IP=192.168.1.227@ being p... Roger Borrello
04:32 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> Roger, if you have an environment, then please set the breakpoint at the server side code...
Roger Borrello
03:43 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger, if you have an environment, then please set the breakpoint at the server side code of @ClientSpawner@... Sergey Ivanovskiy
03:02 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
The following method of @WebDriverHandler@ should set an external user ip... Sergey Ivanovskiy
02:56 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
@CLIENT_IP@ environment variable is set only from this request parameter @requestParameters.getExternalUserIp()@ as a... Sergey Ivanovskiy
02:42 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Yes, I see that the code looks broken somehow in the following way. @CLIENT_IP@ is null. Sergey Ivanovskiy
01:46 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> I think that we can try the broker configuration that all clients are run on the same hos...
Roger Borrello
01:34 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> Sergey Ivanovskiy wrote:
> > Also I would test Java 8 because the current code has been tes...
Roger Borrello
10:06 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> Sergey Ivanovskiy wrote:
> > Could you prove for yourself that the directory setting for th...
Sergey Ivanovskiy
10:03 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger, I will follow your instructions. In your note #9709-76 you wrote that
>I broke in WebDriverHandler.spawnWorke...
Sergey Ivanovskiy
10:00 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> Could you prove for yourself that the directory setting for the broker client given by th...
Roger Borrello
09:00 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Please note this update to @fwd_reference_system.yml@... Comment out the one role... I haven't had a chance to update... Roger Borrello
08:51 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Install the base Ubuntu OS from the Live ISO: @ubuntu-24.04.2-live-server-amd64.iso@
Make primary user "fwd", pass...
Roger Borrello
03:50 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Did you mean to run ... Sergey Ivanovskiy
03:08 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
>If you could attempt this... I am not sure where to go next. You will need 2 virtual servers, fwddev1 and fwddev2. I... Sergey Ivanovskiy
02:05 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Could you prove for yourself that the directory setting for the broker client given by this xml file is applied succe... Sergey Ivanovskiy
08:32 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> @agent@ means the broker client, so the @agent host@ should be the host that runs broker ...
Roger Borrello
03:55 PM Database Support #10664: Develop a multi session test suite in harness

Artur Școlnic wrote:
> Prerequisites
> There are following prerequisites for using the tool-set (ant/harness) to ...
Tomasz Domin
01:04 PM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> There are two changes needed in the testcases project:
> 1. Solve the issue with @valid-obje...
Tomasz Domin
10:35 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> I finally found the issue on OE.
> @HarnessConnection.cls@ does not compile (for me) due to:...
Tomasz Domin
09:29 AM Database Support #10664: Develop a multi session test suite in harness
Prerequisites
There are following prerequisites for using the tool-set (ant/harness) to run tests:
for OE
1. dat...
Artur Școlnic
08:57 AM Database Support #10664: Develop a multi session test suite in harness
I finally found the issue on OE.
@HarnessConnection.cls@ does not compile (for me) due to:...
Artur Școlnic
07:54 AM Database Support #10664: Develop a multi session test suite in harness
> I am happy to complete the wiki once I have a working set up.
Please do make updates to the wiki page to add det...
Greg Shah
07:14 AM Database Support #10664: Develop a multi session test suite in harness
I attached the debug output for the ant command. Artur Școlnic
06:40 AM Database Support #10664: Develop a multi session test suite in harness
Tomasz,... Artur Școlnic
02:06 AM Database Support #10664: Develop a multi session test suite in harness
Tomasz Domin wrote:
> It was in the wiki already: [[p2j:Writing_Multi-User_Testcases#Prerequistes]]
> For the test ...
Artur Școlnic
12:40 PM Conversion Tools Feature #10701: implement support for generative AI code assist
For some time now, I've been expecting that we would write some kind of plugin to integrate with popular gen AI envir... Greg Shah
10:42 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
Code Review Task Branch 7180a Revisions 16121 through 16139
This is really good. We are getting close.
1. @ann...
Greg Shah
09:40 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
Dănuț Filimon wrote:
> I discussed with Octavian and he mentioned I could use @createString2StringMap@ to get a map ...
Dănuț Filimon
07:21 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
I discussed with Octavian and he mentioned I could use @createString2StringMap@ to get a map across other rules. I ha... Dănuț Filimon
06:14 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
I thought of using another set of rules to store a case sensitive map that maps the namings, but I don't think this i... Dănuț Filimon
03:44 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
This bit of code:... Dănuț Filimon
03:20 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
The issue with menus starts with this piece of code:... Dănuț Filimon
06:09 AM Conversion Tools Bug #10469 (Test): incremental conversion when basepath is more than one folder (aka abl/foo) wit...
Branch 6083a was merged to trunk revision 16220 and archived. Dănuț Filimon
06:08 AM Conversion Tools Bug #6738 (Test): incremental conversion when deleting program or class files
Branch 6083a was merged to trunk revision 16220 and archived. Dănuț Filimon
06:08 AM Database Bug #7793 (Test): incremental conversion with deleted table from .df
Branch 6083a was merged to trunk revision 16220 and archived. Dănuț Filimon
06:07 AM Conversion Tools Feature #6083 (Test): schema (.df) changes in incremental conversion mode should only reconvert t...
Branch 6083a was merged to trunk revision 16220 and archived. Dănuț Filimon
05:36 AM Conversion Tools Feature #6083 (Merge Pending): schema (.df) changes in incremental conversion mode should only re...
You can merge 6083a to trunk now. Alexandru Lungu
05:24 AM Base Language Bug #10203 (WIP): XMLs cannot be imported into a dataset without a schema present
Committed revision *106220* on task branch *10203a*:
- Improved @DATASET:READ-XML@ infer support when DATASET node i...
Teodor Gorghe
02:25 AM Base Language Bug #10203: XMLs cannot be imported into a dataset without a schema present
Rebased branch @10203a@ to trunk revision @16219@. Teodor Gorghe
04:42 AM Database Feature #4369: implement stateless FWD server clustering
Greg Shah wrote:
> In regard to peer-to-peer vs client/server, the above post doesn't tell me enough to understand w...
Andrei Plugaru
04:15 AM Database Support #4060: investigate converting extent fields to array columns
I was working on implementing the optimization discussed in #4060-16. I have the base but at the moment I got an erro... Stefanel Pezamosca
03:54 AM Base Language Bug #10712 (Review): SAX-READER QName parameter is wrong
Committed revision *16220* on task branch *10712a*:
- Fix for @START-ELEMENT@ and @END-ELEMENT@ sax-reader callback ...
Teodor Gorghe
03:34 AM Base Language Bug #10712 (WIP): SAX-READER QName parameter is wrong
Created task branch *10712a*. Teodor Gorghe
03:33 AM Base Language Bug #10712: SAX-READER QName parameter is wrong
There is the following standalone test:
{{Collapse(TestSaxReaderQName.cls)...
Teodor Gorghe
03:29 AM Base Language Bug #10712 (Closed): SAX-READER QName parameter is wrong
Teodor Gorghe
02:18 AM Database Bug #10470: Wrong order of records fetching when index modification
This issue was solved by #10480? Teodor Gorghe

10/13/2025

04:32 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> @agent@ means the broker client, so the @agent host@ should be the host that runs broker ...
Roger Borrello
03:29 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
There is a bug in @client.sh@ in which the @host@ variable defaults to @net:server:host=localhost@ unless the @-h@ op... Roger Borrello
02:53 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> When @BootstrapConfig@ constructor is called, @Element root = loadXml(sharedFile, sharedPass...
Roger Borrello
02:35 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
When @BootstrapConfig@ constructor is called, @Element root = loadXml(sharedFile, sharedPassphrase);@ returns @[node:... Roger Borrello
02:22 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> It seems that it just means that @broker_client.xml@ was not found by the code. Correct?
...
Roger Borrello
02:14 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
It seems that it just means that @broker_client.xml@ was not found by the code. Correct?
Sergey Ivanovskiy
02:12 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> I do not understand this
> [...]
> if all data are provided by @broker_client.xml@.
Me...
Roger Borrello
02:18 PM Database Feature #4369: implement stateless FWD server clustering
In regard to peer-to-peer vs client/server, the above post doesn't tell me enough to understand which way we should g... Greg Shah
07:08 AM Database Feature #4369: implement stateless FWD server clustering
I have continued the documentation on Apache Geode.
A first thing to mention, that I initially misunderstood is rela...
Andrei Plugaru
11:19 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Wait, does the harness server also need to run alongside the FWD server?
Only when running...
Tomasz Domin
11:18 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Anyway...after solving these configuration issues, I am still not able to start the tests wit...
Tomasz Domin
11:18 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Artur Școlnic wrote:
> > Yes, there indeed are a few extra steps.
> > * Download PCT, build...
Tomasz Domin
10:29 AM Database Support #10664: Develop a multi session test suite in harness
Anyway...after solving these configuration issues, I am still not able to start the tests with ant on OE, I get @Open... Artur Școlnic
10:23 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Yes, there indeed are a few extra steps.
> * Download PCT, build it, place the PCT.jar in @%...
Artur Școlnic
09:03 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Wait, does the harness server also need to run alongside the FWD server?
In linux/FWD.
Artur Școlnic
09:02 AM Database Support #10664: Develop a multi session test suite in harness
Wait, does the harness server also need to run alongside the FWD server? Artur Școlnic
08:47 AM Database Support #10664: Develop a multi session test suite in harness
Yes, there indeed are a few extra steps.
* Download PCT, build it, place the PCT.jar in @%DLC%\pct\PTC.jar@
* Creat...
Artur Școlnic
08:45 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> For OE there are several issues.
> 1. The @ablunit-tests-pattern@ is not located in @build.x...
Tomasz Domin
08:43 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> I did exactly as the wiki states.
> 1. Change zfile_set.txt
> 2. and deploy.all for buildin...
Tomasz Domin
08:04 AM Database Support #10664: Develop a multi session test suite in harness
For OE there are several issues.
1. The @ablunit-tests-pattern@ is not located in @build.xml@ so the correct file ne...
Artur Școlnic
07:46 AM Database Support #10664: Develop a multi session test suite in harness
I did exactly as the wiki states.
1. Change zfile_set.txt
2. and deploy.all for building testcases
3. start the se...
Artur Școlnic
07:42 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Sorry, I meant the one from testcases @testcases/support/harness/test@.
I need more inform...
Tomasz Domin
07:35 AM Database Support #10664: Develop a multi session test suite in harness
Sorry, I meant the one from testcases @testcases/support/harness/test@. Artur Școlnic
07:34 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Tomasz,
> With the example from testcases I get this in build/*/results.xml
> [...]
> The ...
Tomasz Domin
07:25 AM Database Support #10664: Develop a multi session test suite in harness
Tomasz,
With the example from testcases I get this in build/*/results.xml...
Artur Școlnic
06:35 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> This is exactly what I needed, thanks!
I've added the example to the wiki.
Tomasz Domin
03:06 AM Database Support #10664: Develop a multi session test suite in harness
Going forward I will organize the tests like Greg mentioned in #10664-34. ... Artur Școlnic
02:56 AM Database Support #10664: Develop a multi session test suite in harness
This is exactly what I needed, thanks! Artur Școlnic
08:34 AM Base Language Bug #10636 (Review): 4GL FOR FIRST LEAVE statement exits the function
Committed revision *16215* on task branch *10636a*:
- NEXT/LEAVE points to the outer block, when the current FOR BLO...
Teodor Gorghe
07:32 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
I setup and tested POJOs on hotel and found no issues, the hotel.p2o ends up using the correct class names (FooBarSom... Dănuț Filimon
05:47 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
Dănuț Filimon wrote:
> Perfect, I'll just have to implement the contains() method for CaseInsensitiveHashMap in this...
Dănuț Filimon
05:44 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
Constantin Asofiei wrote:
> Dănuț Filimon wrote:
> > Constantin Asofiei wrote:
> > > We need to generate the same ...
Dănuț Filimon
05:16 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
Dănuț Filimon wrote:
> Constantin Asofiei wrote:
> > We need to generate the same .java names regardless of OS - so...
Constantin Asofiei
05:15 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
Constantin Asofiei wrote:
> We need to generate the same .java names regardless of OS - so I think that collection n...
Dănuț Filimon
05:08 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
We need to generate the same .java names regardless of OS - so I think that collection needs to be case-insensitive, ... Constantin Asofiei
04:50 AM Conversion Tools Bug #10626 (WIP): DMO names can collide on case-insensitive file-system
Error from windows:... Dănuț Filimon
06:57 AM Database Bug #9383 (Test): Cache only the current delegate on transaction commit if a ProgressiveResults i...
Branch 9383a was merged to trunk rev 16217 and archived. Razvan-Nicolae Chichirau
06:03 AM Database Bug #9383 (Merge Pending): Cache only the current delegate on transaction commit if a Progressive...
Please merge 9383a to trunk after 10606a. Alexandru Lungu
01:36 AM Database Bug #9383: Cache only the current delegate on transaction commit if a ProgressiveResults is used
Razvan-Nicolae Chichirau wrote:
> I'll do the following:
> * smoke-tests, performance tests and unit tests for some...
Razvan-Nicolae Chichirau
05:20 AM Database Bug #10560: Wrong buffer picking for ReadXml when seralization name of a buffer correspond to the...
Committed revision *16170* on task branch *10560a*:
- Addressed code review #10560-27.
Teodor Gorghe
02:43 AM Database Bug #10560: Wrong buffer picking for ReadXml when seralization name of a buffer correspond to the...
Review of 10560a rev 16169:
* please make it compile in Java 8 - see @XmlImport@ line 3949, the @.toList()@ call;
*...
Constantin Asofiei
03:56 AM Database Bug #10689: Wrong temp-table FOR EACH sorting criteria
Committed revision *16214* on task branch *10689a*:
- Addressed code review #10689-9.
Committed revision *16215* ...
Teodor Gorghe
02:36 AM Database Bug #10689: Wrong temp-table FOR EACH sorting criteria
Review of 10689a rev 16213:
* check copyright year and set it to 2025
* @Schema record type ({@link #TEMP_TABLE} or...
Constantin Asofiei
03:07 AM Testing Bug #10547 (Rejected): Order of unit test classes execution inside a package
This is handled by #10568 Constantin Asofiei
02:50 AM Database Feature #6457: finish COPY-LOB support
Constantin Asofiei wrote:
> Eduard Soltan wrote:
> You mean there is still work for standalone unit tests for this ...
Eduard Soltan
02:47 AM Database Feature #6457: finish COPY-LOB support
Eduard Soltan wrote:
> Otherwise there are 7 tests that require some code-page changes.
You mean there is still wor...
Constantin Asofiei
02:47 AM Database Feature #6457: finish COPY-LOB support
Constantin Asofiei wrote:
> Eduard, please address the review and - is there anything else for this task?
I addre...
Eduard Soltan

10/10/2025

11:51 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Sorry, I meant completely separate, as an ABL unit class. I see that a mutex is being used fo...
Tomasz Domin
11:42 AM Database Support #10664: Develop a multi session test suite in harness
> Just FYI, FWD output will be different from OE by design if opting for disabling cross-session dirty-share. But thi... Greg Shah
10:08 AM Database Support #10664: Develop a multi session test suite in harness
> I have previously requested that the tests be organized as follows:
Looking at [[p2j:DatabasePersistence_Testcas...
Alexandru Lungu
09:06 AM Database Support #10664: Develop a multi session test suite in harness
Sorry, I meant completely separate, as an ABL unit class. I see that a mutex is being used for synchronization betwee... Artur Școlnic
06:42 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Tomasz,
> Is there a way to run the ABL Unit Tests separately (not in harness)?
Sure. You...
Tomasz Domin
06:33 AM Database Support #10664: Develop a multi session test suite in harness
Tomasz,
Is there a way to run the ABL Unit Tests separately (not in harness)?
Artur Școlnic
05:59 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Alexandru,
> When it comes to issues found in trunk, should I open new tasks and postpone f...
Greg Shah
05:59 AM Database Support #10664: Develop a multi session test suite in harness
Yes, I agree that we have done a crappy job of building tests in this area. For years, I have been pleading with peo... Greg Shah
04:55 AM Database Support #10664: Develop a multi session test suite in harness
Alexandru,
When it comes to issues found in trunk, should I open new tasks and postpone fixing them, or fix them fi...
Artur Școlnic
04:49 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> In note 4 I posted one example of seemingly incorrect behavior in trunk, but it's not the onl...
Alexandru Lungu
11:47 AM User Interface Bug #10706: Date FILL-IN: Unintended VALUE-CHANGED Event Triggered by BACKSPACE
Consider this example:... Vladimir Tsichevski
11:44 AM User Interface Bug #10706 (WIP): Date FILL-IN: Unintended VALUE-CHANGED Event Triggered by BACKSPACE
Vladimir Tsichevski
09:32 AM Conversion Tools Feature #10701 (New): implement support for generative AI code assist
Greg Shah
09:28 AM Conversion Tools Feature #3703: implement TRPL based linting support
Although my initial idea was to implement these as reports, it is likely that the reporting/analytics will migrate in... Greg Shah
09:25 AM Conversion Tools Feature #10700: expose analytics features in our IDE support
Maintaining a separate web UI for analytics is extra work for us and inconvenient for our users. A better solution i... Greg Shah
09:18 AM Conversion Tools Feature #10700 (New): expose analytics features in our IDE support
Greg Shah
08:48 AM Base Language Bug #10636 (WIP): 4GL FOR FIRST LEAVE statement exits the function
Created task branch *10636a*. Teodor Gorghe
08:47 AM User Interface Bug #10699: Defining a trigger for just one part of the low-level DOWN-UP pair of mouse triggers...
This is the testcase:... Delia Mitric
08:31 AM User Interface Bug #10699 (New): Defining a trigger for just one part of the low-level DOWN-UP pair of mouse tr...
Delia Mitric
08:36 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
Good, opsys is out of the question.
I converted the two tables, Foo_BARSomething and Foo_BAR_Something, and got a ...
Dănuț Filimon
07:21 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
We shouldn't change the output based on the OPSYS setting. The output should be the same always (safe for case-insen... Greg Shah
07:07 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
We use @opsys@ to determine what OS is being used (default is Unix OS). opsys can be set in @p2j.cfg.xml@, so there's... Dănuț Filimon
06:55 AM User Interface Bug #10696: Extra repeated output when using display inside a REPEAT loop
Testcase:... Paula Păstrăguș
06:52 AM User Interface Bug #10696 (New): Extra repeated output when using display inside a REPEAT loop
Paula Păstrăguș
06:40 AM Testing Support #6859: preprocessor tests
Committed *testcases/1811*. Added semicolon preprocessor tests. Dănuț Filimon
06:34 AM Testing Support #6859: preprocessor tests
Yes, you can add them. Greg Shah
06:09 AM Testing Support #6859: preprocessor tests
I wrote the test for #10109 + semicolon tests, can I commit them to testcases? As for the AdaptiveFind scenario, I co... Dănuț Filimon
05:38 AM Testing Support #6859: preprocessor tests
Dănuț Filimon wrote:
> Greg Shah wrote:
> > Dănuț Filimon wrote:
> > > I am investigating #10262-31 and I am also ...
Greg Shah
03:56 AM Testing Support #6859: preprocessor tests
Greg Shah wrote:
> Dănuț Filimon wrote:
> > I am investigating #10262-31 and I am also looking into expanding the t...
Dănuț Filimon
06:08 AM Conversion Tools Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
Code Review Task Branch 6083a Revision 16224
No objection.
Greg Shah
03:08 AM Conversion Tools Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
Committed *6083a/16224*. Fixed file copy and file separator. Dănuț Filimon
06:05 AM Conversion Tools Feature #10265: schema-only conversion
Code Review Task Branch 10265a Revision 16215
It looks good.
Greg Shah
06:02 AM Conversion Tools Feature #10265 (Internal Test): schema-only conversion
Greg Shah wrote:
> Code Review Task Branch 10265a Revision 16214
>
> This is good. The only change that may be n...
Dănuț Filimon
05:21 AM Conversion Tools Feature #10265: schema-only conversion
Code Review Task Branch 10265a Revision 16214
This is good. The only change that may be needed is to output somet...
Greg Shah
06:03 AM Database Support #4060: investigate converting extent fields to array columns
That improvement is only possible in native array column mode, right? So there is a potential win here for the nativ... Greg Shah
06:01 AM Database Support #4060: investigate converting extent fields to array columns
Performance doesn't seem to be a big issue, is similar to what we have now.
I could also improve performance for SEL...
Stefanel Pezamosca
05:11 AM User Interface Bug #10695: Editor Replace function throws ArrayIndexOutOfBoundsException
Testcase:... Radu Apetrii
05:06 AM User Interface Bug #10695 (Test): Editor Replace function throws ArrayIndexOutOfBoundsException
Radu Apetrii

10/09/2025

03:16 PM User Interface Bug #10693 (Merge Pending): Incorrect z-order and focus for new Stack trace dialog
I see the modal dialog windows are incorrectly placed one upon another. It can be observed for Hotel CHUI web client.... Sergey Ivanovskiy
11:54 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I do not understand this... Sergey Ivanovskiy
11:51 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
@agent@ means the broker client, so the @agent host@ should be the host that runs broker client. You can debug and se... Sergey Ivanovskiy
11:32 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I have to run to a doctor, but figured I'd post my configuration items from each server. Roger Borrello
11:28 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I have set the agent to @fwddev2@ with same results. Let me recap...
On the client (*fwddev2*) I have @./deploy/br...
Roger Borrello
07:01 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
> I wouldn't think so, since we don't have jetty there, just a web client.
Of course we have Jetty there, Jetty pu...
Greg Shah
11:57 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> I have on *fwddev2* the @./deploy/broker@ directory, and the @client.xml@ contains:
> [...]...
Sergey Ivanovskiy
11:10 AM Database Feature #4369: implement stateless FWD server clustering
The initial feedback from Hazelcast about their EE licensing requires an annual payment per node (with a minimum of 3... Greg Shah
08:50 AM Database Feature #4369: implement stateless FWD server clustering
Andrei Plugaru wrote:
> I just found Apache Geode, it is also a in-memory data grid. On their home page they market ...
Greg Shah
08:35 AM Database Feature #4369: implement stateless FWD server clustering
I just found Apache Geode, it is also a in-memory data grid. On their home page they market it as _Performance is key... Andrei Plugaru
08:15 AM Database Feature #4369: implement stateless FWD server clustering
I will investigate the pricing and licensing of Hazelcast EE. Greg Shah
07:58 AM Database Feature #4369: implement stateless FWD server clustering
Greg Shah wrote:
> That would mean that the entire cluster goes down when any node is unavailable. That breaks the ...
Andrei Plugaru
07:53 AM Database Feature #4369: implement stateless FWD server clustering
> However, in order to ensure strong consistency, we will actually want to deny access to any node(from both the part... Greg Shah
07:49 AM Database Feature #4369: implement stateless FWD server clustering
As only their Enterprise edition actually offers the strong consistency in case of a network partition, I looked over... Andrei Plugaru
09:37 AM Database Support #10664: Develop a multi session test suite in harness
In note 4 I posted one example of seemingly incorrect behavior in trunk, but it's not the only one. @full_transaction... Artur Școlnic
09:29 AM Database Support #10664: Develop a multi session test suite in harness
> I think I understand now. The tests I added in support/harness/multi-session-tests were not meant to run on OE.
...
Alexandru Lungu
07:07 AM Database Support #10664 (WIP): Develop a multi session test suite in harness
Artur Școlnic
07:07 AM Database Support #10664: Develop a multi session test suite in harness
You must change your approach to match the one documented in [[p2j:Writing_Multi-User_Testcases|Writing Multi-User Te... Greg Shah
05:52 AM Database Support #10664: Develop a multi session test suite in harness
Greg,
Should I convert/write a new test suite that is OE compatible?
Artur Școlnic
05:47 AM Database Support #10664: Develop a multi session test suite in harness
I think I understand now. The tests I added in @support/harness/multi-session-tests@ were not meant to run on OE. The... Artur Școlnic
05:38 AM Database Support #10664: Develop a multi session test suite in harness
This is what I am talking about. There must be some differences in the tests when running harness in OE and FWD. Artur Școlnic
05:36 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> So instructions like this one will be handled correctly?
> [...]
Not in OE.
Tomasz Domin
05:35 AM Database Support #10664: Develop a multi session test suite in harness
So instructions like this one will be handled correctly?... Artur Școlnic
05:05 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Should the tests be changed for OE?
Artur
The very first sentence from: [[p2j:Writing_Mu...
Tomasz Domin
05:03 AM Database Support #10664: Develop a multi session test suite in harness
Should the tests be changed for OE?
In fwd the converted procedures are ran using client.sh, I am not sure how harn...
Artur Școlnic
09:12 AM User Interface Bug #10692: Numeric FILL-IN: Problems with formats using debit/credit sign placeholders
Numeric formats support three methods for displaying the sign of a value:
# Using @+@ or @-@ placeholders, either ...
Vladimir Tsichevski
08:58 AM User Interface Bug #10692 (WIP): Numeric FILL-IN: Problems with formats using debit/credit sign placeholders
Vladimir Tsichevski
08:55 AM Database Bug #10689: Wrong temp-table FOR EACH sorting criteria
Teodor Gorghe wrote:
> There is also this test case, which passes on 4GL, but fails on FWD:
> [...]
>
> I think ...
Teodor Gorghe
08:41 AM Database Bug #10689: Wrong temp-table FOR EACH sorting criteria
There is also this test case, which passes on 4GL, but fails on FWD:... Teodor Gorghe
07:27 AM Database Bug #10689 (Review): Wrong temp-table FOR EACH sorting criteria
Committed revision *16213* on task branch *10689a*:
- Improved index selection for temp-table: added implementation ...
Teodor Gorghe
07:26 AM Database Bug #10689 (WIP): Wrong temp-table FOR EACH sorting criteria
Created task branch *10689a*. Teodor Gorghe
04:33 AM Database Bug #10689: Wrong temp-table FOR EACH sorting criteria
!Index-rules.png!
From this list, the only thing left to implement is @temp-tables go by definition order@
Eduard Soltan
04:30 AM Database Bug #10689: Wrong temp-table FOR EACH sorting criteria
The following test case fails on FWD because of the unimplemented main index selection by definition:... Teodor Gorghe
04:24 AM Database Bug #10689 (Closed): Wrong temp-table FOR EACH sorting criteria
Teodor Gorghe
08:31 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
Dănuț Filimon wrote:
> I've made a similar patch to #10626-2 in #9917, it was for the frames and menus (explained th...
Constantin Asofiei
08:26 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
I've made a similar patch to #10626-2 in #9917, it was for the frames and menus (explained the issue in #9917-10, the... Dănuț Filimon
07:11 AM Database Support #4060: investigate converting extent fields to array columns
My fingers are crossed for a performance improvement! Greg Shah
06:21 AM Database Support #4060: investigate converting extent fields to array columns
Greg Shah wrote:
> A very important test to do early: does this resolve the issue in #8982?
Yes, it should solve ...
Stefanel Pezamosca
07:10 AM Testing Support #6859: preprocessor tests
Dănuț Filimon wrote:
> I am investigating #10262-31 and I am also looking into expanding the test cases where possib...
Greg Shah
06:16 AM Testing Support #6859: preprocessor tests
I am investigating #10262-31 and I am also looking into expanding the test cases where possible. Dănuț Filimon
06:01 AM Conversion Tools Bug #10569: Semicolon is skipped while preprocessing
Radu Apetrii wrote:
> Alex/Danut: if you don't plan on assigning this issue to somebody from your team, can you plea...
Dănuț Filimon
05:58 AM Conversion Tools Bug #10569: Semicolon is skipped while preprocessing
Alex/Danut: if you don't plan on assigning this issue to somebody from your team, can you please suggest a place wher... Radu Apetrii
03:50 AM Conversion Tools Feature #10265: schema-only conversion
Rebased *10265a* to latest *trunk/16212*, the branch is now at revision *16214*. Dănuț Filimon
03:41 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Dănuț Filimon wrote:
> Octavian, please check #10536-27 - #10536-32 and #10536-38 - #10536-39.
I included that pa...
Octavian Adrian Gavril
03:14 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Octavian, please check #10536-27 - #10536-32 and #10536-38 - #10536-39. Dănuț Filimon

10/08/2025

04:09 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Roger Borrello wrote:
> It looks like I'm getting redirected to @https://null:35805/index.html?token=1d47cbd16f9b20b...
Roger Borrello
02:55 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
It looks like I'm getting redirected to @https://null:35805/index.html?token=1d47cbd16f9b20b5e1a3f64b9d5636a7@ so som... Roger Borrello
12:05 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I got past the spawner error, now this error:... Roger Borrello
11:57 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> It is @WebClientSpawner@ code
> [...]
> So the web client url has @localhost@ in its pa...
Roger Borrello
11:55 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I ran the above configuration, and now we get some output from the broker client:... Roger Borrello
11:54 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
It is @WebClientSpawner@ code... Sergey Ivanovskiy
11:45 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
Sergey Ivanovskiy wrote:
> In respect to @dedicatedMode@ please test with this option and without the former. @dedic...
Roger Borrello
11:36 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
In respect to @dedicatedMode@ please test with this option and without the former. @dedicatedMode@ changes @ip@ addre... Sergey Ivanovskiy
11:25 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
It seems that the following access rights should be added to your directory... Sergey Ivanovskiy
11:20 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
It seems that @No export or no access to@ means that the remote access rights is needed because this network service ... Sergey Ivanovskiy
11:13 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
The port used in the broker's @client.xml@ for secure connection was incorrect. I have made the correction. Now when ... Roger Borrello
11:06 AM Database Feature #4369: implement stateless FWD server clustering
Consistency and Partition Tolerance is probably what we would require. Availability is less important (if a node dro... Greg Shah
10:55 AM Database Feature #4369: implement stateless FWD server clustering
While I was going through the documentation, I discovered this page: https://docs.hazelcast.com/hazelcast/5.5/data-st... Andrei Plugaru
07:42 AM Database Feature #4369: implement stateless FWD server clustering
Greg Shah wrote:
> > Regarding the 3rd party service used for sync. As I can see, Redis has been the last one mentio...
Andrei Plugaru
10:06 AM Database Support #4060: investigate converting extent fields to array columns
A very important test to do early: does this resolve the issue in #8982? Greg Shah
09:43 AM Database Support #4060: investigate converting extent fields to array columns
I am working on a prototype implementation for this, that I activated only for PostgreSQL dialect by adding a @"useAr... Stefanel Pezamosca
03:20 AM Database Support #4060 (WIP): investigate converting extent fields to array columns
Stefanel Pezamosca
10:02 AM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
Constantin Asofiei wrote:
> I mean the basepath - if that is /ws and the request URI is /wsa, then it will match. I...
Tomasz Domin
05:16 AM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
I mean the basepath - if that is /ws and the request URI is /wsa, then it will match. I think basepath needs to be s... Constantin Asofiei
05:12 AM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
Constantin Asofiei wrote:
> Tomasz, beside the @requestUri.startsWith(instance.getBasePath())@ check mentioned by Hy...
Tomasz Domin
04:54 AM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
Tomasz, beside the @requestUri.startsWith(instance.getBasePath())@ check mentioned by Hynek, I think we are OK. Constantin Asofiei
09:30 AM Database Bug #9383 (Internal Test): Cache only the current delegate on transaction commit if a Progressive...
Got it! I am OK with the changes. Alexandru Lungu
08:28 AM Database Bug #9383 (Review): Cache only the current delegate on transaction commit if a ProgressiveResults...
Alex: Please review 9383a/rev. 16145. Razvan-Nicolae Chichirau
06:47 AM Database Bug #9383: Cache only the current delegate on transaction commit if a ProgressiveResults is used
@start.p@... Razvan-Nicolae Chichirau
07:40 AM Database Bug #10560: Wrong buffer picking for ReadXml when seralization name of a buffer correspond to the...
Committed revision *16169* on task branch *10560a*:
- Added some missing javadoc description. Added one more case wh...
Teodor Gorghe
04:38 AM Database Bug #10560 (Review): Wrong buffer picking for ReadXml when seralization name of a buffer correspo...
Teodor Gorghe
04:37 AM Database Bug #10560: Wrong buffer picking for ReadXml when seralization name of a buffer correspond to the...
Committed revision *16168* on task branch *10560a*:
- Added support on @DATASET:READ-XML@ for matching XML field and...
Teodor Gorghe
07:19 AM Base Language Bug #10613 (Test): Incremental conversion issue: temp-table dmo does not get converted
Branch 10613a was merged to trunk rev 16212 and archived. Dănuț Filimon
07:07 AM Base Language Bug #10613 (Merge Pending): Incremental conversion issue: temp-table dmo does not get converted
Please merge to trunk now. Greg Shah
06:52 AM Base Language Bug #10613: Incremental conversion issue: temp-table dmo does not get converted
Dănuț Filimon wrote:
> The changes are pretty simple, so the test plan includes running ChUI and a customer conversi...
Dănuț Filimon
04:57 AM Base Language Bug #10613: Incremental conversion issue: temp-table dmo does not get converted
The changes are pretty simple, so the test plan includes running ChUI and a customer conversion/incremental. Dănuț Filimon
04:54 AM Base Language Bug #10613: Incremental conversion issue: temp-table dmo does not get converted
Code Review Task Branch 10613a Revision 16211
The changes are good.
Greg Shah
03:04 AM Base Language Bug #10613 (Internal Test): Incremental conversion issue: temp-table dmo does not get converted
Committed the @hasSchemaChanges()@ to *10613a/16211*. Dănuț Filimon
07:15 AM Testing Support #6859: preprocessor tests
I updated https://proj.goldencode.com/projects/p2j/wiki/Preprocessor_Testcases#Current-Status and https://proj.golden... Dănuț Filimon
06:46 AM Base Language Bug #10352 (Review): Fix READ-JSON dataset handle method's behaviour
Teodor Gorghe
06:45 AM Base Language Bug #10352: Fix READ-JSON dataset handle method's behaviour
Committed revision *16141* on task branch *10352a*:
- Fixed processNestedRecord when the child record has XML prefix...
Teodor Gorghe
05:48 AM Base Language Bug #10352: Fix READ-JSON dataset handle method's behaviour
Committed revision *16140* on task branch *10352a*:
- Fixed the issue reported on #10352-35.
I will document the ...
Teodor Gorghe
05:22 AM Base Language Bug #10352: Fix READ-JSON dataset handle method's behaviour
I don't quite understand. Beside the issue that I have found, there is another issue. I will document it soon, but wh... Teodor Gorghe
06:00 AM Database Support #10664: Develop a multi session test suite in harness
I made some edits to reflect this information (see [[p2j:Writing_Multi-User_Testcases#Definitions|Definitions]]) and ... Greg Shah
05:44 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Tomasz Domin wrote:
> > The wiki is very new, let me know if I can help you if something is ...
Tomasz Domin
05:40 AM Database Support #10664: Develop a multi session test suite in harness
Tomasz Domin wrote:
> The wiki is very new, let me know if I can help you if something is missing.
Yes, please he...
Artur Școlnic
05:59 AM Conversion Tools Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
Greg Shah wrote:
> Code REview Task Branch 6083a Revision 1622
>
> I'm fine with the changes.
>
> Please do en...
Dănuț Filimon
04:58 AM Conversion Tools Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
Code Review Task Branch 6083a Revision 1622
I'm fine with the changes.
Please do enough testing to confirm it i...
Greg Shah
03:57 AM Conversion Tools Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
Dănuț Filimon wrote:
> Greg Shah wrote:
> > I have reconsidered the @name_map.xml@ changes. It was my mistake to f...
Dănuț Filimon
04:53 AM Runtime Infrastructure Feature #10685: Move name_map.xml to the cvt folder
The purpose of this task is to move the name_map.xml to the conversion folder, this is a breaking change which will r... Dănuț Filimon
04:52 AM Runtime Infrastructure Feature #10685 (Closed): Move name_map.xml to the cvt folder
Dănuț Filimon
03:02 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Ovidiu Maxiniuc wrote:
> Review of 10639a/16189.
> The code should work now. But I do not understand the usage of @...
Octavian Adrian Gavril

10/07/2025

06:14 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I don't think I am making the connection to the server from the broker because we try 10 times, and bail. It's is dis... Roger Borrello
03:00 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
I have on *fwddev2* the @./deploy/broker@ directory, and the @client.xml@ contains:... Roger Borrello
02:49 PM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
I can confirm your observation that the _2 and subsequent interfaces are no longer created.
Therefore I studied a ...
Ovidiu Maxiniuc
09:45 AM Conversion Tools Bug #10639 (Review): Incremental conversion - unexpected DMO generation for space-only changes
I've committed the last proposed solution in *10639a/16189*. I followed the suggestions from #10639-19 to modify the ... Octavian Adrian Gavril
10:16 AM Database Feature #4369: implement stateless FWD server clustering
> The primary work would be on identifying the list of items that should be synchronized between the server instances... Greg Shah
09:14 AM Database Feature #4369: implement stateless FWD server clustering
Some thoughts about my understanding of this task:
* The primary work would be on identifying the list of items that...
Andrei Plugaru
10:09 AM Conversion Tools Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
Greg Shah wrote:
> I have reconsidered the @name_map.xml@ changes. It was my mistake to force that into this task. ...
Dănuț Filimon
10:01 AM Conversion Tools Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
I have reconsidered the @name_map.xml@ changes. It was my mistake to force that into this task. Please separate tha... Greg Shah
09:59 AM Base Language Bug #10613: Incremental conversion issue: temp-table dmo does not get converted
Code Review Task Branch 10613a Revision 16210
Overall the logic seems correct.
@schemasChanged == null || !sch...
Greg Shah
09:19 AM Base Language Bug #10613 (Review): Incremental conversion issue: temp-table dmo does not get converted
Committed *10613a/16210*. Fixed incremental conversion when modifying a temp-table.
Greg, please review.
Dănuț Filimon
08:48 AM Base Language Bug #10613: Incremental conversion issue: temp-table dmo does not get converted
Created *10613a* from the latest *trunk/16209*. Dănuț Filimon
08:08 AM Base Language Bug #10613: Incremental conversion issue: temp-table dmo does not get converted
I am considering removing:... Dănuț Filimon
06:54 AM Base Language Bug #10613: Incremental conversion issue: temp-table dmo does not get converted
This is the patch I came up with:... Dănuț Filimon
06:33 AM Base Language Bug #10613: Incremental conversion issue: temp-table dmo does not get converted
Dănuț Filimon wrote:
> The .dict file is created again when @TransformDriver.runScanDriver()@ is called (ends up in ...
Dănuț Filimon
05:43 AM Base Language Bug #10613: Incremental conversion issue: temp-table dmo does not get converted
The .dict file is created again when @TransformDriver.runScanDriver()@ is called (ends up in @AstGenerator.parse()@),... Dănuț Filimon
04:46 AM Base Language Bug #10613 (WIP): Incremental conversion issue: temp-table dmo does not get converted
Indeed, the .dict file has the right f2 field, but the .p2o and .schema do not. There's P2OLookup.addJavaName which i... Dănuț Filimon
09:29 AM Runtime Infrastructure Feature #9687 (Review): drop support for Java 8 and Java 11
Tomasz Domin
09:29 AM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
I've just checked and the current trunk introduces a feature that may require a bit more work before merging - revis... Tomasz Domin
05:00 AM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
Hynek Cihlar wrote:
> I agree that @StandardServer@ should not be aware of activated handlers. However, the handlers...
Tomasz Domin
04:33 AM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
Tomasz Domin wrote:
> Hynek Cihlar wrote:
> > The solution for the potential context conflict isn't well structured...
Hynek Cihlar
06:58 AM Database Support #10664: Develop a multi session test suite in harness
Tomasz Domin wrote:
> Artur Școlnic wrote:
> > Oh, you meant running harness in OE... I did not try it. Is it a har...
Greg Shah
06:49 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Is there a wiki or specific notes in #9270 on running harness in OE?
Yep, there is [[p2j...
Tomasz Domin
06:47 AM Database Support #10664: Develop a multi session test suite in harness
Is there a wiki or specific notes in #9270 on running harness in OE? Artur Școlnic
06:46 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> I would expect multi session tests to behave differently in OE compared to FWD since OE doesn...
Tomasz Domin
06:46 AM Database Support #10664: Develop a multi session test suite in harness
I would expect multi session tests to behave differently in OE compared to FWD since OE doesn't take transaction isol... Artur Școlnic
06:40 AM Database Support #10664: Develop a multi session test suite in harness
Artur Școlnic wrote:
> Oh, you meant running harness in OE... I did not try it. Is it a hard requirement?
I think...
Tomasz Domin
03:07 AM Database Support #10664: Develop a multi session test suite in harness
Oh, you meant running harness in OE... I did not try it. Is it a hard requirement? Artur Școlnic
02:25 AM Database Support #10664: Develop a multi session test suite in harness
Hi,
It is possible to run them in OE, just not in an automated mode. I ran the two procedures at the same time, pre...
Artur Școlnic
06:55 AM Testing Support #9270 (Closed): design and implement an approach for executing multi-session 4GL testcases
Greg Shah
04:52 AM Testing Support #9270: design and implement an approach for executing multi-session 4GL testcases
Greg Shah wrote:
> Tomasz: Please make it a priority to write the documentation in [[p2j:Writing Multi-User Testcase...
Tomasz Domin
06:10 AM Database Bug #9383: Cache only the current delegate on transaction commit if a ProgressiveResults is used
The testing was halted temporary due to a regression found in ChUI regression tests. ATM I don't have an exact testca... Razvan-Nicolae Chichirau

10/06/2025

03:27 PM Database Support #10664: Develop a multi session test suite in harness
Artur
Shouldnt be possible to run those tests in OE ?
Tomasz Domin
06:25 AM Database Support #10664: Develop a multi session test suite in harness
Committed the tests to @support/harness/multi-session-tests@, testcases rev 1809. Artur Școlnic
04:41 AM Database Support #10664: Develop a multi session test suite in harness
Please commit to xfer/testcases. Alexandru Lungu
04:25 AM Database Support #10664 (Review): Develop a multi session test suite in harness
Alexandru, I attached the abl code for the cross session tests, please review. Artur Școlnic
12:05 PM Database Bug #10385 (Review): Incorrect reset of the cursor cache in Reposition
Eduard Soltan
12:05 PM Database Bug #10385: Incorrect reset of the cursor cache in Reposition
Manage to recreate the problem that appeared in ETF.... Eduard Soltan
10:01 AM Database Bug #9383: Cache only the current delegate on transaction commit if a ProgressiveResults is used
Alexandru Lungu wrote:
> We can test the scenario (#9138).
I tested the scenario from #9138 with 9383a and didn't...
Lorian Sandu
07:39 AM Database Bug #9383: Cache only the current delegate on transaction commit if a ProgressiveResults is used
I'll do the following:
* smoke-tests, performance tests and unit tests for some customer apps
* ChUI regression tes...
Razvan-Nicolae Chichirau
07:29 AM Database Bug #9383: Cache only the current delegate on transaction commit if a ProgressiveResults is used
> Is this a real concern?
I can't tell, but I think it is fine.
Please proceed with customer application testing.
Alexandru Lungu
06:53 AM Database Bug #9383: Cache only the current delegate on transaction commit if a ProgressiveResults is used
Did multiple tests and the maximum amount of memory needed to run these tests is the same, but with 9383a I think the... Razvan-Nicolae Chichirau
06:01 AM Database Bug #9383: Cache only the current delegate on transaction commit if a ProgressiveResults is used
> Alex: Can we move to the next phase of testing?
Please do some investigation for memory spikes. What is the mini...
Alexandru Lungu
04:54 AM Database Bug #9383: Cache only the current delegate on transaction commit if a ProgressiveResults is used
The attached zip contains the following:
* the data schema used for the tests (fwd.df)
* a class with 1k tests for ...
Razvan-Nicolae Chichirau
09:46 AM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
Hynek Cihlar wrote:
> Code review 9687c.
Thank you
> Please fix the added javadoc of @SoapServiceFilterHandler.h...
Tomasz Domin
05:25 AM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
Hynek Cihlar wrote:
> Instead of a filter, did you consider distinct context handlers? I.e. to have a context handle...
Hynek Cihlar
05:00 AM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
Tomasz Domin wrote:
> Hynek - please review revision 16214
Code review 9687c.
Please fix the added javadoc of ...
Hynek Cihlar
07:47 AM Base Language Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
From #10522, please also add @OpenEdge.Core.Collections.StringCollection@ (and dependencies) plus check the changes f... Constantin Asofiei
07:45 AM Base Language Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
Andrei, in this pass, I'd like to have only unimplemented files in FWD (@RT_LVL_STUB@) in a branch. Constantin Asofiei
07:00 AM Base Language Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
This is the list of the current converted files and their runtime support in p2j.
{{collapse
|_.Source Path |_.P2J...
Andrei Plugaru
07:31 AM Base Language Bug #4766: fix CHR and ASC
Greg Shah wrote:
> OK, so this behavior has nothing to do with the stream output. It is a quirk of the preprocessor...
Delia Mitric
07:19 AM Base Language Bug #4766: fix CHR and ASC
OK, so this behavior has nothing to do with the stream output. It is a quirk of the preprocessor. Please create a n... Greg Shah
02:01 AM Base Language Bug #4766: fix CHR and ASC
Greg Shah wrote:

> Please run this with different encodings (on FWD and OE) and report the results.
I've modif...
Delia Mitric
07:30 AM Conversion Tools Bug #10678: ~u#### escape sequences which have no equivalent in the cpinternal should be not con...
Testcase:
cpinternal = ISO8859-1...
Delia Mitric
07:29 AM Conversion Tools Bug #10678 (New): ~u#### escape sequences which have no equivalent in the cpinternal should be n...
Delia Mitric
06:33 AM Base Language Bug #10522: Bring changes from 7156e/15727 to trunk
Dănuț Filimon wrote:
> Dănuț Filimon wrote:
> > Committed *10522a/16177*. Changes from 7156e/15727 built on trunk/1...
Constantin Asofiei
06:04 AM Base Language Bug #10522: Bring changes from 7156e/15727 to trunk
Dănuț Filimon wrote:
> Committed *10522a/16177*. Changes from 7156e/15727 built on trunk/15726: Added change to coll...
Dănuț Filimon
05:23 AM Base Language Bug #10613: Incremental conversion issue: temp-table dmo does not get converted
Dănuț Filimon wrote:
> I can still reproduce #10613-1 with the latest 6083a. As far as I can remember, I did not fix...
Constantin Asofiei
04:54 AM Base Language Bug #10613: Incremental conversion issue: temp-table dmo does not get converted
I can still reproduce #10613-1 with the latest 6083a. As far as I can remember, I did not fix this in the branch beca... Dănuț Filimon
04:33 AM Database Feature #10583: Implement a Database specific records cache.
I posted the current test suite in #10664, 10583a passes it. Artur Școlnic
01:15 AM Database Bug #10560: Wrong buffer picking for ReadXml when seralization name of a buffer correspond to the...
I have tested with OE 12.8 and I can confirm that everything that happens on OE 11.6 is the same as OE 12.8. Teodor Gorghe
01:00 AM Database Bug #10560: Wrong buffer picking for ReadXml when seralization name of a buffer correspond to the...
I know that this behavior also happens for OE 11.7. Do we have another OE version available? Teodor Gorghe
 

Also available in: Atom