Activity
From 06/25/2024 to 07/24/2024
07/22/2024
- 09:26 AM Feature #6410: implement additional built-in OO classes/interfaces
- Constantin Asofiei wrote:
> * @oo/core/system/ArgumentError@
> ** why the static constructor is adding a @Argument ...
07/21/2024
- 06:09 PM Feature #6410: implement additional built-in OO classes/interfaces
- Partial (see above) review of 6410b, r15339-15357:
* general issues:
** the H entries do not contain a new number...
07/17/2024
- 08:41 AM Bug #8978: ErrorConditionException in not being propagated correctly
- This ticket is derived from #8912-105.
- 08:40 AM Bug #8978: ErrorConditionException in not being propagated correctly
- ...
- 08:38 AM Bug #8978: ErrorConditionException in not being propagated correctly
- myClass file...
- 08:35 AM Bug #8978 (Closed): ErrorConditionException in not being propagated correctly
- 08:15 AM Feature #6410: implement additional built-in OO classes/interfaces
- 6410b rev 14873 built on trunk 14856 was rebased from trunk rev 15338 - new rev 15355.
rev 15356/15357 contains re...
07/10/2024
- 04:53 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- Found an interesting scenario when testing #8947 to expand another usage of @recordOrShowDatabaseError()@, the follow...
07/09/2024
- 08:40 AM Bug #8944: FINALLY block transaction processing
- In #8912-61, (and others), it was found that at least in this test FWD does not process the FINALLY blocks transactio...
- 08:34 AM Bug #8944 (Review): FINALLY block transaction processing
07/05/2024
- 04:32 AM Bug #8929: Constructors with EXTENT parameters fails
- We have this issue with JsonArray that takes extent parameters as input in constructor, instantiation fails for any o...
- 03:33 AM Bug #8929 (New): Constructors with EXTENT parameters fails
07/01/2024
- 05:07 PM Feature #6431: implement support to allow CPINTERNAL set to UTF-8 and CP936
- I'm not asure where to bring this up. I ran into some new issues with our latest p2j library. We use functions key F1...
- 09:07 AM Feature #6410: implement additional built-in OO classes/interfaces
- OK, then lets avoid the temp-table implementation.
- 08:04 AM Feature #6410: implement additional built-in OO classes/interfaces
- Greg Shah wrote:
> Constantin: Is this implicit temp-table access heavily used in the application code or is this so... - 07:48 AM Feature #6410: implement additional built-in OO classes/interfaces
- Constantin: Is this implicit temp-table access heavily used in the application code or is this something that can be ...
- 07:44 AM Feature #6410: implement additional built-in OO classes/interfaces
- Constantin Asofiei wrote:
> * shows an implicit temp-table is created
Yes, default constructor is probably using th... - 08:54 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- Alexandru Lungu wrote:
> 6667g is based on trunk rev/15271, so it includes both revisions.
I understand now, I'll... - 08:53 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- Dănuț Filimon wrote:
> ... can you take a look at #8643-12 and let me know if this patch is ok for 7156b?
The patch... - 08:52 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- 6667g is based on trunk rev/15271, so it includes both revisions.
- 08:50 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- Alexandru Lungu wrote:
> Danut, please pend effort until I can get some logs from 6667g to cross-check.
This issu... - 08:46 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- Constantin Asofiei wrote:
> I've tried using @BlockManager@ and @TransactionManager@ from trunk (not just revs 14998... - 08:45 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- Danut, please pend effort until I can get some logs from 6667g to cross-check.
- 08:44 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- I've tried using @BlockManager@ and @TransactionManager@ from trunk (not just revs 14998/15244, so other changes, too...
- 04:22 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- Alexandru Lungu wrote:
> Danut, trunk/14998 was especially created to handle rollbacks, as there were unit tests (on... - 04:19 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- Danut, trunk/14998 was especially created to handle rollbacks, as there were unit tests (on another customer applicat...
- 04:15 AM Bug #8643 (WIP): ErrorManager not handling caught errors and error-status:error attribute properly
- I've been investigating the double validation and was using 7156b with the changes from 8643a for testing. For a set ...
06/29/2024
- 06:20 AM Bug #8910: 'VIEW frame IN WINDOW' converts to invalid Java
- Workaround:...
- 04:19 AM Bug #8910: 'VIEW frame IN WINDOW' converts to invalid Java
- Probably, the correct output shall look like this?...
06/28/2024
- 04:38 PM Bug #8910: 'VIEW frame IN WINDOW' converts to invalid Java
- The @VIEW outerFrame IN WINDOW wnd.@ statement in the following code:...
- 04:33 PM Bug #8910 (New): 'VIEW frame IN WINDOW' converts to invalid Java
- 10:40 AM Feature #4347 (Closed): add runtime support for STOP-AFTER block option
- 10:33 AM Feature #4347: add runtime support for STOP-AFTER block option
- Greg Shah wrote:
> Are all of your testcases meeting the following criteria?
>
> * Checked into xfer [[p2j:Testca... - 04:32 AM Feature #6410: implement additional built-in OO classes/interfaces
- Marian, regarding the @OpenEdge.Core.Collections.List@ question. There are these two cases in #8880:
* shows an imp...
06/26/2024
- 08:43 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- The change mentioned in #8643-15 is not ok, the method called is @RecordBuffer.validate()@ which calls @flush(true)@ ...
- 05:51 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- It's caused by the revalidation of the record in @BlockManager.processForBody()@:...
- 05:38 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- *8643a* changes fail this test where the error is shown into a modal instead of being caught by the catch block:
<pr... - 04:57 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- I've posted my results in #8308-403 where I compared the previously made changes from 8308e with the new changes from...
- 03:52 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- I'll be testing with the attached patch, let me know if it's not correct.
*EDIT*: the patch does not contain the *... - 03:47 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- Constantin, patching ErrorManager for 7156b is a bit hard to understand as there are no @ServerErrorDataAccessor@ and...
- 07:57 AM Feature #6417: cleanup some known items in appserver support
- The documentation for the original implementation in FWD is at [[p2j:Appserver_Support]] and [[p2j:Setup_and_Configur...
- 07:44 AM Feature #4347: add runtime support for STOP-AFTER block option
- Are all of your testcases meeting the following criteria?
* Checked into xfer [[p2j:Testcases]] project.
* Implem... - 04:36 AM Feature #4347 (Test): add runtime support for STOP-AFTER block option
- 04:34 AM Feature #4347: add runtime support for STOP-AFTER block option
- 4347a was merged into trunk revision 15310, and archived.
- 02:33 AM Feature #4347 (Merge Pending): add runtime support for STOP-AFTER block option
- ChUI regression passed. One test failed (time-out) when running all tests automatically, but I re-run it manually and...
- 07:41 AM Feature #8904: implement -catchStop and the integration/conversion of STOP conditions into except...
- See #4347-19 and following for a discussion about how @STOP@ conditions can be converted into @Progress.Lang.Stop@ ex...
- 07:38 AM Feature #8904 (Closed): implement -catchStop and the integration/conversion of STOP conditions in...
06/25/2024
- 10:28 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- I've rebased 7643a from trunk rev 15308.
The changes are in rev 15311. With this, the tests in #8308-397, #8308-3... - 03:12 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
- Constantin Asofiei wrote:
> Dănuț Filimon wrote:
> > Committed *8643a/rev.15307* which contains the 15272 and 15273... - 08:46 AM Feature #6417: cleanup some known items in appserver support
- Just a quick note to inform you the tests for consuming WS from 4GL (FWD) client were converted to ABLUnit - availabl...
- 08:15 AM Feature #6417: cleanup some known items in appserver support
- Greg Shah wrote:
> > I think I should implement it and wait for the review to discuss it further, as per usual.
>
... - 08:14 AM Feature #6417: cleanup some known items in appserver support
- > I think I should implement it and wait for the review to discuss it further, as per usual.
Does this really have... - 07:45 AM Feature #6417: cleanup some known items in appserver support
- Marian, thanks for the references.
I've read the Progress documentation, so my question was if we do Progress-like... - 07:39 AM Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> Greg Shah wrote:
> > Aren't we simulating the nameserver lookup with our services configuration in... - 06:58 AM Feature #6417: cleanup some known items in appserver support
- Greg Shah wrote:
> If I understand correctly, we are just trying to bypass the nameserver nonsense and use the servi... - 06:48 AM Feature #6417: cleanup some known items in appserver support
- Constantin: Please provide some details about how this is supposed to work and why we have it.
Consider that appli... - 06:29 AM Feature #6417: cleanup some known items in appserver support
- Greg Shah wrote:
> Aren't we simulating the nameserver lookup with our services configuration in the directory?
We ... - 06:23 AM Feature #6417: cleanup some known items in appserver support
- Aren't we simulating the nameserver lookup with our services configuration in the directory?
- 03:33 AM Feature #6417: cleanup some known items in appserver support
- Galya B wrote:
> Greg Shah wrote:
> > We have no need for the nameserver. We don't plan to implement a replacement... - 01:58 AM Feature #6417: cleanup some known items in appserver support
- Greg Shah wrote:
> We have no need for the nameserver. We don't plan to implement a replacement for it. Any functi...
Also available in: Atom