Activity
From 04/29/2024 to 05/28/2024
05/28/2024
- 02:15 PM Base Language Bug #8799: ON ERROR UNDO, THROW problems leading to infinite loops
- Marian: Where are we with testcases for @ON ERROR UNDO, THROW@?
Constantin: Do we have a standalone testcase to recr...
05/27/2024
- 04:03 PM User Interface Bug #8809 (Internal Test): Incorrect next enabled widget calculation
- Code review 8809a. The changes look good, but it will require good amount of regression testing, including ChUI regre...
- 03:32 PM User Interface Bug #8809: Incorrect next enabled widget calculation
- Hynek: Please review.
- 03:26 PM User Interface Bug #8809: Incorrect next enabled widget calculation
- The (incomplete) fix for #8770 reverted in 8809a in rev. 15241.
- 07:49 AM User Interface Bug #8809 (Review): Incorrect next enabled widget calculation
- 07:48 AM User Interface Bug #8809 (WIP): Incorrect next enabled widget calculation
- Fixed in 8809a rev. 15240. Please, review.
- 03:37 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- 6692a rev 15243 - Restore dependencies: implicit for @batik-ext@ and explicit for @slf4j-api@ and @jcl-over-slf4j@ wh...
- 03:25 PM User Interface Bug #8770: ENTRY event is not sent for a frame when window receives focus
- The (incomplete) fix moved from 8809a to in 8770a rev. 15242.
- 09:54 AM User Interface Bug #8770 (WIP): ENTRY event is not sent for a frame when window receives focus
- The following code in @TC.waitForWorker@ was probably intended to send @ENTRY@ to the frame in question, but, at leas...
- 07:48 AM User Interface Bug #8770 (Review): ENTRY event is not sent for a frame when window receives focus
- 07:48 AM User Interface Bug #8770 (WIP): ENTRY event is not sent for a frame when window receives focus
- Fixed in 8809a rev. 15240.
- 06:37 AM User Interface Bug #8012: Fix combo-box corner cases
- Hynek Cihlar wrote:
> Radu Apetrii wrote:
> > My opinion is that we should stick with @append@ (a.k.a. not removing... - 06:30 AM User Interface Bug #8012 (Internal Test): Fix combo-box corner cases
- Radu Apetrii wrote:
> My opinion is that we should stick with @append@ (a.k.a. not removing it), but I am open to ot... - 05:29 AM User Interface Bug #8012: Fix combo-box corner cases
- I've followed the leads and reached multiple roots of setting @newAddedItems@. All of them pass as a parameter the va...
05/25/2024
- 07:34 AM Database Bug #8593 (Internal Test): H2 performance improvement for table 'truncate by multiplex'
- ETF testing passed.
05/24/2024
- 03:04 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- 6692a rev 15242 - GenericWebServer now exposes all @jetty-@ jars to the .war launched app (fixes the JNDI problem).
- 02:45 PM User Interface Bug #8012: Fix combo-box corner cases
- Radu Apetrii wrote:
> Do you have another suggestion other than seeing who added the @newAddedItems@ code and checki... - 12:06 PM User Interface Bug #8012: Fix combo-box corner cases
- Hynek Cihlar wrote:
> Radu Apetrii wrote:
> > Hynek Cihlar wrote:
> > * @newAddedItems@ is correctly @null@, then ... - 11:36 AM User Interface Bug #8012: Fix combo-box corner cases
- Radu Apetrii wrote:
> Hynek Cihlar wrote:
> * @newAddedItems@ is correctly @null@, then the answer to the question ... - 11:09 AM User Interface Bug #8012: Fix combo-box corner cases
- Hynek Cihlar wrote:
> For the added @append@ parameter, could we deduce new items are being added from the @newAdded... - 01:47 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Greg Shah wrote:
>From my point of view yes. The inner blocks with on stop undo, ... does not respond to StopConditi...
05/23/2024
- 04:56 PM User Interface Bug #8809: Incorrect next enabled widget calculation
- Run the @8809.p@ example.
In OE, the @focusable7@ button receives focus.
In FWD no focus is set.
The issue ori... - 03:59 PM User Interface Bug #8809 (Closed): Incorrect next enabled widget calculation
- 10:58 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- >> Is @STOP-AFTER@ essentially an @ON STOP UNDO, LEAVE@ but only matching a timeout and not other kinds of @STOP@?
>... - 10:33 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Greg Shah wrote:
> * 4GL syntax
> ** "time limit" value
> *** Test both literals and "complex" expressions (a vari... - 09:35 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- > > Here a StopCondition is triggered on @outerBlock1@, however because the nested @innerBlock1@ which has a @on stop...
- 09:34 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Constantin Asofiei wrote:
> Greg Shah wrote:
> > > I think there is some behavior related to blocking UI statements... - 09:26 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Eduard, Please do the following:
* In the testcase, add elapsed timers around each of the cases where you are expe... - 09:20 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Greg Shah wrote:
> > I think there is some behavior related to blocking UI statements (like UDPATE, or PAUSE): if th... - 09:16 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- > I think there is some behavior related to blocking UI statements (like UDPATE, or PAUSE): if these exist, then the ...
- 02:43 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- I think there is some behavior related to blocking UI statements (like UDPATE, or PAUSE): if these exist, then the ST...
- 02:39 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Constantin Asofiei wrote:
> Marian Edu wrote:
> > That one works as expected for me (OE12.2), what you can do so it... - 02:33 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Marian Edu wrote:
> That one works as expected for me (OE12.2), what you can do so it doesn't look like it's mining ... - 02:28 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Eduard Soltan wrote:
> Here a StopCondition is triggered on @outerBlock1@, however because the nested @innerBlock1... - 09:32 AM Database Bug #8593 (Review): H2 performance improvement for table 'truncate by multiplex'
- Hmmm, I think I see the problem. Indeed, it is not right to delete the DMO as it is not even inserted in the database...
- 06:57 AM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Actually I get this in the server log:...
- 03:13 AM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Alexandru Lungu wrote:
> Constantin, can you pick this up for another customer application that drove the effort in ... - 09:17 AM User Interface Bug #8807: A trigger of ANYWHERE type does not shadow existing trigger for the same event
- This issue was first reported in #8606-44.
- 09:16 AM User Interface Bug #8807: A trigger of ANYWHERE type does not shadow existing trigger for the same event
- Code example:...
- 08:54 AM User Interface Bug #8807 (Review): A trigger of ANYWHERE type does not shadow existing trigger for the same event
- 07:23 AM Database Bug #7473 (Test): rewrite toString() implementation for Dataset, StaticTempTable and TempTableBui...
- Branch 7473a was merged to trunk rev 15236 and archived.
- 07:16 AM Database Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- You can merge to trunk now.
- 02:41 AM Database Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- This is ready to merge. Let us know when we can merge.
05/22/2024
- 06:04 PM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Eduard Soltan wrote:
> Committed on 4347a, revision 15205.
I understand from today's meeting that this commit add... - 02:48 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Committed on 4347a, revision 15205.
Created a suite of test cases.
Also find some scenarios which behaviours in 4... - 03:22 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Greg Shah wrote:
> Please commit the change. Let's restart testing.
Committed to 6692a rev 15241. - 02:58 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Please commit the change. Let's restart testing.
- 01:58 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- This change removes mime4j benchmark, which required jmh:...
- 11:07 AM Database Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- Since this hasn't merged yet, let's pause the merge so other branches can go.
Eduard: Let me know when you are a... - 11:01 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> May I get a confirmation that @webtests_from_logs/results@ are results from Progress?
Yes, this is... - 08:44 AM Base Language Feature #6417: cleanup some known items in appserver support
- May I get a confirmation that @webtests_from_logs/results@ are results from Progress?
- 10:32 AM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- I am talking about 8593d.
- 10:32 AM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- I am picking this up for a customer unit tests.
As #8593 is broadly about performance in FWD-H2, Constantin, can you... - 07:14 AM User Interface Bug #8012: Fix combo-box corner cases
- Alexandru Lungu wrote:
> Radu, please look into [[p2j:4GL_Unit_Testing]] and [[p2j:Writing_4GL_Testcases]], more exa... - 07:09 AM User Interface Bug #8012: Fix combo-box corner cases
- Radu, please look into [[p2j:4GL_Unit_Testing]] and [[p2j:Writing_4GL_Testcases]], more exactly into what we call "xf...
- 03:08 AM User Interface Bug #8012: Fix combo-box corner cases
- Code review 7806b. The changes are pretty dense so it is hard to follow every case, but they look OK to me.
For th... - 04:45 AM Conversion Tools Feature #8786: incremental schema conversion and updates
- We keep changing our database schema. We basically copied the mechanism we used in OpenEdge. It works like this:
*... - 02:26 AM Base Language Bug #8799: ON ERROR UNDO, THROW problems leading to infinite loops
- There are cases when even if an ERROR condition is supposed to be morphed into a structured exception, and re-thrown ...
- 02:24 AM Base Language Bug #8799 (Test): ON ERROR UNDO, THROW problems leading to infinite loops
05/21/2024
- 05:00 PM Conversion Tools Feature #8786: incremental schema conversion and updates
- > things get more complicated if a table/ field is renamed. Dropping and recreating might not be the correct choice s...
- 04:52 PM Conversion Tools Feature #8786: incremental schema conversion and updates
- I would like to add a few thoughts here. We need to analyse all kind of mutations which can happen during an upgrade ...
- 11:44 AM User Interface Bug #8012: Fix combo-box corner cases
- Hynek: Please review.
- 10:10 AM User Interface Bug #8012 (Review): Fix combo-box corner cases
- Check the 7806b changes: Done.
Check that the 34 tests that I've created pass: Done.
Status: waiting for review.
... - 08:37 AM User Interface Bug #8012: Fix combo-box corner cases
- Yes, let's move ahead with 7806b and further changes can go in another branch. Please set the %Done of this task acc...
- 08:34 AM User Interface Bug #8012: Fix combo-box corner cases
- Greg, the branch 7806b solves the issue on #8407. The problem (?) is that this branch contains multiple fixes for com...
- 07:39 AM User Interface Bug #8012: Fix combo-box corner cases
- I rebased 7806b with trunk rev. 15226. I suggest waiting for the #8407 result before we decide what to do with 7806b.
- 11:22 AM Database Bug #7473 (Merge Pending): rewrite toString() implementation for Dataset, StaticTempTable and Tem...
- This can merge after 8001a.
- 10:56 AM Database Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- Alexandru Lungu wrote:
> I think the changes are only for debugging purposes, right? Ovidiu, please correct me if I ... - 07:41 AM Database Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- I think the changes are only for debugging purposes, right? Ovidiu, please correct me if I am wrong. Despite trying i...
- 07:13 AM Database Bug #7473 (Internal Test): rewrite toString() implementation for Dataset, StaticTempTable and Tem...
- What testing is needed?
- 03:17 AM Database Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- I committed the changes.
- 10:38 AM Base Language Feature #6161: add support for DYNAMIC-PROPERTY() built-in function and DYNAMIC-PROPERTY language...
- Branch 6161a was merged to trunk rev 15229 and archived.
- 08:34 AM Base Language Feature #6161 (Merge Pending): add support for DYNAMIC-PROPERTY() built-in function and DYNAMIC-P...
- You can merge to trunk after 7417b.
- 08:04 AM Base Language Feature #6161: add support for DYNAMIC-PROPERTY() built-in function and DYNAMIC-PROPERTY language...
- Greg Shah wrote:
> What testing do you propose?
DYNAMIC-PROPERTY is not being used in other projects than #8433. S... - 07:58 AM Base Language Feature #6161 (Internal Test): add support for DYNAMIC-PROPERTY() built-in function and DYNAMIC-P...
- What testing do you propose?
- 07:58 AM Base Language Feature #6161: add support for DYNAMIC-PROPERTY() built-in function and DYNAMIC-PROPERTY language...
- I think we just watch it in case it becomes a hotspot. One solution would be to group all the details of a property ...
- 07:30 AM Base Language Feature #6161: add support for DYNAMIC-PROPERTY() built-in function and DYNAMIC-PROPERTY language...
- I've moved the bulk getter/setter to be resolved only if no indexed setter/getter is resolved at all. I'm not sure w...
- 08:38 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- That explains it. I was looking at the 12.x docs.
- 07:47 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Constantin Asofiei wrote:
> According to https://docs.progress.com/bundle/openedge-startup-and-parameter-reference-1... - 04:57 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Greg Shah wrote:
> The converted code javac times (and heap requirements) as seen in #8773 and #8771, are something ...
05/20/2024
- 03:20 PM Database Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- Review of 7473a, r15210.
The majority of the issues from previous review were addressed, I have not seen any logic... - 02:32 PM Database Bug #8593 (Internal Test): H2 performance improvement for table 'truncate by multiplex'
- The changes seem logical. I think the code is OK.
- 10:24 AM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Ovidiu: Please review.
- 03:46 AM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- 8593d needs a review first.
- 12:51 PM Base Language Feature #6161: add support for DYNAMIC-PROPERTY() built-in function and DYNAMIC-PROPERTY language...
- Code Review Task Branch 6161a Revision 15222
The changes look good.
The only concern I have is about performa... - 07:34 AM Base Language Feature #6161 (Review): add support for DYNAMIC-PROPERTY() built-in function and DYNAMIC-PROPERTY...
- Created task branch 6161a from trunk rev 15222. rev 15223 fixed validation of the DYNAMIC-PROPERTY arguments for stat...
- 11:59 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Good.
Eduard: Create a new task for the @-catchStop@ behavior. Focus your implementation for this task on the tr... - 11:57 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Greg Shah wrote:
> > Greg, @-catchStop 1@ startup option is required for @progress.lang.stopafter@ to be thrown.
... - 11:40 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- > Greg, @-catchStop 1@ startup option is required for @progress.lang.stopafter@ to be thrown.
Are you saying tha... - 11:39 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- > I tried to run this code in Procedure Editor, but it does not work as expected.
Do not run any test code from in... - 09:12 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Marian Edu wrote:
> As Constantin said you have to move the @catch@ block out of the @stop-after@ one and also make ... - 08:51 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- As Constantin said you have to move the @catch@ block out of the @stop-after@ one and also make sure you remove the @...
- 08:26 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Greg, @-catchStop 1@ startup option is required for @progress.lang.stopafter@ to be thrown. Do we want to implement ...
- 05:24 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- ...
- 10:16 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- The converted code javac times (and heap requirements) as seen in #8773 and #8771, are something for which we need to...
05/17/2024
- 12:29 PM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Is there any further review needed for this or do we just need testing?
- 05:13 AM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Committed 8593d/rev. 15206 to fix #8593-54. It contains the patch from #8593-56.
Recap: there was an issue on datas...
05/16/2024
- 04:03 PM Conversion Tools Feature #8786: incremental schema conversion and updates
- On my customer, and in *hotel_gui*, I have a @archive.incremental@ task in @build.xml@ which attempts to collect all ...
- 03:15 PM Conversion Tools Feature #8786: incremental schema conversion and updates
- Over time, developing 4GL code naturally requires schema updates. For existing non-trivial persistent database insta...
- 02:51 PM Conversion Tools Feature #8786 (New): incremental schema conversion and updates
- 09:48 AM Base Language Feature #6407: name_map.xml improvements
- Greg Shah wrote:
> I thought that in #6407-71, this was changed to a @List@ approach which has proper FIFO ordering.... - 09:31 AM Base Language Feature #6407: name_map.xml improvements
- Greg Shah wrote:
> You can include it in 8667a.
The fix was merged to trunk as rev. 15216. - 08:30 AM Base Language Feature #6407: name_map.xml improvements
- You can include it in 8667a.
- 02:08 AM Base Language Feature #6407: name_map.xml improvements
- The comparison in the condition is solid... if it wasn't for @extProg.ooname = ooname.isEmpty() ? null : ooname;@. @o...
05/15/2024
- 04:12 PM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Greg Shah wrote:
> This resolves the regression documented in #7143-900?
Yes - 03:53 PM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- This resolves the regression documented in #7143-900?
- 03:07 PM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Branch 8593c was merged to trunk revision 15212 and archived.
Branch 8593c_h2 was merged to fwd-h2 trunk revision ... - 02:55 PM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Greg Shah wrote:
> You can merge to trunk now.
Starting. - 02:53 PM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- You can merge to trunk now.
- 02:52 PM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- ETF testing passed, the original #7143-903 is fixed, and another app works OK with this.
- 04:17 AM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Reset %Done.
- 02:56 PM User Interface Bug #8780: Incorrect frame layout
- The following code:...
- 02:51 PM User Interface Bug #8780 (New): Incorrect frame layout
- 10:38 AM Base Language Feature #6407: name_map.xml improvements
- > Greg, why would #6667-995 fail with this test (@(!resolvedProgram.pname.equals(pname) || !ooname.equals(resolvedPro...
- 08:43 AM Base Language Feature #6407: name_map.xml improvements
- Greg, why would #6667-995 fail with this test (@(!resolvedProgram.pname.equals(pname) || !ooname.equals(resolvedProgr...
- 08:30 AM Base Language Feature #6407: name_map.xml improvements
- > Interesting. Most of the discussion in this task is about how map resolvement should work and it's implemented acco...
- 03:00 AM Base Language Feature #6407: name_map.xml improvements
- And let me state again, if there is a discrepancy in the content of the maps of two jars in the classpath, this is a ...
- 02:44 AM Base Language Feature #6407: name_map.xml improvements
- I think we should actually be happy to have found this discrepancy in the scripts. Every time such malfunction appear...
- 02:40 AM Base Language Feature #6407: name_map.xml improvements
- Greg Shah wrote:
> In #6667-995, Tomasz found that the server failed to start after picking up trunk rev 15180. The... - 05:55 AM Database Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- The modified version of
@RecordBuffer.java - sqlTableContentJson@... - 03:32 AM Database Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- Rebased branch 7473a to trunk rev. 15208. Current revision at 15209.
05/14/2024
- 04:45 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- In each of these testing processes, please use the details in [[p2j:Switching_Between_Java_8_and_Java_17]] to migrate...
- 04:40 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- The final phase of testing for 6692a is starting now. When each of the following are resolved, we will merge to trun...
- 09:08 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- I've pushed @6692a/15240@ based on current @trunk/15205@ I guess which is ready for testing.
Please review commits 1... - 04:31 PM Database Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- I have just notice that a branch 7473a already exists. It was not mentioned in the task so I assumed the changes are ...
- 03:00 PM Database Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- Review of code from #7473-12:
* the overall implementation is good. Nearly all of the notes below are either to incr... - 03:52 PM User Interface Bug #8770: ENTRY event is not sent for a frame when window receives focus
- Then a window receives focus, and no field-level was in focus before in this window (for example, when a window is ju...
- 03:31 PM User Interface Bug #8770 (WIP): ENTRY event is not sent for a frame when window receives focus
- 02:47 PM User Interface Bug #8673: Deduce the logic behind OE focus management and implement in FWD
- The missing @printEntryLeave.i@ required to run the @8376-with-focusable.p@ uploaded.
- 02:32 PM Database Bug #8769 (New): BIND argument passing for DATASET, TABLE, DATASET-HANDLE, TABLE-HANDLE arguments...
- 02:11 PM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- I've uploaded 1.48 to projsrv01 and upgraded the version in rev 15206.
I'll run ETF and test with another customer... - 01:52 PM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- I have reviewed the changes from 8593c/rev. 15205. Good job!
Is there a reason for downgrading the percentage done... - 09:33 AM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Committed 8593c/rev. 15205 assessing the review from Ovidiu.
- 09:10 AM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Constantin, please review 8593c_h2 changes. If they are OK, please upload it to the GCD repository.
- 09:34 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Code Review (Part 2) Task Branch 4347a Revision 15204
7. Should we (can we?) name the @Timer@ thread to make it cl... - 09:21 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Code Review Task Branch 4347a Revision 15204
1. Please explain why @Control.blockInterrupt()@ adds a remote call a... - 08:29 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- I'm reviewing the code now. After reviewing the 4GL docs, I do have some questions. I also added Marian to coordina...
- 06:20 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Constantin Asofiei wrote:
> Ah, you are right, there is a single thread where the tasks are posted. So there is no ... - 03:12 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Eduard Soltan wrote:
> Constantin Asofiei wrote:
> > Review for 4347a rev 15204:
> > * what happens if there are n... - 02:49 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Constantin Asofiei wrote:
> Review for 4347a rev 15204:
> * what happens if there are nested blocks with @STOP-AFTE... - 02:16 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Review for 4347a rev 15204:
* we need a @SessionListener@ to clean up the @StopAfterTimer.stopAfterTimerOuts@ map. ... - 08:24 AM Runtime Infrastructure Bug #8624: Stream should detect whether it is being used from the client or the server
- Greg, what do I need to do in order to do server side stream operations? I noticed some setup steps from #4065, besid...
05/13/2024
- 03:34 PM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Greg Shah wrote:
> Ovidiu/Eric: Please review 8593c.
I am OK with the code. A few of notes (cleanup/low priority)... - 03:10 PM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- These are the changes that unblocked me:...
- 02:51 PM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Alexandru, I don't like leaving 'allocated records' with no meaning in H2. Can we explicitly clear the primary key f...
- 02:40 PM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- I am also having a hard time tracking down an issue with the truncate now (not related to my changes in 8593c/8593c_h...
- 01:27 PM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- I committed 8593c_h2/rev. 50: Allowing forced reclaiming only for NO-UNDO tables. Otherwise, on a rollback, we may ha...
- 12:15 PM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Eric, I am starting the review process in the next minutes. Please let me know if you are already in the process.
- 09:50 AM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- I committed now 8593c/rev. 15204. This includes a requirement to use in-DB PK mapping if the table has normalized ext...
- 09:14 AM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Ovidiu/Eric: Please review 8593c.
This is quite Urgent since it is to resolve a regression in a customer applicati... - 03:04 PM Base Language Feature #4347: add runtime support for STOP-AFTER block option
- Greg or Constantin: please review.
- 09:56 AM Base Language Feature #4347 (Review): add runtime support for STOP-AFTER block option
- Committed on 4347a, revision 15204.
- 03:03 PM Base Language Feature #6407: name_map.xml improvements
- In #6667-995, Tomasz found that the server failed to start after picking up trunk rev 15180. The issue turned out to...
- 01:44 PM User Interface Bug #8673: Deduce the logic behind OE focus management and implement in FWD
- The #8673-11 now contains the focus data model and the focus change by mouse flow. Please, comment.
The demo progr... - 01:43 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Roger Borrello wrote:
> Tomasz Domin wrote:
> > Roger Borrello wrote:
> > > Tomasz Domin wrote:
> > > > I guess t... - 01:13 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Tomasz Domin wrote:
> Roger Borrello wrote:
> > Tomasz Domin wrote:
> > > I guess that was already planned to be c... - 01:03 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Roger Borrello wrote:
> Tomasz Domin wrote:
> > I guess that was already planned to be changed as @hotel_gui@ has a... - 12:29 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Tomasz Domin wrote:
> I guess that was already planned to be changed as @hotel_gui@ has already that change implemen... - 11:56 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- I had some issues with FWD @build.gradle@ as it is using @javascript@ which is no longer available in JVM since JDK15...
- 10:26 AM Database Feature #8756: Modifyable database comment string must support double quoted values
- Modifyable database comment string must support double quoted values.
This is needed, because for example Label, Col... - 10:16 AM Database Feature #8756 (New): Modifyable database comment string must support double quoted values
- 05:10 AM Base Language Feature #6417: cleanup some known items in appserver support
- Marian Edu wrote:
> I'm looking back at the responses (in webtests_from_logs folder) and it does look like the asser... - 05:02 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> Marian Edu wrote:
> > Gayla
> It's Galya.
Galya :)
I'm looking back at the responses (in we... - 04:50 AM Base Language Feature #6417: cleanup some known items in appserver support
- Marian Edu wrote:
> Gayla
It's Galya. - 04:49 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> @com.goldencode.p2j.util.decimal@ has:
>
> [...]
>
> But testcases test @pipe_decimal_decimal... - 04:48 AM Base Language Feature #6417: cleanup some known items in appserver support
- Marian Edu wrote:
> Galya B wrote:
> > Marian, do you have any idea why this test executed as batch in 4GL gives th... - 03:58 AM Base Language Feature #6417: cleanup some known items in appserver support
- Greg, how is this going to work? I have more questions than the number of failing tests (quite a few and all over the...
- 03:26 AM Base Language Feature #6417: cleanup some known items in appserver support
- @com.goldencode.p2j.util.decimal@ has:...
- 04:34 AM Database Bug #7473: rewrite toString() implementation for Dataset, StaticTempTable and TempTableBuilder to...
- Ovidiu, please provide a second review for the changes.
05/12/2024
- 02:38 PM Database Bug #8593 (Review): H2 performance improvement for table 'truncate by multiplex'
- Committed 8593c_h2/rev. 48 and 8593c/rev. 15203. Contains the following:
* H2 support for @NEXT PK FOR (<table-nam...
05/09/2024
- 07:58 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Tomasz Domin wrote:
> I have just pushed @6692a/15188@ with following updates:
>
> Next steps:
> - updating docu...
05/08/2024
- 10:46 AM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Constantin Asofiei wrote:
> This is a test where it gets into an infinite loop:
> [...]
>
> This can be expanded... - 09:56 AM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- This is a test where it gets into an infinite loop:...
- 09:38 AM Database Bug #8593 (WIP): H2 performance improvement for table 'truncate by multiplex'
- Timeline:
1. I was thinking of replacing the sequence based PK generator used by @FastCopyHelper@ with a more cust... - 06:04 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- I have just pushed @6692a/15188@ with following updates:
* Support for versioned JS dependencies in @ReportWebServ...
05/07/2024
- 11:21 AM Support #8547: Fix documentation for Non-Standard Save Cache Implementation
- Ovidiu Maxiniuc wrote:
> Tijs Wickardt wrote:
> > It was #7847-421 , where you mention:
> > > * skip loading table... - 11:19 AM Support #8547: Fix documentation for Non-Standard Save Cache Implementation
- Tijs Wickardt wrote:
> It was #7847-421 , where you mention:
> > * skip loading tables from mutable databases at se... - 03:09 AM Base Language Feature #6410: implement additional built-in OO classes/interfaces
- Constantin Asofiei wrote:
> This gets tricky if you pass an extent field via @::@. But yes, this would need to get ...
05/06/2024
- 01:52 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Greg Shah wrote:
> > A remark - I don't think any of customer application would be ready for Java 17 right away - th... - 02:52 AM Runtime Infrastructure Bug #8206: Logging manager issues
- Otherwise I'm ok with the changes.
- 02:52 AM Runtime Infrastructure Bug #8206: Logging manager issues
- Vladimir Tsichevski wrote:
> This is the response on the #8206-11 finding and needs to be tested. I am not sure it w...
05/03/2024
- 05:41 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- > > Are you saying code changes are needed? I don't think we expose @com.goldencode.p2j.persist.Record@ in converted...
- 05:12 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Tomasz Domin wrote:
> Greg Shah wrote:
> > Are you saying code changes are needed? I don't think we expose @com.go... - 04:00 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Greg Shah wrote:
> Are you saying code changes are needed? I don't think we expose @com.goldencode.p2j.persist.Reco... - 07:58 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Tomasz Domin wrote:
> Tomasz Domin wrote:
> > * test customer applications for regression - the most important appl... - 06:03 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- > A remark - I don't think any of customer application would be ready for Java 17 right away - they most probably nee...
- 04:52 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Tomasz Domin wrote:
> * test customer applications for regression - the most important applications - I guess we nee... - 05:34 PM User Interface Bug #8673: Deduce the logic behind OE focus management and implement in FWD
- I edited it. It should have been @RETURN NO-APPLY <expression>.@.
- 04:00 PM User Interface Bug #8673: Deduce the logic behind OE focus management and implement in FWD
- Thanks, Greg.
One question:
The following two @RETURN <expression>.@ statements look the same:
> * A @RETURN... - 02:03 PM User Interface Bug #8673: Deduce the logic behind OE focus management and implement in FWD
- First, I want to record some of our older documentation:
https://proj.goldencode.com/artifacts/javadoc/latest/api/... - 12:21 PM User Interface Bug #8673: Deduce the logic behind OE focus management and implement in FWD
- Question to gurus:
A Progress trigger can return a value. If the @NO-APPLY@ is returned, the further event process... - 10:55 AM Runtime Infrastructure Bug #8206: Logging manager issues
- Galya B wrote:
> Vladimir Tsichevski wrote:
> > Log manager initialization fixed in 8206a rev. 15197. Please, revie... - 09:44 AM Runtime Infrastructure Bug #8206: Logging manager issues
- Vladimir Tsichevski wrote:
> Log manager initialization fixed in 8206a rev. 15197. Please, review.
I'm not sure i... - 09:21 AM Runtime Infrastructure Bug #8206 (Review): Logging manager issues
- Log manager initialization fixed in 8206a rev. 15197. Please, review.
- 06:29 AM Runtime Infrastructure Bug #8206 (WIP): Logging manager issues
- OK, I'll rebase the branch and add the missing change.
- 01:21 AM Runtime Infrastructure Bug #8206: Logging manager issues
- Actually Vladimir is better familiar with these issues and has more insight on what needs to be achieved.
Vladimir... - 07:40 AM Base Language Feature #6424: fill gaps in Java Open Client replacement (appserver client support)
- Galya B wrote:
> There are some failing tests. Is it the deployment or it's fine?
The failing tests are known failu... - 07:28 AM Base Language Feature #6410: implement additional built-in OO classes/interfaces
- Marian Edu wrote:
> We have tests for `ParameterList` that are failing for extent parameters used as output/input-ou... - 02:13 AM Support #8547: Fix documentation for Non-Standard Save Cache Implementation
- Ovidiu Maxiniuc wrote:
> Tijs,
> I do not think that is correct. The phrase from wiki is correct: a full scan is pe...
05/02/2024
- 07:11 PM Support #8547: Fix documentation for Non-Standard Save Cache Implementation
- Tijs,
I do not think that is correct. The phrase from wiki is correct: a full scan is performed at server startup an... - 03:56 PM Database Bug #8593 (Test): H2 performance improvement for table 'truncate by multiplex'
- Branch 8593b was merged to trunk rev 15189 and archived.
- 03:33 PM Database Bug #8593 (Merge Pending): H2 performance improvement for table 'truncate by multiplex'
- You can merge to trunk.
- 03:30 PM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- 8593b passed ETF testing.
- 01:49 PM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Code Review Task Branch 8593b.
I do not see anything wrong with the code (r15187-). - 12:47 PM Database Bug #8593: H2 performance improvement for table 'truncate by multiplex'
- Code Review Task Branch 8593b Revision 15179
The @LowLevelSocketImpl@ changes look good.
Eric/Ovidiu: Please lo... - 10:49 AM Database Bug #8593 (Internal Test): H2 performance improvement for table 'truncate by multiplex'
- Created task branch 8593b from trunk rev 15186. Contains regression fixes (mixed):
* revno: 15190 - Fixed regressi... - 03:51 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- You bring up a very good point about using a vt220/320 terminal. They techincally do not support Unicode characters a...
- 03:13 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- > 1. The first things to do is to have proper building environment to make correct linking with @NCURSES@ libraries, ...
- 02:33 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Also I've found Java doc issue:...
- 03:10 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- From Tomasz via email:
You need to add -Djava.locale.providers=SPI,CLDR,COMPAT instead of and put fwdcpi.jar on a ... - 01:24 PM Runtime Infrastructure Bug #8206: Logging manager issues
- Greg Shah wrote:
> Code Review Task Branch 8206a Revisions 14987 through 14992
> Vladimir/Galya: I understand tha... - 10:54 AM Runtime Infrastructure Bug #8206: Logging manager issues
- With Theodoros gone, this will need to be rebased, tested and merged by someone else.
- 10:53 AM Runtime Infrastructure Bug #8206 (Internal Test): Logging manager issues
- Code Review Task Branch 8206a Revisions 14987 through 14992
I have no objections to the changes.
As far as I kn... - 07:55 AM Runtime Infrastructure Bug #7589 (Closed): org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- 07:52 AM Runtime Infrastructure Bug #7589: org.slf4j.impl.StaticLoggerBinder when deploying p2j.jar in tomcat
- This can be closed. We've delivered a way to disable the FWD's slf4j impl what was the issue.
- 07:48 AM User Interface Bug #8074 (Closed): Preferred UI Theme not selected in web with auto-login and forked sessions
- 07:46 AM User Interface Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
- This can be closed.
- 06:32 AM Runtime Infrastructure Feature #8708 (Closed): cleanup of SLF4J
- All the reported issues are resolved. Nice!
- 03:20 AM Runtime Infrastructure Feature #8708 (Test): cleanup of SLF4J
- 8708a was merged to trunk as rev. 15185 and archived.
- 02:27 AM Runtime Infrastructure Feature #8708: cleanup of SLF4J
- Galya B wrote:
> Hynek Cihlar wrote:
> > Tested, it looks OK.
>
> Did you find any slf4j message from tika in th... - 02:01 AM Runtime Infrastructure Feature #8708: cleanup of SLF4J
- Hynek Cihlar wrote:
> Tested, it looks OK.
Did you find any slf4j message from tika in the client log? - 02:53 AM Base Language Feature #6410: implement additional built-in OO classes/interfaces
- We have tests for `ParameterList` that are failing for extent parameters used as output/input-output. As it is now th...
05/01/2024
- 06:55 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- The first results for using Java 17 with big GUI application.
1. Conversion was completed. Build compiled.
2. The... - 09:27 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Yes, Hotel GUI in SSO mode works in trunk. Embedded mode does have a bug (see #8253) but it is not related to SSO.
- 09:24 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Galya B wrote:
> Eugenie Lyzenko wrote:
> > Do you have worked @SSO@ enabled @Hotel GUI@ for *Web* client with curr... - 09:17 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- P.S.S. I use SSO with trunk and testcases every week.
- 09:16 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- P.S. SSO is working only for *Web*. And embedded doesn't work without SSO.
- 09:15 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Eugenie Lyzenko wrote:
> Do you have worked @SSO@ enabled @Hotel GUI@ for *Web* client with current @FWD@ trunk?
I'... - 09:13 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Galya B wrote:
> Eugenie Lyzenko wrote:
> > This was due to not configured SSO for hotel GUI. I disabled SSO and it... - 09:05 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Eugenie Lyzenko wrote:
> This was due to not configured SSO for hotel GUI. I disabled SSO and it works now.
Intrigu... - 06:07 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Greg Shah wrote:
> Eugenie Lyzenko wrote:
> > Eugenie Lyzenko wrote:
> > > Roger Borrello wrote:
> > > > Eugenie ... - 03:43 AM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Eugenie Lyzenko wrote:
> Eugenie Lyzenko wrote:
> > Roger Borrello wrote:
> > > Eugenie Lyzenko wrote:
> > > > Ha... - 10:11 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Eugenie Lyzenko wrote:
> Roger Borrello wrote:
> > Eugenie Lyzenko wrote:
> > > Have you tested @hotel_gui@ with w... - 08:46 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- OK. To start application with Java 8 we need to add at least the following into @build.gradle@:...
- 08:45 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Roger Borrello wrote:
> Eugenie Lyzenko wrote:
> > Have you tested @hotel_gui@ with web client and Java 8? In my ca... - 08:41 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Eugenie Lyzenko wrote:
> Have you tested @hotel_gui@ with web client and Java 8? In my case the client session can n... - 05:43 PM User Interface Bug #8673: Deduce the logic behind OE focus management and implement in FWD
- h3. Focus data model
*Focus state* consists of the following data:
# @Window.focus@
*Field-level* focused wi... - 03:44 PM Runtime Infrastructure Feature #8708 (Merge Pending): cleanup of SLF4J
- It can merge to trunk.
- 03:37 PM Runtime Infrastructure Feature #8708: cleanup of SLF4J
- Hynek Cihlar wrote:
> There are vulnerabilities in all the previous versions. We should stick to 2.9.x. I'll test if... - 03:17 PM Runtime Infrastructure Feature #8708: cleanup of SLF4J
- Galya B wrote:
> Greg Shah wrote:
> > What do you mean? Jetty is working on those systems.
>
> The logging is b... - 02:28 PM Runtime Infrastructure Feature #8708: cleanup of SLF4J
- Greg Shah wrote:
> What do you mean? Jetty is working on those systems.
The logging is broken.
Another way to... - 02:14 PM Runtime Infrastructure Feature #8708: cleanup of SLF4J
- What do you mean? Jetty is working on those systems.
- 02:13 PM Runtime Infrastructure Feature #8708: cleanup of SLF4J
- Greg Shah wrote:
> If this breaks the tika code, then we can't merge it because we have a customer using it in real ... - 02:12 PM Runtime Infrastructure Feature #8708: cleanup of SLF4J
- If 6692a resolves this, then we may have to wait for it. We are literally trying to get Java 17 into trunk next week...
- 02:11 PM Runtime Infrastructure Feature #8708: cleanup of SLF4J
- If this breaks the tika code, then we can't merge it because we have a customer using it in real life.
- 01:59 PM Runtime Infrastructure Feature #8708: cleanup of SLF4J
- Greg Shah wrote:
> We're sure that the tika parser code we are using doesn't require slf4j?
It uses a new version... - 01:48 PM Runtime Infrastructure Feature #8708: cleanup of SLF4J
- We're sure that the tika parser code we are using doesn't require slf4j?
- 01:38 PM Runtime Infrastructure Feature #8708: cleanup of SLF4J
- Can we merge this soon, because it's too annoying?
- 10:07 AM Runtime Infrastructure Feature #8708 (Review): cleanup of SLF4J
- 10:07 AM Runtime Infrastructure Feature #8708: cleanup of SLF4J
- 8708a r15183 based on trunk r15182: remove the transitive dependency of @slf4j-api:2.0.10@ from @tika-core@.
Diff ... - 09:48 AM Runtime Infrastructure Feature #8708 (WIP): cleanup of SLF4J
- ...
- 08:52 AM Runtime Infrastructure Feature #8708: cleanup of SLF4J
- Someone did something... wasn't me and this should have never appeared.
This warnings @Class path contains SLF4J b... - 07:56 AM Runtime Infrastructure Feature #8708: cleanup of SLF4J
- As of trunk rev 15182, you can see the following.
1. During FWD build, there is this:... - 07:43 AM Runtime Infrastructure Feature #8708 (Closed): cleanup of SLF4J
- 01:31 PM User Interface Bug #8711: TAB-STOP attribute wrong implementation for RECTANGLE, IMAGE and TEXT widgets
- In OE the @TEXT@ widget has the @TAB-STOP@ attribute (despite the official docs say otherwise), and @RECTANGLE@ and @...
- 01:11 PM User Interface Bug #8711 (New): TAB-STOP attribute wrong implementation for RECTANGLE, IMAGE and TEXT widgets
- 10:42 AM Runtime Infrastructure Bug #8656 (Test): Dependency de.intarsys.opensource:jPod to be replaced by org.apache.pdfbox:pdfbox
- 8656a was merged to trunk as rev. 15183 and archived.
- 10:29 AM Runtime Infrastructure Bug #8656: Dependency de.intarsys.opensource:jPod to be replaced by org.apache.pdfbox:pdfbox
- You can merge to trunk now.
- 10:11 AM Runtime Infrastructure Bug #8656 (Merge Pending): Dependency de.intarsys.opensource:jPod to be replaced by org.apache.pd...
- 09:53 AM Runtime Infrastructure Bug #8656: Dependency de.intarsys.opensource:jPod to be replaced by org.apache.pdfbox:pdfbox
- I did a comparison of the original behavior and output and the new one and shared the results in #8656-8. I can do mo...
- 09:50 AM Runtime Infrastructure Bug #8656 (Internal Test): Dependency de.intarsys.opensource:jPod to be replaced by org.apache.pd...
- Galya B wrote:
> Hynek Cihlar wrote:
> > The code changes remove the zipping part for the split pdfs. Was this part... - 08:44 AM Runtime Infrastructure Bug #8656: Dependency de.intarsys.opensource:jPod to be replaced by org.apache.pdfbox:pdfbox
- Hynek Cihlar wrote:
> The code changes remove the zipping part for the split pdfs. Was this part of the requirements... - 06:25 AM Runtime Infrastructure Bug #8656: Dependency de.intarsys.opensource:jPod to be replaced by org.apache.pdfbox:pdfbox
- Code review 8656a revisions 15156..15159.
The code changes remove the zipping part for the split pdfs. Was this pa... - 04:18 AM Runtime Infrastructure Bug #8656: Dependency de.intarsys.opensource:jPod to be replaced by org.apache.pdfbox:pdfbox
- Sergey/Hynek: Please review.
- 01:24 AM Runtime Infrastructure Bug #8656: Dependency de.intarsys.opensource:jPod to be replaced by org.apache.pdfbox:pdfbox
- Sergey Ivanovskiy wrote:
> Galya B wrote:
> > A side observation is that the server struggles with such big data wh...
04/30/2024
- 07:29 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Tomasz Domin wrote:
> Branch @6692a@ has been tested with @hotel_gui@, @hotel_chui@ and standard regression testing ... - 04:56 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Seems like I have new issue:...
- 03:03 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- I've tried ETF, but a suite gets into an infinite loop, while one passes. This was with Java 8 conversion and Java 1...
- 01:43 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Branch @6692a@ has been tested with @hotel_gui@, @hotel_chui@ and standard regression testing suite. But it seems tha...
- 01:22 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Tomasz Domin wrote:
> Eugenie Lyzenko wrote:
>
> > I'm going to check Java 17 now. Is the code converted with Jav... - 12:18 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Eugenie Lyzenko wrote:
> I'm going to check Java 17 now. Is the code converted with Java 8 compatible with Java 17... - 12:15 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Tomasz Domin wrote:
> Eugenie Lyzenko wrote:
> > Attempting to use @6692a@ with Java 8 causes exceptions:
> >
> ... - 12:12 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Eugenie Lyzenko wrote:
> Attempting to use @6692a@ with Java 8 causes exceptions:
>
> [...]
>
> Is it expected... - 12:01 PM Runtime Infrastructure Feature #6692: move FWD to Java 17
- Attempting to use @6692a@ with Java 8 causes exceptions:...
- 03:32 PM Runtime Infrastructure Bug #8656: Dependency de.intarsys.opensource:jPod to be replaced by org.apache.pdfbox:pdfbox
- Galya B wrote:
> A side observation is that the server struggles with such big data when generating the report (@Rep... - 02:29 PM Runtime Infrastructure Bug #8656: Dependency de.intarsys.opensource:jPod to be replaced by org.apache.pdfbox:pdfbox
- A side observation is that the server struggles with such big data when generating the report (@ReportsManager.buildR...
- 02:24 PM Runtime Infrastructure Bug #8656 (Review): Dependency de.intarsys.opensource:jPod to be replaced by org.apache.pdfbox:pd...
- 8656a r15159 based on trunk r15156 ready for review.
@jPod@ was originally used only for merging big pdf documents... - 02:15 PM Runtime Infrastructure Bug #8656 (WIP): Dependency de.intarsys.opensource:jPod to be replaced by org.apache.pdfbox:pdfbox
- 07:57 AM Runtime Infrastructure Bug #8656: Dependency de.intarsys.opensource:jPod to be replaced by org.apache.pdfbox:pdfbox
- The @ant report_server@ is related to FWD Analytics and is not related to @ReportServlet@ from our admin console. Th...
- 07:50 AM Runtime Infrastructure Bug #8656: Dependency de.intarsys.opensource:jPod to be replaced by org.apache.pdfbox:pdfbox
- @ant report_server@ gives a lot of errors and eventually fails. Ends up with:...
- 05:16 AM Runtime Infrastructure Bug #8656: Dependency de.intarsys.opensource:jPod to be replaced by org.apache.pdfbox:pdfbox
- But ReportServlet is from FWD Admin console - for that try admin/test123.
- 05:15 AM Runtime Infrastructure Bug #8656: Dependency de.intarsys.opensource:jPod to be replaced by org.apache.pdfbox:pdfbox
- I assume you've ran the report tasks? The default user is admin and the default password is the app's name as config...
- 05:04 AM Runtime Infrastructure Bug #8656: Dependency de.intarsys.opensource:jPod to be replaced by org.apache.pdfbox:pdfbox
- What is the user / pass for the reporting login in testcases? I tried admin/admin, but I get @socket closed (1011) - ...
- 01:49 PM User Interface Bug #8673 (WIP): Deduce the logic behind OE focus management and implement in FWD
- When the target is a frame, and there is no focus hint set in this frame (something roughly similar to the @AbstractC...
- 09:12 AM Base Language Feature #6424 (WIP): fill gaps in Java Open Client replacement (appserver client support)
- There is one point in @AppServerConnectionPool@ that is bothering me. It's used only by @LegacyJavaAppserverClient@ a...
- 08:19 AM Base Language Feature #6424: fill gaps in Java Open Client replacement (appserver client support)
- I think we're doing a partial review of the Java client in #8456 and #8661. At least I'm getting familiar with the cl...
- 08:49 AM Base Language Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> Marian, do you have any idea why this test executed as batch in 4GL gives the following result:
> ... - 08:24 AM Base Language Feature #6417: cleanup some known items in appserver support
- Marian, do you have any idea why this test executed as batch in 4GL gives the following result:...
- 08:45 AM Base Language Feature #6407 (Test): name_map.xml improvements
- 6407a was merged to trunk as rev. 15180 and archived.
Support for reading mappings from multiple name_map.xml file... - 08:27 AM Base Language Feature #6407 (Merge Pending): name_map.xml improvements
- 6407a can be merged after 8486a.
- 08:12 AM Base Language Feature #6407: name_map.xml improvements
- Greg Shah wrote:
> Constantin: Are there any reasons why this can't be merged to trunk?
No, it can be merged. - 08:12 AM Base Language Feature #6407: name_map.xml improvements
- Constantin: Are there any reasons why this can't be merged to trunk?
- 03:17 AM Base Language Feature #6410: implement additional built-in OO classes/interfaces
- Constantin, I'm trying to rerun all tests for method invoke and parameter list but those fails to convert now because...
04/29/2024
- 04:39 PM Base Language Feature #6422: implement auditing support including AUDIT-POLICY and AUDIT-CONTROL
- The only thing pending for this ticket is #6422-65
- 04:33 PM Runtime Infrastructure Bug #8206 (Review): Logging manager issues
- 03:16 PM Database Bug #8703: NO-UNDO option at DMO must be removed
- Super cool if it works.
As I wrote in #8703-6 I agree that "the attribute must be removed from the DMO". Luckily, ... - 02:34 PM Database Bug #8703: NO-UNDO option at DMO must be removed
- Ovidiu Maxiniuc wrote:
> Note that this method already exists. We only need to emit the right parameter. And test wh... - 02:32 PM Database Bug #8703: NO-UNDO option at DMO must be removed
- Constantin Asofiei wrote:
> The @DmoMeta.noUndo@ option needs to be refactored so that it uses the actual temp-table... - 10:59 AM Database Bug #8703: NO-UNDO option at DMO must be removed
- Assume you have this test:...
- 10:51 AM Database Bug #8703 (New): NO-UNDO option at DMO must be removed
- 04:56 AM Base Language Feature #6407: name_map.xml improvements
- 6407a rebased on trunk r15171.
Constantin Asofiei wrote:
> Otherwise, if some testing with customers app works, ... - 02:50 AM Base Language Feature #6410: implement additional built-in OO classes/interfaces
- Constantin Asofiei wrote:
> Marian Edu wrote:
> > The code in `p2j.oo` almost exclusively use `returnNormal` and ex...
Also available in: Atom