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. ...
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... - 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... - 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 ... - 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 ... - 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 ...
- 06:50 AM Database Support #10664: Develop a multi session test suite in harness
- + Ovidiu
- 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 ...
- 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... - 04:38 AM Database Support #10664: Develop a multi session test suite in harness
- The tests that are not running properly have this pattern:...
- 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... - 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...
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 ... - 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 ...
- 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 ...
- 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... - 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.
- 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
... - 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... - 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! - 02:45 AM User Interface Bug #10736 (WIP): Deleting a character from the editable field of a COMBO-BOX generates VALUE-CH...
- 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.... - 10:14 AM User Interface Bug #10808 (New): COMBO-BOX entry GUI mode: Issues when containing only spaces
- 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... - 07:55 AM User Interface Bug #10807 (New): COMBO-BOX DELETE-CHARACTER Crash in GUI Mode
- 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.
- 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... - 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 ...
- 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?
- 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 ...
- 05:13 AM Database Bug #10806 (New): Presort queries can sometimes dynamically find records created after opening th...
- 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...
- 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... - 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...
- 07:13 PM Conversion Tools Feature #10804 (Review): create replacement AST implementation for use with ANTLR 4
- 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 ...
- 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 ...
- 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...
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... - 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...
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... - 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... - 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:
... - 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 ...
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... - 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... - 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...
- 07:19 AM Database Support #10664: Develop a multi session test suite in harness
- ...
- 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... - 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 ?
> ... - 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... - 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... - 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... - 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:...
- 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... - 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... - 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... - 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.
... - 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... - 03:21 AM Database Support #10664: Develop a multi session test suite in harness
- In a simple program, constructs like:...
- 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... - 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... - 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... - 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...
- 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, ...
- 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...
- 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...- 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...
- 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... - 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... - 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...
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 ... - 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... - 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... - 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 ... - 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?
- 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... - 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... - 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 ... - 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... - 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...
- 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... - 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 ...
- 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... - 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 ...
- 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... - 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... - 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, ... - 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...
- 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.
- 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.
- 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... - 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?
... - 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?
- 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... - 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.
- 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... - 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... - 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...
- 09:07 AM User Interface Bug #10801: COMBO-BOX issues
- Please add the related @COMBO-BOX@ issues here :).
- 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...
- 09:03 AM User Interface Bug #10801 (New): COMBO-BOX issues
- 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... - 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...
- 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... - 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.
- 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... - 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.
- 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. - 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...
10/29/2025
- 04:55 PM Database Bug #10470 (Rejected): Wrong order of records fetching when index modification
- 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... - 03:28 PM Database Bug #10470: Wrong order of records fetching when index modification
- Teodor Gorghe wrote:
> This issue was solved by #10480?
Eduard? - 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
- 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...
- 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:...
- 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... - 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...
- 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... - 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... - 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 @-...
- 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?
- 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... - 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... - 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.
- 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.
- 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?
- 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... - 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...
- 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...
- 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...
- 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... - 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@... - 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... - 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... - 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=...
- 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?
- 01:43 PM Conversion Tools Bug #6629: incremental conversion for OpenClient proxy programs
- Danut, while we are at it: the .jast for the FWD OpenClient proxy programs is still in abl/ and not in cvt/ folder.
- 11: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 ...
- 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...
- 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 ...
- 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...
- 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* - 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.
- 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... - 09:26 AM User Interface Bug #10695 (WIP): Editor Replace function throws ArrayIndexOutOfBoundsException
- 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... - 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...
- 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...
- 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... - 05:25 AM User Interface Bug #10791 (Test): DOWN and UP events in a simple COMBO-BOX don't select the list item correctly ...
- 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.
- 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 ... - 05:52 AM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
- Tomasz Domin wrote:
> Constantin - can you please review my changes to WebServiceImpl.java and LowLevelSocketImpl.ja... - 05: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... - 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... - 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*.
- 05:01 AM Database Bug #10560: Wrong buffer picking for ReadXml when seralization name of a buffer correspond to the...
- Teodor: please rebase 10560a.
- 05:11 AM Base Language Bug #10352: Fix READ-JSON dataset handle method's behaviour
- Rebased *10352a* to trunk revision *16250*.
- 05:01 AM Base Language Bug #10352: Fix READ-JSON dataset handle method's behaviour
- Teodor: please rebase 10352a.
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 ... - 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...
- 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...
- 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... - 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@.
- 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 ...
- 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-... - 09:33 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Roger, my warmest congratulations on your great anniversary!
- 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... - 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,... - 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... - 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...
- 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... - 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...
- 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*.... - 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. - 09:55 AM Base Language Bug #10391: Comparisons methods not returning the correct result in poly cases
- Please add history entries.
- 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
- 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... - 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... - 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: ... - 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... - 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...
- 04:18 AM User Interface Bug #10786 (New): Common websocket parameters for the web client are not validated
- 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...
- 03:24 AM User Interface Bug #10785 (New): DIALOG-BOX height is not computed right
- 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)... - 03:20 AM Conversion Tools Bug #10784 (Test): FWD Analytics - Visualize Call Graph can't be used due to broken file paths
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... - 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... - 10:06 AM Base Language Bug #10391 (WIP): Comparisons methods not returning the correct result in poly cases
- Paul - please work on a standalone testcase for #7143-1723 and lets discuss it.
- 09: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...
- 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. - 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... - 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... - 08:09 AM Database Bug #10526: Progressive results don't get invalidated when buffer-copy is performed
- Eduard: please merge 10526a_h2 to fwd-h2 trunk.
- 07: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?
... - 07:44 AM Database Bug #10526: Progressive results don't get invalidated when buffer-copy is performed
- Alexandru: can we merge 10526a_h2 to fwd-h2-trunk so 10526a can upgrade the fwd-h2 rev?
- 07: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... - 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?
- 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... - 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 ... - 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.
- 04:41 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Rebased 9709b and added missed history rev. 16251.
- 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...
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...
- 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...
- 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... - 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.
- 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...
- 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-...
- 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 ...
- 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... - 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)
... - 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... - 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...
- 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 ...
- 07:53 AM Database Bug #10776 (Pending): FFC.touch standing out in profiling
- 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 ... - 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... - 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...
- 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... - 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...
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,...
- 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... - 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),...
- 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...
- 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...
- 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:
# ... - 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... - 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... - 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@
>
> ... - 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...
- 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...
- 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...
- 12:56 PM Base Language Bug #9906 (Closed): Incorrect date parsing in FWD DATE(CHARACTER) implementation
- 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 - 11:11 AM Base Language Bug #9906 (Merge Pending): Incorrect date parsing in FWD DATE(CHARACTER) implementation
- Please merge 9906a to trunk.
- 12:54 PM Database Bug #10590 (Test): Indices are not taken from the model temp-table
- 10590a was merged into trunk and archived.
- 11:33 AM Database Bug #10590 (Merge Pending): Indices are not taken from the model temp-table
- Eduard, please merge after 9906a
- 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?
- 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.
- 08:00 AM Base Language Feature #9955 (Merge Pending): Implement ClientPrincipal:TENANT-ID and ClientPrincipal:TENANT-NAME
- This can be merged after 10542a.
- 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... - 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.
- 07:40 AM Conversion Tools Bug #4867 (WIP): Incremental conversion: change detection algorithm ignores .hints and .ext-hints...
- ...
- 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.
- 08:00 AM Database Bug #10542 (Merge Pending): Write trigger called when multiple buffers reference the same record
- This can be merged after 10501a
- 09:36 AM Database Bug #10480 (Test): Wrong sort criteria in FOR LAST when index has desc component
- 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.
- 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
- 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.
- 07:58 AM Base Language Bug #10558 (Merge Pending): READ-XML does not populate the field with a XML prefix on SERIALIZABL...
- 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.
- 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.
- 07:57 AM Base Language Bug #10519 (Merge Pending): ProDataset WRITE-XML issue on nested PARENT-ID-RELATION
- This can be merged after 10509a.
- 08:37 AM Base Language Bug #10509 (Test): SEARCH(directory_path) returns unkown
- Branch *10509a* was merged to trunk rev. *16232* and archived.
- 07:57 AM Base Language Bug #10509 (Merge Pending): SEARCH(directory_path) returns unkown
- This can be merged after 10455a.
- 08:32 AM Database Bug #10455 (Test): Persistent table CAN-FIND FIRST issue
- Branch *10455a* was merged to trunk rev. *16231* and archived.
- 07:57 AM Database Bug #10455 (Merge Pending): Persistent table CAN-FIND FIRST issue
- This can be merged after 10336b.
- 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.
- 07:56 AM Base Language Bug #10336 (Merge Pending): Issue on object deletion: java.lang.IllegalStateException
- This can be merged after 10391a.
- 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.
- 07:52 AM Base Language Bug #10391 (Merge Pending): Comparisons methods not returning the correct result in poly cases
- Paul, please merge 10391a now.
- 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...
- 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 ...
- 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... - 04:59 AM User Interface Bug #10736 (WIP): Deleting a character from the editable field of a COMBO-BOX generates VALUE-CH...
- 03:11 AM Database Bug #10772: NUM-RESULTS on a FOR EACH query fails
- + Added watchers
- 03:06 AM Database Bug #10772: NUM-RESULTS on a FOR EACH query fails
- {{Collapse(book.df)...
- 03:04 AM Database Bug #10772 (Internal Test): NUM-RESULTS on a FOR EACH query fails
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 ... - 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...
- 08:10 AM User Interface Bug #10736 (WIP): Deleting a character from the editable field of a COMBO-BOX generates VALUE-CH...
- 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... - 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...
- 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... - 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... - 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... - 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.
- 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... - 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...
- 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... - 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.
> ... - 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...
- 04:57 AM User Interface Bug #10760 (WIP): Mouse events should not be dispatched while a combo box drop-down is open.
- 04:57 AM User Interface Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
- Testcase:...
- 03:34 AM User Interface Bug #10760 (Test): Mouse events should not be dispatched while a combo box drop-down is open.
- 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... - 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... - 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 ...
- 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... - 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 ... - 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... - 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...
- 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...
- 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-...
- 05:48 AM Base Language Bug #10613 (Closed): Incremental conversion issue: temp-table dmo does not get converted
- 05:47 AM Database Bug #7793 (Closed): incremental conversion with deleted table from .df
- 05:47 AM Conversion Tools Feature #6083 (Closed): schema (.df) changes in incremental conversion mode should only reconvert...
- 05:47 AM Conversion Tools Bug #6738 (Closed): incremental conversion when deleting program or class files
- 05:46 AM Conversion Tools Bug #9917 (Closed): Fileset not ignoring case
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...
- 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...
- 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@...
- 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... - 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 ...
- 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... - 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...
- 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:...
- 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, ...
- 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...
- 11:47 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- it seems that even these values...
- 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? ... - 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... - 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... - 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 ...
- 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...
- 10:37 AM User Interface Bug #10751 (Review): Beep Sound Playback Causing Client Abend
- Fixed in 10761a rev. 16225. Please, review.
- 10:36 AM User Interface Bug #10751 (WIP): Beep Sound Playback Causing Client Abend
- 09:11 AM Conversion Tools Feature #10265 (Test): schema-only conversion
- Branch 10265a was merged into trunk as rev. 16227 and archived.
- 09:07 AM Conversion Tools Feature #10265 (Merge Pending): schema-only conversion
- 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.
- 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... - 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...
- 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...
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...
- 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...
- 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... - 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@.
... - 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...
- 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.
:-) - 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.
- 05:43 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- !NoProtectionChrome.png!
- 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.
- 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 ... - 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:...
- 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 ... - 05:10 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- but client.sh has diff:...
- 05:07 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- This is my directory xml for Hotel GUI.
- 05:05 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- For me this command seems working...
- 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... - 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.
- 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...
- 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... - 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...
- 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 ... - 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 ...
- 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 ...
- 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 ... - 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...
- 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 ... - 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... - 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...
- 02:49 PM User Interface Bug #10751 (Test): Beep Sound Playback Causing Client Abend
- 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...
- 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...
- 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.... - 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... - 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@...
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...
10/18/2025
- 08:28 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- OK, then just fix it.
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... - 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...
- 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...
- 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 ... - 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...
- 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... - 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.
- 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...
- 06:11 AM Documentation Support #9709 (WIP): Needed: Basic example of configuring separate client and server
- 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... - 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... - 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...
- 03:03 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Yes, it seems correct.
- 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?... - 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_... - 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... - 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... - 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,... - 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...
- 03:01 AM Conversion Tools Bug #10639 (WIP): Incremental conversion - unexpected DMO generation for space-only changes
- 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... - 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...
- 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...
- 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.
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... - 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... - 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... - 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... - 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... - 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... - 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, #... - 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... - 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... - 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 ... - 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...
- 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... - 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 ...
- 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...
- 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...
- 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...
- 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... - 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...
- 10:42 AM Database Bug #10739 (New): Nested CAN-FIND issues in FWD
- 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... - 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 ... - 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 ... - 05:38 AM Database Feature #6457: finish COPY-LOB support
- Another customer application converts and runs successfully with 6457a. ✅
- 09:13 AM Conversion Tools Bug #10626 (Internal Test): DMO names can collide on case-insensitive file-system
- 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... - 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 ... - 02:30 AM Conversion Tools Bug #10626 (Review): DMO names can collide on case-insensitive file-system
- Greg, please review.
- 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... - 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.
- 08:00 AM User Interface Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
- Testcase:...
- 07:57 AM User Interface Bug #10736 (Test): Deleting a character from the editable field of a COMBO-BOX generates VALUE-C...
- 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, ...
- 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...
- 07:36 AM Runtime Infrastructure Bug #10733 (New): evaluate and document mandatory configuration required when deploying FWD in pr...
- 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... - 07:58 AM User Interface Feature #10734: CTRL-Z doesn't work on the editable field of a COMBO-BOX
- Testcase:...
- 07:46 AM User Interface Feature #10734 (New): CTRL-Z doesn't work on the editable field of a COMBO-BOX
- 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... - 07:36 AM Base Language Bug #10732 (New): Fix Stream.assignDatum to handle all possible BDT types
- 07:35 AM Database Bug #10590: Indices are not taken from the model temp-table
- Committed on 10590a, rev. 16182. Fix for #10615-47.
- 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(). - 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... - 07:08 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- The following pattern:...
- 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...
- 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...
- 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...
- 06:51 AM Base Language Bug #10519: ProDataset WRITE-XML issue on nested PARENT-ID-RELATION
- Anything left to be reviewed?
- 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 ...
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... - 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... - 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:...
- 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,...
- 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... - 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...
- 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... - 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.
- 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... - 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.
- 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...
- 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:...
- 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...
- 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:...
- 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...
- 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.
- 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
> [...... - 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...
- 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 ...
- 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... - 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... - 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 ... - 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...
- 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... - 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...
- 10:58 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Please look at #9709-84, @WebClientSpawner@, @TemporaryClientTask.doWork@
- 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.
- 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... - 10:11 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- At startup, the broker client has these parameters:...
- 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.
- 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:... - 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:...
- 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 ... - 02:37 PM Deployment Support #10727 (New): implement a docker image that supports the full range of development proces...
- 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...
- 01:50 PM Conversion Tools Feature #10726 (New): calculate and report code quality metrics
- 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... - 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... - 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... - 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... - 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... - 10:48 AM Database Feature #4369: implement stateless FWD server clustering
- OK, it seems like we need delta propagation.
- 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...
- 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...
- 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... - 07:02 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
- Alex: Please review.
- 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 ... - 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?
- 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...
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... - 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...
- 01:12 PM Deployment Feature #10719 (WIP): Base Docker images need version control
- 06:17 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- In the @BrokerManager.spawn@, when we get to:...
- 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...
- 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... - 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@...
- 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...
- 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...
- 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.
- 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... - 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... - 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... - 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... - 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... - 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...
- 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... - 03:50 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Did you mean to run ...
- 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...
- 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...
- 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 ... - 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 ...- 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... - 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:... - 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... - 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:... - 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... - 07:14 AM Database Support #10664: Develop a multi session test suite in harness
- I attached the debug output for the ant command.
- 06:40 AM Database Support #10664: Develop a multi session test suite in harness
- Tomasz,...
- 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 ... - 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...
- 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... - 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 ... - 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...
- 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...
- 03:44 AM Conversion Tools Bug #10626: DMO names can collide on case-insensitive file-system
- This bit of code:...
- 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:...
- 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.
- 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.
- 06:08 AM Database Bug #7793 (Test): incremental conversion with deleted table from .df
- Branch 6083a was merged to trunk revision 16220 and archived.
- 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.
- 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.
- 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... - 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@.
- 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... - 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...
- 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 ... - 03:34 AM Base Language Bug #10712 (WIP): SAX-READER QName parameter is wrong
- Created task branch *10712a*.
- 03:33 AM Base Language Bug #10712: SAX-READER QName parameter is wrong
- There is the following standalone test:
{{Collapse(TestSaxReaderQName.cls)... - 03:29 AM Base Language Bug #10712 (Closed): SAX-READER QName parameter is wrong
- 02:18 AM Database Bug #10470: Wrong order of records fetching when index modification
- This issue was solved by #10480?
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 ... - 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...
- 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... - 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:...
- 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?
... - 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?
- 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... - 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...
- 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... - 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... - 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... - 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... - 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...
- 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 @%... - 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. - 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?
- 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... - 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... - 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... - 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... - 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... - 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... - 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@.
- 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 ... - 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... - 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. - 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. ...
- 02:56 AM Database Support #10664: Develop a multi session test suite in harness
- This is exactly what I needed, thanks!
- 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... - 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...
- 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... - 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 ... - 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... - 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... - 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, ...
- 04:50 AM Conversion Tools Bug #10626 (WIP): DMO names can collide on case-insensitive file-system
- Error from windows:...
- 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.
- 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.
- 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... - 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. - 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;
*... - 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* ... - 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... - 03:07 AM Testing Bug #10547 (Rejected): Order of unit test classes execution inside a package
- This is handled by #10568
- 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 ... - 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... - 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...
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... - 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...
- 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... - 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...
- 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... - 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)? - 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... - 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...
- 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... - 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... - 11:47 AM User Interface Bug #10706: Date FILL-IN: Unintended VALUE-CHANGED Event Triggered by BACKSPACE
- Consider this example:...
- 11:44 AM User Interface Bug #10706 (WIP): Date FILL-IN: Unintended VALUE-CHANGED Event Triggered by BACKSPACE
- 09:32 AM Conversion Tools Feature #10701 (New): implement support for generative AI code assist
- 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...
- 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...
- 09:18 AM Conversion Tools Feature #10700 (New): expose analytics features in our IDE support
- 08:48 AM Base Language Bug #10636 (WIP): 4GL FOR FIRST LEAVE statement exits the function
- Created task branch *10636a*.
- 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:...
- 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...
- 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 ... - 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...
- 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...
- 06:55 AM User Interface Bug #10696: Extra repeated output when using display inside a REPEAT loop
- Testcase:...
- 06:52 AM User Interface Bug #10696 (New): Extra repeated output when using display inside a REPEAT loop
- 06:40 AM Testing Support #6859: preprocessor tests
- Committed *testcases/1811*. Added semicolon preprocessor tests.
- 06:34 AM Testing Support #6859: preprocessor tests
- Yes, you can add them.
- 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...
- 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 ... - 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... - 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. - 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.
- 06:05 AM Conversion Tools Feature #10265: schema-only conversion
- Code Review Task Branch 10265a Revision 16215
It looks good. - 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... - 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... - 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...
- 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... - 05:11 AM User Interface Bug #10695: Editor Replace function throws ArrayIndexOutOfBoundsException
- Testcase:...
- 05:06 AM User Interface Bug #10695 (Test): Editor Replace function throws ArrayIndexOutOfBoundsException
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....
- 11:54 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- I do not understand this...
- 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...
- 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.
- 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... - 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... - 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:
> [...]... - 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...
- 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 ... - 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...
- 08:15 AM Database Feature #4369: implement stateless FWD server clustering
- I will investigate the pricing and licensing of Hazelcast EE.
- 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 ... - 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...
- 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...
- 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...
- 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.
... - 07:07 AM Database Support #10664 (WIP): Develop a multi session test suite in harness
- 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...
- 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? - 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...
- 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.
- 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.
- 05:35 AM Database Support #10664: Develop a multi session test suite in harness
- So instructions like this one will be handled correctly?...
- 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... - 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... - 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 ... - 08:58 AM User Interface Bug #10692 (WIP): Numeric FILL-IN: Problems with formats using debit/credit sign placeholders
- 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 ... - 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:...
- 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 ... - 07:26 AM Database Bug #10689 (WIP): Wrong temp-table FOR EACH sorting criteria
- Created task branch *10689a*.
- 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@ - 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:...
- 04:24 AM Database Bug #10689 (Closed): Wrong temp-table FOR EACH sorting criteria
- 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... - 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...
- 07:11 AM Database Support #4060: investigate converting extent fields to array columns
- My fingers are crossed for a performance improvement!
- 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 ... - 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... - 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.
- 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... - 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...
- 03:50 AM Conversion Tools Feature #10265: schema-only conversion
- Rebased *10265a* to latest *trunk/16212*, the branch is now at revision *16214*.
- 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... - 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.
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... - 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...
- 12:05 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- I got past the spawner error, now this error:...
- 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... - 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:...
- 11:54 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- It is @WebClientSpawner@ code...
- 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... - 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...
- 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...
- 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 ...
- 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 ...
- 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...
- 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...
- 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... - 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?
- 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...
- 03:20 AM Database Support #4060 (WIP): investigate converting extent fields to array columns
- 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... - 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...
- 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... - 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.
- 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.
- 08:28 AM Database Bug #9383 (Review): Cache only the current delegate on transaction commit if a ProgressiveResults...
- Alex: Please review 9383a/rev. 16145.
- 06:47 AM Database Bug #9383: Cache only the current delegate on transaction commit if a ProgressiveResults is used
- @start.p@...
- 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... - 04:38 AM Database Bug #10560 (Review): Wrong buffer picking for ReadXml when seralization name of a buffer correspo...
- 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... - 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.
- 07:07 AM Base Language Bug #10613 (Merge Pending): Incremental conversion issue: temp-table dmo does not get converted
- Please merge to trunk now.
- 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... - 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.
- 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. - 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*.
- 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...
- 06:46 AM Base Language Bug #10352 (Review): Fix READ-JSON dataset handle method's behaviour
- 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... - 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 ... - 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...
- 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 ...
- 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 ... - 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... - 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... - 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... - 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... - 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...
- 04:52 AM Runtime Infrastructure Feature #10685 (Closed): Move name_map.xml to the cvt folder
- 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 @...
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...
- 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:...
- 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 ... - 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 ...
- 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...
- 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... - 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. ... - 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...
- 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... - 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. - 08:48 AM Base Language Bug #10613: Incremental conversion issue: temp-table dmo does not get converted
- Created *10613a* from the latest *trunk/16209*.
- 08:08 AM Base Language Bug #10613: Incremental conversion issue: temp-table dmo does not get converted
- I am considering removing:...
- 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:...
- 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 ... - 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()@),...
- 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...
- 09:29 AM Runtime Infrastructure Feature #9687 (Review): drop support for Java 8 and Java 11
- 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...
- 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... - 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... - 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... - 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... - 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?
- 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... - 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...
- 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... - 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?
- 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... - 06:55 AM Testing Support #9270 (Closed): design and implement an approach for executing multi-session 4GL testcases
- 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... - 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...
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 ?
- 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.
- 04:41 AM Database Support #10664: Develop a multi session test suite in harness
- Please commit to xfer/testcases.
- 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.
- 12:05 PM Database Bug #10385 (Review): Incorrect reset of the cursor cache in Reposition
- 12:05 PM Database Bug #10385: Incorrect reset of the cursor cache in Reposition
- Manage to recreate the problem that appeared in ETF....
- 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... - 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... - 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. - 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...
- 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... - 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 ... - 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... - 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... - 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 ... - 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...
- 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.
- 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... - 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... - 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...
- 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... - 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... - 07:29 AM Conversion Tools Bug #10678 (New): ~u#### escape sequences which have no equivalent in the cpinternal should be n...
- 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... - 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... - 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... - 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...
- 04:33 AM Database Feature #10583: Implement a Database specific records cache.
- I posted the current test suite in #10664, 10583a passes it.
- 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.
- 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?
Also available in: Atom