Activity
From 10/14/2024 to 11/12/2024
11/08/2024
- 08:26 AM Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- Note to self, review/explore the following things:
* How Java 17 affects lambda/method handle usage.
* Investigat...
11/01/2024
- 08:33 AM Bug #8944: FINALLY block transaction processing
- Constantin Asofiei wrote:
> So, are all cases being 'faulty' or just the @popScope@ one?
I have seen issues only ... - 08:19 AM Bug #8944: FINALLY block transaction processing
- We have FINALLY being processed in FWD, in:
* @iterateWorker@ when the block is iterating
* @processRetry@ in case ...
10/31/2024
- 03:15 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- Constantin, please review.
10/30/2024
- 10:35 AM Bug #8643 (Review): ErrorManager not handling caught errors and error-status:error attribute prop...
- Rebased 8643a, to latest trunk. And fixed some history entries in revision 15528.
Committed on 8643a, revision 155... - 10:33 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- Looking a bit more closely at the example from #8643-30, and the implementation of @BlockManager.processLegacyError@....
- 07:34 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- Tested unittests with the changes from 8643a. It indeed solves a lot of tests in @service@ and some other modules. Bu...
10/29/2024
- 06:14 AM Bug #8944: FINALLY block transaction processing
- deleted
- 05:23 AM Bug #8944: FINALLY block transaction processing
- Considering that in 4GL, @finally@ is executed at the end of each iteration of the enclosing block, extracting the fi...
- 05:00 AM Bug #8944: FINALLY block transaction processing
- *Further analysis into finally blocks and transactions based on the example in #8944-1.*
A scenario without a fina...
10/28/2024
- 10:46 AM Bug #8944: FINALLY block transaction processing
- Using the @_TRANS@ VST with the examples above, I concluded that for the full transactions:
* @exclusive-lock@ forc... - 10:27 AM Bug #8944: FINALLY block transaction processing
- > _TRANS virtual system table is not supported by fwd
Correct - 10:19 AM Bug #8944: FINALLY block transaction processing
- I was trying to analyze transactions for the examples above using...
10/17/2024
- 03:23 PM Feature #6410: implement additional built-in OO classes/interfaces
- > Just a quick note on the 4GL OO implementation, as you know the source code for this is available on github - https...
- 03:22 PM Feature #6410: implement additional built-in OO classes/interfaces
- > All the test cases we have for this are based on OO implementation as provided in OE v12.2.0, we had a situation no...
- 08:46 AM Feature #6410: implement additional built-in OO classes/interfaces
- I've rebased 6410b and reviewing it. Marian, I'll let you know once is pushed to xfer.
- 04:07 AM Feature #6410: implement additional built-in OO classes/interfaces
- Just a quick note on the 4GL OO implementation, as you know the source code for this is available on github - https:/...
- 06:01 AM Bug #8944: FINALLY block transaction processing
- As far as I know, a full transaction is started by a block only if a transaction is not already active, and if it is,...
- 05:12 AM Bug #8944: FINALLY block transaction processing
- ...
- 03:51 AM Bug #8944: FINALLY block transaction processing
- Coming back to the issue this task was created for, I analyzed the test case from #8944-1 and came to a conclusion.
...
10/14/2024
- 08:52 AM Bug #8978 (Closed): ErrorConditionException in not being propagated correctly
- 08:51 AM Bug #8978: ErrorConditionException in not being propagated correctly
- This issue is solved by 8912f, it was merged to trunk/15455, the ticket can be closed.
- 02:30 AM Bug #8944: FINALLY block transaction processing
- Now once we are in @doBlock2@ from #8944-21 example, an error is thrown and the primary database is being rollbacked....
- 02:15 AM Bug #8944: FINALLY block transaction processing
- I see the problem that we are seeing without the patch from #8944-18....
Also available in: Atom