Activity
From 10/09/2021 to 11/07/2021
11/07/2021
- 01:07 PM Base Language Feature #3817 (Review): create resource bundles from string literals and implement optional suppo...
- 01:07 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Please review the documenation at [[p2j:Translations]].
11/06/2021
- 10:34 PM Database Bug #5802: a date temp-table field gets assigned to incorrect date
- I did some small scale tests/investigations. The @LocalDate@ might be the utility @date@ needs. There are methods for...
11/05/2021
- 01:34 PM Database Bug #5802: a date temp-table field gets assigned to incorrect date
- I believe it may be possible that we are doing some over-calculations with the @date@. From my experience with this B...
- 01:33 PM Database Bug #5802: a date temp-table field gets assigned to incorrect date
- Greg Shah wrote:
> At the time I wrote this code, the use of @Date@ with the day, month, year was already deprecated... - 01:21 PM Database Bug #5802: a date temp-table field gets assigned to incorrect date
- > But a potential problem may be: when working with pure dates, maybe FWD should not depend on/use the time part at a...
- 01:17 PM Database Bug #5802: a date temp-table field gets assigned to incorrect date
- Ovidiu Maxiniuc wrote:
> Same Java version here.
> Greg, please try with @ABL_11_NOV_1900 = 2430137@ (05/21/1941).
... - 12:48 PM Database Bug #5802: a date temp-table field gets assigned to incorrect date
- Constantin Asofiei wrote:
> Ovidiu: I don't think this is specific on a user's machine (as long as @TimeZone.getDefa... - 12:47 PM Database Bug #5802: a date temp-table field gets assigned to incorrect date
- Constantin Asofiei wrote:
> Ovidiu, is this only with this specific @1900-11-11@ date? Can you run all dates from 1... - 12:46 PM Database Bug #5802: a date temp-table field gets assigned to incorrect date
- Greg, what does @TimeZone.getDefault();@ show for you?
Ovidiu: I don't think this is specific on a user's machine ... - 12:41 PM Database Bug #5802: a date temp-table field gets assigned to incorrect date
- Same Java version here.
Greg, please try with @ABL_11_NOV_1900 = 2430137@ (05/21/1941). - 12:36 PM Database Bug #5802: a date temp-table field gets assigned to incorrect date
- If I'm using @TimeZone.getTimeZone("Europe/Bucharest")@, the program shows:...
- 12:24 PM Database Bug #5802: a date temp-table field gets assigned to incorrect date
- I don't see the issue on my system:...
- 12:20 PM Database Bug #5802: a date temp-table field gets assigned to incorrect date
- Ovidiu, is this only with this specific @1900-11-11@ date? Can you run all dates from 1900 to 2030 in a loop, a log ...
- 12:13 PM Database Bug #5802: a date temp-table field gets assigned to incorrect date
- I used Constantin's test case. I added traces (@System.out.format()@) in @date.neutralMillisToCalendar(long millis, T...
- 12:29 PM Conversion Tools Feature #4105: improve flexibility of schema loading
- Ovidiu Maxiniuc wrote:
> Roger, please do not do anything, yet.
> I forgot to remove implementation of profile sel... - 12:21 PM Conversion Tools Feature #4105: improve flexibility of schema loading
- Roger, please do not do anything, yet.
I forgot to remove implementation of profile selection from @fwd.profile.def...
11/04/2021
- 05:19 PM Conversion Tools Feature #4105: improve flexibility of schema loading
- I am getting a warning:...
- 11:09 AM Database Bug #5802: a date temp-table field gets assigned to incorrect date
- Do you have a simple Java recreate for this? I assume we can recreate this with simple Java code with a @main()@ tha...
- 08:05 PM Database Bug #5802: a date temp-table field gets assigned to incorrect date
- I continued investigations on this issue. The problem seems to be at the moment when the timezone of the @GregorianCa...
11/03/2021
- 01:22 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- > I deliberately let the exception propagate up so that the conversion fails early. But if you think a warning is eno...
- 01:01 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Greg Shah wrote:
> Code Review Task branch 3821c Revision 13125
>
> Overall, this is very good.
>
> 1. In @set... - 09:50 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Code Review Task branch 3821c Revision 13125
Overall, this is very good.
1. In @set_attr_ex_ex@ we have this co... - 09:10 AM Database Bug #5802: a date temp-table field gets assigned to incorrect date
- > It seems like the first setup is somewhat incorrect. Since the default timezone is unlikely to change, only the ve...
- 09:03 PM Database Bug #5802: a date temp-table field gets assigned to incorrect date
- I did a bit of investigations. Here is the stack downstream from @_setDate@:...
- 04:57 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Constantin, logs were checked, corrected and committed in bzr with revision nr 1166. The error was throwed because fe...
11/02/2021
- 07:42 PM Database Bug #5799 (Feedback): write-xml doesn't serialize the prods:id attributes and the deleted fields ...
- As you noted, there were two issues here:
* WRITE-XML was not serializing the @prods:id@ and @prods:rowState@ attrib... - 11:13 AM Database Bug #5799: write-xml doesn't serialize the prods:id attributes and the deleted fields for before-...
- This program:...
- 11:11 AM Database Bug #5799 (Feedback): write-xml doesn't serialize the prods:id attributes and the deleted fields ...
- 07:03 PM Database Bug #5801 (Feedback): write-xml is not using XML-NODE-NAME for the temp-table
- The issue was fixed and revision in 13126.
- 11:24 AM Database Bug #5801: write-xml is not using XML-NODE-NAME for the temp-table
- This test:...
- 11:23 AM Database Bug #5801 (Feedback): write-xml is not using XML-NODE-NAME for the temp-table
- 06:21 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- 3821c revision 13125 implements i18n string expansion and also contains other related changes.
The calculation of ... - 12:11 PM Database Bug #5800: Conversion issue with CAN-FIND
- Eric Faulhaber wrote:
> The conversion has gone quite wrong. I don't think we've come across a case before which com... - 11:57 AM Database Bug #5800: Conversion issue with CAN-FIND
- The conversion has gone quite wrong. I don't think we've come across a case before which compares the results of two ...
- 11:14 AM Database Bug #5800: Conversion issue with CAN-FIND
- The conversion of the following program...
- 11:13 AM Database Bug #5800 (New): Conversion issue with CAN-FIND
- 11:45 AM Database Bug #5802: a date temp-table field gets assigned to incorrect date
- This test will assign @tt1.f1@ to @1900-11-10@, only on the first iteration. I saw this when working with #3310 SOAP...
- 11:43 AM Database Bug #5802 (New): a date temp-table field gets assigned to incorrect date
- 11:31 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Marian: from SOAP's PASOE logs, the response for @pipe_dataset_handle@ is:...
- 11:14 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- A bug which affects dataset_bt_out is logged as #5799.
- 11:00 AM User Interface Bug #5797: Drawing with null widget
- This is a cleanup issue that has no negative affect on the user. See #4829 for details.
- 10:59 AM User Interface Bug #5797 (New): Drawing with null widget
- 04:59 AM Runtime Infrastructure Bug #5734 (Closed): datetimetz.toStringMessage() incorrect output: the time zone spec is duplicated
11/01/2021
- 08:47 AM Runtime Infrastructure Bug #5734 (Test): datetimetz.toStringMessage() incorrect output: the time zone spec is duplicated
- Code Review Task Branch 3821c Revision 13119
No objections.
10/29/2021
- 02:47 PM User Interface Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- The refactoring is in 3821c/13120.
Known issues which are not yet fixed:
* OE shows a 'hidden' field-group when g... - 12:49 PM Runtime Infrastructure Bug #5734 (Review): datetimetz.toStringMessage() incorrect output: the time zone spec is duplicated
- Done in 3821c rev. 13119. Please, review.
- 11:55 AM Runtime Infrastructure Bug #5734: datetimetz.toStringMessage() incorrect output: the time zone spec is duplicated
- Constantin Asofiei wrote:
> Vladimir Tsichevski wrote:
> > Constantin Asofiei wrote:
> > > Review for 13117 - the ... - 10:30 AM Runtime Infrastructure Bug #5734: datetimetz.toStringMessage() incorrect output: the time zone spec is duplicated
- Vladimir Tsichevski wrote:
> Constantin Asofiei wrote:
> > Review for 13117 - the change forces the format to be IS... - 10:12 AM Runtime Infrastructure Bug #5734 (WIP): datetimetz.toStringMessage() incorrect output: the time zone spec is duplicated
- Constantin Asofiei wrote:
> Review for 13117 - the change forces the format to be ISO-8601
No, the change just remo... - 04:41 AM Runtime Infrastructure Bug #5734: datetimetz.toStringMessage() incorrect output: the time zone spec is duplicated
- Review for 13117 - the change forces the format to be ISO-8601 and contradicts the javadoc for @toStringMessage()@. ...
- 10:35 AM User Interface Feature #3931: single sign-on for virtual desktop mode
- > For #3770-81, the simplest way is to provide a directory-configured auth hook which checks the credentials using so...
- 09:27 AM User Interface Feature #3931: single sign-on for virtual desktop mode
- This is dependent on the auth hook mentioned in #3770-81 (auth hook to be executed before spawning the FWD client) an...
- 10:32 AM User Interface Feature #5784: multi-factor authentication
- "Multi-Factor Authentication":https://en.wikipedia.org/wiki/Multi-factor_authentication (MFA) or 2 Factor Authenticat...
- 10:08 AM User Interface Feature #5784 (Closed): multi-factor authentication
- 09:52 AM User Interface Feature #4129: map web client users to OS accounts
- I think we also need the option to map to the FWD account as well. Today we mostly use the "Guest" mode plugin and @...
- 09:32 AM User Interface Feature #4129: map web client users to OS accounts
- We have a customer that wishes to run all users in a single OS account. They understand the security implications an...
- 04:53 AM Base Language Feature #3853: implement LOG-MANAGER runtime
- A note for the implementation: considering that the Java client associated with a Web client runs on the same machine...
10/28/2021
- 07:51 AM Base Language Bug #4824: Conversion error for property with indeterminate extent
- Argh, was beating around the wrong bush... the fix come by adding the 'int64' annotation when the method is rewritten...
- 07:18 AM Base Language Bug #4824: Conversion error for property with indeterminate extent
- Constantin, I see this is closed already but one issue we still see with conversion is when unknown (?) is used to se...
- 07:10 AM Base Language Feature #5746: More meaningful error message on conversion errors with OO references
- Greg Shah wrote:
> It is a good idea. Please go ahead with this change.
Greg, that was pushed as part of the P... - 04:18 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- Greg Shah wrote:
> Do you have the code checked in to 4384m? If so, let us know the revision(s) so that we can do a...
10/27/2021
- 06:01 PM User Interface Bug #5735: CalendarWidget: problem setting value from datetime-tz objects
- I understand. The attribute type is given in @progress.g@ by the declaration:...
- 05:39 PM User Interface Bug #5735: CalendarWidget: problem setting value from datetime-tz objects
- Thank you, Ovidiu.
Ovidiu Maxiniuc wrote:
> I think this is OCX specific. You can start by looking at @wrap_param... - 05:20 PM User Interface Bug #5735: CalendarWidget: problem setting value from datetime-tz objects
- I think this is OCX specific. You can start by looking at @wrap_parameter@ / @com-argument-wrap@ annotations. If this...
- 05:02 PM User Interface Bug #5735: CalendarWidget: problem setting value from datetime-tz objects
- Hi guys,
I want to fix this issue, but I need some hints for where to find the code that converts statements like ... - 05:23 PM Runtime Infrastructure Bug #5734 (Test): datetimetz.toStringMessage() incorrect output: the time zone spec is duplicated
- Code Review Task Branch 3821c Revision 13117
No objections. - 02:57 PM Runtime Infrastructure Bug #5734 (Review): datetimetz.toStringMessage() incorrect output: the time zone spec is duplicated
- Fixed in 3821c rev. 13117.
- 01:05 PM Runtime Infrastructure Bug #5734 (WIP): datetimetz.toStringMessage() incorrect output: the time zone spec is duplicated
- The test case is very simple:...
- 09:38 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- Do you have the code checked in to 4384m? If so, let us know the revision(s) so that we can do a code review.
- 08:54 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- OK, what I've end-up doing is this:
- added 'POLY' data type in grammar ("_BDT_", use underscore to make sure it's n... - 09:03 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Constantin Asofiei wrote:
> Marian Edu wrote:
> > Now, we can change the assertions in SoapUI to match the PASOE re...
10/26/2021
- 11:56 AM Runtime Infrastructure Feature #5776: reduce memory requirements for the FWD client
- Yes, memptr/file to memptr/file (m to m, m to f, f to m, f to f) should be an all client operation in a single downcall.
- 11:33 AM Runtime Infrastructure Feature #5776: reduce memory requirements for the FWD client
- Another idea: for COPY-LOB when both the source and the target are on the client (like file to memptr), we should do ...
- 11:25 AM Runtime Infrastructure Feature #5776: reduce memory requirements for the FWD client
- > In my view, the goal of this task is to identify all APIs which work with byte[] in FWD to transfer data over the n...
- 10:54 AM Runtime Infrastructure Feature #5776: reduce memory requirements for the FWD client
- Greg Shah wrote:
> The memptr data only persists on the client. This is required to properly work with native APIs,... - 10:45 AM Runtime Infrastructure Feature #5776: reduce memory requirements for the FWD client
- The BLOB and CLOB support was added in #3500. That task has no useful details about the actual implementation, just ...
- 10:34 AM Runtime Infrastructure Feature #5776: reduce memory requirements for the FWD client
- > with every memptr and I think for COPY-LOB, too, we transfer the entire LOB to the client
The memptr data only p... - 10:23 AM Runtime Infrastructure Feature #5776: reduce memory requirements for the FWD client
- The GUI client uses a huge amount of memory. We have had to set it around 1GB for some installations, which is a rid...
- 10:22 AM Runtime Infrastructure Feature #5776 (Test): reduce memory requirements for the FWD client
- 09:15 AM User Interface Bug #5775: Runtime should handle default formats and setFormat should only be included when needed
- Testcase:...
- 09:14 AM User Interface Bug #5775: Runtime should handle default formats and setFormat should only be included when needed
- When dealing with the truncating of *list-item-pairs* in a combo-box to *x(8)*, it was discovered that the frame defi...
- 09:07 AM User Interface Bug #5775 (New): Runtime should handle default formats and setFormat should only be included when...
- 08:24 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- We will need to run this for a customer that is using classic appserver and we can run it on their dev environment.
- 06:57 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Greg Shah wrote:
> We need to support both classic appserver and PASOE. Both our tests and the FWD implementation m... - 06:23 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- We need to support both classic appserver and PASOE. Both our tests and the FWD implementation must be able to be "s...
- 03:42 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Marian Edu wrote:
> Now, we can change the assertions in SoapUI to match the PASOE response. Leave the SoapUI projec... - 03:40 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Constantin Asofiei wrote:
> Thanks, please make sure that the @appsrv/soap/test/web/fwd-soapui-project.xml@ projec... - 07:35 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- Looks like I've spoke too early, @get@ methods in @Variable@/@Property@ and @getPropertyValue@ in @Class@ can return ...
- 06:20 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Constantin Asofiei wrote:
> FILL-IN has a peculiar way of computing the width - see the @nativeWidth()@ method for F... - 03:44 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- FILL-IN has a peculiar way of computing the width - see the @nativeWidth()@ method for FillInGuiImpl. For LABEL, its...
- 03:20 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Constantin Asofiei wrote:
> Hynek Cihlar wrote:
> > While the resulting label value on the screen does contain spac... - 03:07 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Hynek Cihlar wrote:
> While the resulting label value on the screen does contain spaces, they are not used to measur... - 02:41 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Constantin Asofiei wrote:
> Isn't the expansion made by adding spaces? And if the same number of spaces are added, t... - 02:05 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Isn't the expansion made by adding spaces? And if the same number of spaces are added, the width should match.
- 02:03 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Greg Shah wrote:
> > My first naive idea was to simply measure the width of the text appended with empty spaces, but...
10/25/2021
- 05:35 PM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Code Review Task Branch 3821c Revision 13107
The change is good. - 10:40 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- I'm logging it here, because I found a flaw in ControlFlowOps when executing the SOAP requests - if argument validati...
- 10:00 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Marian Edu wrote:
> Right, added those. Mihai will add them to proxygen and make requests for those in SoapUI.
Than... - 08:26 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Constantin Asofiei wrote:
> Marian, I think these programs are missing from xfer:
> [...]
Right, added those. Mi... - 07:18 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Marian, I think these programs are missing from xfer:...
- 03:06 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- > My first naive idea was to simply measure the width of the text appended with empty spaces, but this doesn't come o...
- 04:44 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- I can't crack the logic how OE calculates the extra width for the expanded strings.
My first naive idea was to si... - 07:01 AM User Interface Bug #2971: rework tooltip support to use OverlayWindow
- 3821c/13105 solves the problems described in #3981, for Web driver (tooltip for a widget behind another widget, in z-...
10/22/2021
- 09:11 AM User Interface Feature #5767: in virtual desktop mode, we should disallow the user from moving a window outside ...
- One of our customers pointed out that it is confusing that in virtual desktop mode, the user can drag a window so tha...
- 09:10 AM User Interface Feature #5767 (New): in virtual desktop mode, we should disallow the user from moving a window ou...
- 07:29 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- > The problem with POLY is that we can't always determine from the surrounding expression or the caller, that this us...
- 06:47 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- Greg Shah wrote:
> > Greg: for the property getter, as with LegacyClass.invoke, we can set the return type to BaseDa... - 06:16 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- Greg Shah wrote:
> > Greg: for the property getter, as with LegacyClass.invoke, we can set the return type to BaseDa... - 05:59 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- > Greg: for the property getter, as with LegacyClass.invoke, we can set the return type to BaseDataType, but this wil...
- 04:33 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- Marian, as you mentioned, we already handle a POLY parameter for @setParameter@ and @CALL:SET-PARAMETER@ - see @dynam...
- 03:50 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- OK, while using a predefined 'ANY' poly data type in skeleton works we need to decide if this is the way to go forwar...
- 05:36 AM Base Language Feature #5746: More meaningful error message on conversion errors with OO references
- > As said for me just looking at the exception the message `Can not find class associated with null` doesn't tell me ...
- 02:33 AM Base Language Feature #5746: More meaningful error message on conversion errors with OO references
- Greg Shah wrote:
> If you have a better approach we are happy to try it.
As said for me just looking at the excep...
10/21/2021
- 12:23 PM Base Language Bug #5761: replace ErrorManager.displayError with recordOrThrowError and fix recordOrShowError to...
- From #5070-16:
> The NPE is because of a @create-like("")@ call on a temp-table handle. I need to debug OE and find... - 12:14 PM Base Language Bug #5761 (New): replace ErrorManager.displayError with recordOrThrowError and fix recordOrShowEr...
- 12:09 PM Base Language Feature #5746: More meaningful error message on conversion errors with OO references
- If you have a better approach we are happy to try it.
- 09:35 AM Base Language Feature #5746: More meaningful error message on conversion errors with OO references
- Never mind, it does look like the info is available in RULE output only the stack-trace was taking all of my screen s...
- 09:55 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- Greg Shah wrote:
> Yes, I really want to avoid that "explosion" of fake methods. The @BaseDataType@ is a better app...
10/20/2021
- 07:18 PM Base Language Bug #5744 (Closed): failure processing shutdown hook to delete a temp directory
- 06:01 PM Base Language Bug #5744: failure processing shutdown hook to delete a temp directory
- Greg Shah wrote:
> Code Review Task Branch 3821c Revision 13089
>
> The core change is fine.
>
> The only issu... - 05:30 PM Base Language Bug #5744: failure processing shutdown hook to delete a temp directory
- Code Review Task Branch 3821c Revision 13089
The core change is fine.
The only issue I have is that you've revm... - 12:35 PM Base Language Bug #5744 (Review): failure processing shutdown hook to delete a temp directory
- Fixed in 3821c rev. 13089.
- 12:34 PM Base Language Bug #5744 (WIP): failure processing shutdown hook to delete a temp directory
- The problem root is in this code fragment:...
- 01:19 PM Base Language Bug #5743: finally block: finalizable processing
- Ovidiu, the complexity from this arises from the fact that a i.e. @RecordBuffer.finished@ can't be moved by its own t...
- 09:35 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- > Well, it does look like a hack but since the skeleton classes is something used internally by FWD for conversion on...
- 06:33 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- Greg Shah wrote:
> The @LegacySignature@ is mostly used at runtime. For conversion support, it is only used for gap... - 08:21 AM Base Language Feature #5746: More meaningful error message on conversion errors with OO references
- That one bugged me for a long time already and now looking for alternatives on POLY @set@ method found the cause of t...
- 08:21 AM Base Language Feature #5746 (New): More meaningful error message on conversion errors with OO references
- 06:37 AM Base Language Feature #5745 (New): New access modes: package-private, package-protected
- Those two new access modes were added in OE12, you might consider adding support for those at some point so just adde...
10/19/2021
- 03:08 PM Base Language Bug #5743: finally block: finalizable processing
- I tried to see the problem from another POV. Taking into account these new issues, I think the proper way is to move ...
- 02:20 PM Base Language Bug #5743: finally block: finalizable processing
- Actually, I think it depends on the location of the 'finalizable' is configured. If it is configured for a do block, ...
- 01:46 PM Base Language Bug #5743: finally block: finalizable processing
- I've tried changing that code to this:...
- 01:35 PM Base Language Bug #5743: finally block: finalizable processing
- In OE, it seems that a FINALLY block doesn't inherit the TRANSACTION state of the associated block. But this test pr...
- 01:19 PM Base Language Bug #5743 (New): finally block: finalizable processing
- 02:42 PM Base Language Bug #5744: failure processing shutdown hook to delete a temp directory
- Vladimir Tsichevski wrote:
> No all 8 are deleting the same directory, and this causes problems. I do not know why i... - 02:39 PM Base Language Bug #5744: failure processing shutdown hook to delete a temp directory
- Greg Shah wrote:
> Vladimir found issues with the shudown hook processing in #5034-1312.
>
> Please do propose a ... - 02:39 PM Base Language Bug #5744: failure processing shutdown hook to delete a temp directory
- I've fixed the abend in 3821c/13086, I forgot to mention on #5034.
The problem was that I was using a static field... - 02:37 PM Base Language Bug #5744: failure processing shutdown hook to delete a temp directory
- Vladimir found issues with the shudown hook processing in #5034-1312.
Please do propose a fix for the shutdown hoo... - 02:33 PM Base Language Bug #5744 (Closed): failure processing shutdown hook to delete a temp directory
- 12:41 PM User Interface Feature #5742: improve web client startup time
- We have recently seen two scenarios in which the web client has an extended startup time (multiple minutes).
* #53... - 12:29 PM User Interface Feature #5742 (Closed): improve web client startup time
- 10:47 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Constantin Asofiei wrote:
> Marian, did you manage to get the SOAP tests for these programs?
Sort of managed to d... - 10:44 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Marian, did you manage to get the SOAP tests for these programs?
10/18/2021
- 05:04 PM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- The @LegacySignature@ is mostly used at runtime. For conversion support, it is only used for gap analysis marking. ...
- 09:44 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- Greg Shah wrote:
> Considering we may find other cases of this over time, we may want to "mark" references to POLY c...
10/15/2021
- 11:45 AM User Interface Bug #5735: CalendarWidget: problem setting value from datetime-tz objects
- Ovidiu Maxiniuc wrote:
> I do not think the @character@ wrapper is correct. Without it, that line would be generated... - 10:43 AM User Interface Bug #5735: CalendarWidget: problem setting value from datetime-tz objects
- I do not think the @character@ wrapper is correct. Without it, that line would be generated as:...
- 10:27 AM User Interface Bug #5735: CalendarWidget: problem setting value from datetime-tz objects
- The following call (found in testcases) causes an error:...
- 10:24 AM User Interface Bug #5735 (New): CalendarWidget: problem setting value from datetime-tz objects
- 10:03 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
- Roger Borrello wrote:
> I have been trying all morning to get sikulixide to run. It's back to it's hanging situation... - 09:47 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
- I have been trying all morning to get sikulixide to run. It's back to it's hanging situation. This was working last w...
- 06:57 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- Greg Shah wrote:
> What is the list of items to resolve here?
>
> * Add runtime support to complete @Progress.Ref... - 06:00 AM Runtime Infrastructure Bug #5734: datetimetz.toStringMessage() incorrect output: the time zone spec is duplicated
- The result of converting a @datetimetz@ value to a string with @toStringMessage@ has two time zone specs instead of o...
- 05:48 AM Runtime Infrastructure Bug #5734 (Closed): datetimetz.toStringMessage() incorrect output: the time zone spec is duplicated
10/14/2021
- 11:11 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- What is the list of items to resolve here?
* Add runtime support to complete @Progress.Reflect.Property@ and @Prog... - 11:02 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- And Marian confirmed in #4384-540:
>> You mean the @Progress.Reflect.Property@ and @Progress.Reflect.Variable@? T... - 11:01 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- Constantin posted in #4384-539:
> Marian Edu wrote:
>> Trying to convert some of the tests made for reflection we... - 10:59 AM Base Language Feature #5729: implement polymorphic reflection support for properties and variables
- From Marian in #4384-537:
> Trying to convert some of the tests made for reflection we see the POLY behavior is no... - 10:58 AM Base Language Feature #5729 (New): implement polymorphic reflection support for properties and variables
- 09:48 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Constantin Asofiei wrote:
> Marian, another request, please: proxygen uses on the XML-NODE-NAME attribute (at the da... - 09:03 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Marian, another request, please: proxygen uses on the XML-NODE-NAME attribute (at the dataset, table or field). So p...
- 07:48 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Greg Shah wrote:
> > The (widget) layout logic on the client must receive the padded original untranslated strings a... - 07:29 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- > The (widget) layout logic on the client must receive the padded original untranslated strings and do the layout bas...
- 07:17 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Greg Shah wrote:
> > IMHO the expansion really only appends spaces to the literals before it saves them in the TEXT ... - 07:12 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Constantin Asofiei wrote:
> Hynek, please check this: have a label with the original string as @iiiii@ and its trans... - 05:52 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- BTW, the formula in the documentation seems wrong. They write it as:
@New-length = Actual-length * ( 1 + ( growth... - 05:51 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- > IMHO the expansion really only appends spaces to the literals before it saves them in the TEXT section in the r-fil...
- 05:41 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Hynek, please check this: have a label with the original string as @iiiii@ and its translation as @WWWWW@, no growth ...
- 05:25 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Constantin Asofiei wrote:
>
> Back to assumptions: in the demo_widgets.p, do you have a screenshot where the langu... - 05:15 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Constantin Asofiei wrote:
> I'm looking at the 4GL code for the TranslationManager (adetran-master.zip) and it looks... - 05:12 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Hynek, something else: we may need to add support for @RCODE-INFO:LANGUAGES@ attribute. This is the way OE saves and...
- 04:56 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- I can't find if it re-generates 4GL code, but the COMPILE command is this (see @_compdlg.w@), and my previous assumpt...
- 04:01 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- I'm looking at the 4GL code for the TranslationManager (adetran-master.zip) and it looks like when translating, this ...
10/13/2021
- 04:53 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Constantin Asofiei wrote:
> Hynek Cihlar wrote:
> > I think so in a sense. But the string expansion calculation req... - 03:57 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- And something else which can be done to check if OE has the same mechanism of resolving the implicit widget size, in ...
- 03:50 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Hynek Cihlar wrote:
> I think so in a sense. But the string expansion calculation requires access to the original st... - 02:48 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Greg Shah wrote:
> > For labels this should be relatively simple. I could modify the conversion rules and pass the w... - 02:30 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Constantin Asofiei wrote:
> Hynek, can you provide some screenshots/example how the string expansion affects the UI,... - 02:20 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- > For labels this should be relatively simple. I could modify the conversion rules and pass the widget instance to @_...
- 01:58 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- And you mention that some widgets expand and some don't. I think this depends on how OE builds the UI:
* for the wi... - 01:52 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Hynek, can you provide some screenshots/example how the string expansion affects the UI, if you switch between two la...
- 01:39 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Greg Shah wrote:
> > Which means the value returned by @__tr@ will have to hold both, the original string as well as... - 07:43 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- > Which means the value returned by @__tr@ will have to hold both, the original string as well as the translation. Ei...
- 04:44 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- I'd like to discuss the string expansion.
OE/4GL doesn't expand all the widgets the same. Some do expand, some no... - 02:52 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Greg Shah wrote:
> What is the list of remaining items for this task?
The remaining tasks are string expansion, w... - 02:33 PM User Interface Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- I'm refactoring the field-group/current-iteration support in GenericFrame as it causes an infinite loop, and these ar...
- 08:09 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Constantin Asofiei wrote:
> And relations in a dataset... a client uses these.
So, relations and unique indexes a...
10/12/2021
- 02:28 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- What is the list of remaining items for this task?
- 05:51 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Hynek Cihlar wrote:
> Constantin, 3821c revision 13058 contains fixes for legacy class language application. Plus so... - 05:46 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Constantin, 3821c revision 13058 contains fixes for legacy class language application. Plus some other more or less r...
- 10:56 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- And relations in a dataset... a client uses these.
- 10:37 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- And the @desc@ clause for an index...
- 09:55 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Marian, please add some tests which have unique/primary indexes at a table (part of a dataset or not) - I see that in...
- 09:00 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Constantin Asofiei wrote:
> Marian, I need some help - a client is using a DATASET-HANDLE and TABLE-HANDLE as parame... - 04:02 AM Base Language Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Marian, I need some help - a client is using a DATASET-HANDLE and TABLE-HANDLE as parameters for SOAP.
I need some...
10/11/2021
- 04:41 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- > Btw. the resource bundle resolution in the invocation helpers would require an invalidation mechanism in the cases ...
- 04:29 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Greg Shah wrote:
> Doing this is a bit faster and it has less generated code to maintain in each class, but the invo... - 04:19 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Constantin Asofiei wrote:
> Hynek Cihlar wrote:
> > String literals in init clauses are wrapped in @__tr@ method as... - 04:13 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Greg Shah wrote:
> > It seems that any first reference of a class will fix its language for good.
>
> Are you tal... - 12:07 PM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Hynek Cihlar wrote:
> String literals in init clauses are wrapped in @__tr@ method as the other translatable literal... - 08:27 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- > It seems that any first reference of a class will fix its language for good.
Are you talking about the 4GL or FWD? - 08:26 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- I'd like to consider approaches that would eliminate the generation of the @__tr()@ methods in every class/frame-def/...
- 07:51 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Constantin Asofiei wrote:
> Hynek Cihlar wrote:
> > Constantin Asofiei wrote:
> > > Hynek, this review is for 3821... - 04:10 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Hynek Cihlar wrote:
> Constantin Asofiei wrote:
> > Hynek, this review is for 3821c revisions 13032,13022,13021,130... - 03:26 AM Base Language Feature #3817: create resource bundles from string literals and implement optional support for se...
- Constantin Asofiei wrote:
> Hynek, this review is for 3821c revisions 13032,13022,13021,13020,13017:
> * The change...
Also available in: Atom