Project

General

Profile

Activity

From 06/20/2021 to 07/19/2021

07/19/2021

08:16 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
> I was successful in at least getting my Windows system connecting to the new URL, but now it's gotten finicky again... Greg Shah

07/17/2021

09:04 AM Database Feature #5491: custom locale/collation implementations
The H2/Java collation names and Linux/PostgreSQL locale names were unified as described above.
Also, I think I updat...
Ovidiu Maxiniuc

07/16/2021

02:26 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
I had to switch to using an old VM because my test systems are now devoid of functional databases. I was successful i... Roger Borrello
10:43 AM Conversion Tools Bug #5551: Case sensitivity of default buffer name
At this moment, my isolated testcases passed. A problem was detected in a customer project with the dynamic temp-tabl... Ovidiu Maxiniuc
10:11 AM Conversion Tools Bug #5551: Case sensitivity of default buffer name
After preliminary investigations, I traced that the legacy buffer name (@legacybufname@) is computed in @convert/buff... Ovidiu Maxiniuc
10:03 AM Conversion Tools Bug #5551: Case sensitivity of default buffer name
A couple of weeks ago, while running some tests and I notice minor differences in the output between 4GL and FWD. The... Ovidiu Maxiniuc
09:52 AM Conversion Tools Bug #5551 (New): Case sensitivity of default buffer name
Ovidiu Maxiniuc

07/15/2021

07:25 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
Subsequent to that post, I learned from looking at the output that the existing project was causing issues. So renami... Roger Borrello
09:20 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
Question #697943 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/697943
Roger F Borrello Jr po...
Roger Borrello
06:30 PM Database Feature #4022: upgrade to a newer PostgreSQL release
I have been trying to get my test system going using PostgreSQL 13 for updated client code, and when I get to the PL/... Roger Borrello
04:46 PM Database Feature #5491: custom locale/collation implementations
@en_US.iso88591_fwd_basic@ will be then. Ovidiu Maxiniuc
04:36 PM Database Feature #5491: custom locale/collation implementations
I prefer the underscores. Greg Shah
04:03 PM Database Feature #5491: custom locale/collation implementations
Eric Faulhaber wrote:
> OK, Ovidiu, so it sounds like we need to keep this setting in @p2j.cfg.xml@. But for consist...
Eric Faulhaber
04:02 PM Database Feature #5491: custom locale/collation implementations
OK, Ovidiu, so it sounds like we need to keep this setting in @p2j.cfg.xml@. But for consistency from the user's pers... Eric Faulhaber
03:38 PM Database Feature #5491: custom locale/collation implementations
Constantin Asofiei wrote:
> Do you mean this in @p2j.cfg.xml@?
> [...]
>
> The reason was to emit the @set colla...
Constantin Asofiei
02:31 PM Database Feature #5491: custom locale/collation implementations
Do you mean this in @p2j.cfg.xml@?... Constantin Asofiei
02:18 PM Database Feature #5491: custom locale/collation implementations
Eric Faulhaber wrote:
> If we need to keep the collation setting in @p2j.cfg.xml@, we can accept either form. I th...
Eric Faulhaber
02:16 PM Database Feature #5491: custom locale/collation implementations
Ovidiu Maxiniuc wrote:
> I did not think about it that way, but it makes sense. We can use the @@@, too in this ca...
Eric Faulhaber
01:30 PM Database Feature #5491: custom locale/collation implementations
Eric Faulhaber wrote:
> Do you recall what that is used for?
According to bzr, it was added in 2010, with the _"sup...
Ovidiu Maxiniuc
12:35 PM Database Feature #5491: custom locale/collation implementations
Ovidiu Maxiniuc wrote:
> This seems to fit in both worlds.
I don't think it really fits in the Linux world. The...
Eric Faulhaber
12:24 PM Database Feature #5491: custom locale/collation implementations
H2 identifies the locale using its name this way:... Ovidiu Maxiniuc
11:22 AM Database Feature #5491: custom locale/collation implementations
Ovidiu Maxiniuc wrote:
> The SPI only provides a sort order. The language and country are probably irrelevant here...
Eric Faulhaber
11:01 AM Database Feature #5491: custom locale/collation implementations
From #5034:
The SPI only provides a sort order. The language and country are probably irrelevant here, but they ar...
Ovidiu Maxiniuc
02:09 PM Base Language Feature #4349: add support for 4GL ENUM
> One issue there with flag enums, logical operators (and, or, not, xor) should return the same enum type so most pro... Greg Shah

07/14/2021

07:21 PM Database Feature #5491: custom locale/collation implementations
I assume that setting would be in the form @<language>_<COUNTRY>@, e.g., @en_US@, @en_GB@, etc. To compose an @embedd... Eric Faulhaber
06:58 PM Database Feature #5491: custom locale/collation implementations
Eric Faulhaber wrote:
> ...
> Do we already have comparable settings in the directory (or programmatic defaults) fo...
Eric Faulhaber
06:53 PM Database Feature #5491 (WIP): custom locale/collation implementations
We need to simplify the configuration of the locale/collation in use for databases, including the @_temp@ database. I... Eric Faulhaber
05:47 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
I added sikuli capabilities to my Windows system, in order to determine if there is any hope for cross-compatability ... Roger Borrello
10:51 AM Base Language Feature #4384: Builtin OO Implementation
Status updated from Marian:
> As suggested by Constantin we've re-generate all test scripts to run everything unde...
Greg Shah

07/13/2021

02:01 PM User Interface Bug #5118: TREELIST widget issues
Vladimir Tsichevski wrote:
> Another differences:
>
> # In FWD column dragging start right at the first mouse mov...
Vladimir Tsichevski
12:54 PM User Interface Bug #5543: Placement, visibility and dimension issues of down frame children
The testcases used in #5518 are now available in @testcases/uast/gui_down_frame/@. Alexandru Lungu
08:13 AM User Interface Bug #5543: Placement, visibility and dimension issues of down frame children
Please check in the testcases to @testcases/uast/gui_down_frame/@. They will be found there more easily for other ta... Greg Shah
08:09 AM User Interface Bug #5543: Placement, visibility and dimension issues of down frame children
Some testcases for down frames show:
* incorrect placement of child widgets: when the child is a frame, it is someti...
Alexandru Lungu
07:56 AM User Interface Bug #5543 (New): Placement, visibility and dimension issues of down frame children
Alexandru Lungu

07/12/2021

05:56 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
I have a pretty good reliable logon script, except for the password being echoed. I've posted a question: https://ans... Roger Borrello
03:57 PM Base Language Bug #5541: string(decimal, string) support in FWD is not fully compatible with 4GL
Format-driven decimal-to-string conversion in FWD is incompatible with 4GL.
For example @public.tostring(3.1415926::...
Igor Skornyakov
03:56 PM Base Language Bug #5541 (New): string(decimal, string) support in FWD is not fully compatible with 4GL
Igor Skornyakov
02:43 AM Base Language Feature #4349: add support for 4GL ENUM
Greg Shah wrote:
> Task branch 4231b has been merged to trunk as revision 11347.
One issue there with flag enums,...
Marian Edu

07/10/2021

04:29 AM Database Bug #5540: can't query meta info for meta tables
@testcases/uast/dump_meta_info.p@ reads all the @_File@ records and outputs some meta information about all tables (f... Constantin Asofiei
04:27 AM Database Bug #5540 (New): can't query meta info for meta tables
Constantin Asofiei
04:25 AM Base Language Bug #5539: X-DOCUMENT (DOM) allows ISO control characters in OpenEdge for XML version 1.0
OpenEdge allows ISO control characters (like 0x01) to exist (escaped) in a XML version 1.0 file. Our DOM parser (for... Constantin Asofiei
04:23 AM Base Language Bug #5539 (New): X-DOCUMENT (DOM) allows ISO control characters in OpenEdge for XML version 1.0
Constantin Asofiei
04:23 AM Base Language Bug #5538: fix readByte() for DirStream, ProcessStream, and others
@FileStream@ and @Stream@ were reworked to read characters or bytes as needed.
Currently @Stream.readByte()@ defau...
Constantin Asofiei
04:21 AM Base Language Bug #5538 (Closed): fix readByte() for DirStream, ProcessStream, and others
Constantin Asofiei

07/09/2021

08:46 AM User Interface Bug #5118: TREELIST widget issues
FIXED Another differences:
# In FWD column dragging start right at the first mouse move event after the mouse butt...
Vladimir Tsichevski
03:29 AM User Interface Bug #5118: TREELIST widget issues
Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Also please rename @I2DScrollable@ and any other I-interfaces ...
Hynek Cihlar

07/08/2021

05:36 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
Validation of opencv python3 binding:... Roger Borrello
03:55 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
Answers from RaiMan are basically, "Use Java 11".
So I created @/usr/local/bin/java11@ with links to Java 11 items...
Roger Borrello
09:34 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
Greg Shah wrote:
> Are you running it with Java 11?
I was running with the default java 8. I ran this: @/usr/lib/...
Roger Borrello
06:49 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
Are you running it with Java 11?
Can you get it running without the OCR nonsense?
Greg Shah
04:25 PM User Interface Bug #5118: TREELIST widget issues
Hynek Cihlar wrote:
> Also please rename @I2DScrollable@ and any other I-interfaces in the related changes.
Done ...
Vladimir Tsichevski
04:04 PM User Interface Bug #5118: TREELIST widget issues
Fixed menu showing issue in 3821c rev. 12650. Do nothing if already show popup menu showing attempted. Vladimir Tsichevski
01:44 PM User Interface Bug #5118: TREELIST widget issues
Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Vladimir Tsichevski wrote:
> > > See the 12639 commit.
> >
...
Hynek Cihlar
12:58 PM User Interface Bug #5118: TREELIST widget issues
Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > See the 12639 commit.
>
> The changes are good. Just please...
Vladimir Tsichevski
11:54 AM Conversion Tools Bug #5137: any text following a # character in the include or exclude file list is ignored
The documentation has been updated. Greg Shah
11:53 AM Conversion Tools Bug #5137 (Closed): any text following a # character in the include or exclude file list is ignored
Fixed in 3821c revision 12645. We now only honor a @#@ character as a comment if it is the first character on the li... Greg Shah
11:52 AM Base Language Bug #4978: Static method call in base class
Fixed in 3821c revision 12645. Greg Shah
06:00 AM User Interface Bug #5533: Fix artifacts in COMBO-BOX drop down
See the attached screen capture. It shows artifacts in @COMBO-BOX@ drop down after rapidly changing the selected item... Hynek Cihlar
05:58 AM User Interface Bug #5533 (New): Fix artifacts in COMBO-BOX drop down
Hynek Cihlar
05:54 AM User Interface Bug #5532: Fix incorrectly rendered convex lines by WebGL renderer
This is a follow up issue of #5255, #5255-17 and related notes.
Convex lines are still not rendered correctly. Com...
Hynek Cihlar
05:50 AM User Interface Bug #5532 (New): Fix incorrectly rendered convex lines by WebGL renderer
Hynek Cihlar

07/07/2021

07:18 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
I'm not sure what else I can try to get Sikuli working. I've tried on a Kubuntu VM, as well. Roger Borrello
01:05 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
I used a fresh install on my VM.
# I downloaded the sikulixide jar from https://launchpad.net/sikuli/sikulix/2.0.5/...
Roger Borrello
03:44 PM Database Feature #5491: custom locale/collation implementations
Code review 3821c/12640:
The changes in this revision look good.
I took another look at @gen-locale.p@ and I di...
Eric Faulhaber
09:10 PM Database Feature #5491: custom locale/collation implementations
Done. Committed revision 12640.
I also updated the extractor procedure to create new files with fixed header/title a...
Ovidiu Maxiniuc
02:04 PM User Interface Bug #5118: TREELIST widget issues
Vladimir,
We have the customer specific code issues for recent changes. See another specific task.
Eugenie Lyzenko
06:00 AM User Interface Bug #5118: TREELIST widget issues
Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Vladimir Tsichevski wrote:
> > > See the 12639 commit.
> >
...
Hynek Cihlar
04:34 AM User Interface Bug #5118: TREELIST widget issues
Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > See the 12639 commit.
>
> The changes are good. Just please...
Vladimir Tsichevski
04:25 AM User Interface Bug #5118: TREELIST widget issues
Vladimir Tsichevski wrote:
> See the 12639 commit.
The changes are good. Just please remove the 'I' from interfac...
Hynek Cihlar
10:20 AM Database Bug #5521 (Closed): [java] java.io.EOFException on import when no PSC footer
Greg Shah
10:15 AM Database Bug #5521: [java] java.io.EOFException on import when no PSC footer
My @ant import.db@ of the database went off without any issues (aside from my PL/Java getting upgraded to 1.6.2 again). Roger Borrello
06:22 AM Database Bug #5521 (Test): [java] java.io.EOFException on import when no PSC footer
Greg Shah
06:22 AM Database Bug #5521: [java] java.io.EOFException on import when no PSC footer
Code Review Task Branch 3821c Revison 12640
The changes look good.
Greg Shah
09:07 PM Database Bug #5521 (WIP): [java] java.io.EOFException on import when no PSC footer
The issue should be fixed in revision 12640. Ovidiu Maxiniuc

07/06/2021

05:53 PM User Interface Bug #5118: TREELIST widget issues
Hynek Cihlar wrote:
> For the @TreeBodyGuiImpl@, introduce @size@ field of type @Dimension@ and override @dimensio...
Vladimir Tsichevski
04:08 PM User Interface Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
I was looking for a testcase to deal with a @frame-col@ issue, and found this one @uast/current_iteration/clear-frame... Roger Borrello
08:22 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
New question #697865 on SikuliX:
https://answers.launchpad.net/sikuli/+question/697865
I am not 100% sure I am bu...
Roger Borrello
08:19 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
New question #697864 on SikuliX:
https://answers.launchpad.net/sikuli/+question/697864
Using Linux Mint 20.1, whi...
Roger Borrello
08:14 AM Database Bug #5521: [java] java.io.EOFException on import when no PSC footer
Some details are available in the related thread starting at #5034-814.
From Greg:
>I don't think we should be s...
Roger Borrello
08:12 AM Database Bug #5521 (Closed): [java] java.io.EOFException on import when no PSC footer
Roger Borrello

07/05/2021

06:51 PM Database Feature #4022: upgrade to a newer PostgreSQL release
I noticed that @postgresql-10-pljava@ was on the auto-update list, and pljava was upgraded at 5pm to @1.6.2-2.pgdg20.... Roger Borrello
06:44 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
I had to post a question to the launchpad for Sikuli (https://answers.launchpad.net/sikuli/+question/697864) as there... Roger Borrello
04:59 PM Database Feature #5491: custom locale/collation implementations
Please change the @title@ in the @LC_IDENTIFICATION@ section of the @en_GB@ locale definitions to say, "Great Britain... Eric Faulhaber
04:26 PM Database Feature #5491: custom locale/collation implementations
No, I'll close it after review of this current batch. As we create more locales/collators over time, we can reopen it... Eric Faulhaber
04:20 PM Database Feature #5491 (Review): custom locale/collation implementations
Do we keep this task open for adding new collations? Ovidiu Maxiniuc
12:06 PM User Interface Bug #5118: TREELIST widget issues
Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
>
>
> > > We are talking about the @TreeBodyGuiImpl@ here, whi...
Hynek Cihlar
11:29 AM User Interface Bug #5118: TREELIST widget issues
Hynek Cihlar wrote:
> > We are talking about the @TreeBodyGuiImpl@ here, which is not a @Container@. I think, so...
Vladimir Tsichevski
10:44 AM User Interface Bug #5118: TREELIST widget issues
Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Vladimir Tsichevski wrote:
> > > Hynek Cihlar wrote:
> > > >...
Hynek Cihlar
09:57 AM User Interface Bug #5118: TREELIST widget issues
Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > Hynek Cihlar wrote:
> > > Code review 3821c revisions 12599, ...
Vladimir Tsichevski
09:20 AM User Interface Bug #5118: TREELIST widget issues
Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Code review 3821c revisions 12599, 12600, 12602, 12624.
> >
...
Hynek Cihlar

07/03/2021

10:45 PM User Interface Bug #5118: TREELIST widget issues
Hynek Cihlar wrote:
> Code review 3821c revisions 12599, 12600, 12602, 12624.
>
> Overall this is a good set of c...
Eugenie Lyzenko

07/02/2021

06:09 PM User Interface Bug #5118: TREELIST widget issues
Hynek Cihlar wrote:
> Code review 3821c revisions 12599, 12600, 12602, 12624.
>
> Overall this is a good set of c...
Vladimir Tsichevski
04:39 PM User Interface Bug #5118: TREELIST widget issues
Code review 3821c revisions 12599, 12600, 12602, 12624.
Overall this is a good set of changes. The implementation ...
Hynek Cihlar
02:06 PM User Interface Bug #5118: TREELIST widget issues
#5118-129, #5118-131 fixed in 3821c rev. 12624. Vladimir Tsichevski
05:13 PM Database Support #5183: database collation
Ovidiu Maxiniuc wrote:
> The listing you obtained is pretty much the one we currently have in @locale/xx_XX@ISO8859-...
Eric Faulhaber
10:27 AM Database Support #5183: database collation
The listing you obtained is pretty much the one we currently have in @locale/xx_XX@ISO8859-1@basic@FWD@ and @src/com/... Ovidiu Maxiniuc
10:06 AM Database Support #5183: database collation
Eric,
The space character (@0x20@, or @32@ decimal) is incorrectly listed in the 2nd position. This is because the c...
Ovidiu Maxiniuc
04:43 AM Database Support #5183: database collation
h2. Comparison of OE ISO-8859-1 basic collation vs. PostgreSQL ISO-8859-1 default collation (en_US)
I created ISO-...
Eric Faulhaber
03:33 PM Database Bug #5512: Java todate(text) UDF returns incorect value
@public.todate('06302001')@ returns '2001-06-29' which doesn't look correct. Igor Skornyakov
03:32 PM Database Bug #5512 (New): Java todate(text) UDF returns incorect value
Igor Skornyakov
02:48 PM Base Language Bug #4978 (Review): Static method call in base class
The attached fixes this issue, including rewriting the class to the correct parent class name during downstream conve... Greg Shah
02:01 PM Database Feature #4022: upgrade to a newer PostgreSQL release
Constantin Asofiei wrote:
> Please read the above as 'unofficial steps'. There may be a better way to do this, but ...
Roger Borrello
01:57 PM Database Feature #4022: upgrade to a newer PostgreSQL release
The release notes for PL/Java https://tada.github.io/pljava/releasenotes.html indicate the moved to the Java 9 module... Roger Borrello
01:56 PM Database Feature #4022: upgrade to a newer PostgreSQL release
I went through setting up PL/Java 1.6.2 last week (with psql 12.7). 1.6.2 does require Java 11 - it is compiled as s... Constantin Asofiei
01:45 PM Database Feature #4022: upgrade to a newer PostgreSQL release
OK, don't install PL/Java through apt. This is actually untested, so you are breaking new ground here.
Does PL/Jav...
Eric Faulhaber
01:09 PM Database Feature #4022: upgrade to a newer PostgreSQL release
Roger Borrello wrote:
> So getting to the Java 11 uninstall... it also uninstall pljava. So when this is done, I'll ...
Roger Borrello
01:05 PM Database Feature #4022: upgrade to a newer PostgreSQL release
I started reading the fine manual at PL/Java: https://tada.github.io/pljava/install/install.html
When I ran @pg_co...
Roger Borrello
02:12 AM Database Feature #4022: upgrade to a newer PostgreSQL release
Roger Borrello wrote:
> What are your thoughts on the @/opt/pljava/install.sql@ script (attached) in terms of when/h...
Eric Faulhaber
12:08 AM Database Feature #4022: upgrade to a newer PostgreSQL release
What are your thoughts on the @/opt/pljava/install.sql@ script (attached) in terms of when/how to run it? I don't see... Roger Borrello
10:07 PM Database Feature #4022: upgrade to a newer PostgreSQL release
Roger Borrello wrote:
> ...
> Eric and I went over quite a few things, but it doesn't appear that the Java 11 I hav...
Eric Faulhaber
08:25 PM Database Feature #4022: upgrade to a newer PostgreSQL release
Greg suggested I create a new task in database, but this task looks well suited for the issues related to installing ... Roger Borrello
01:53 PM Database Bug #5511: todate(text) Java UDF throws strange exception
Java UDF @todate(text)@ throws an exception @SQL Error [XX000]: ERROR: java.lang.NoClassDefFoundError: com/goldencode... Igor Skornyakov
01:52 PM Database Bug #5511 (New): todate(text) Java UDF throws strange exception
Igor Skornyakov
11:51 AM User Interface Feature #5510: delegated click mode for SYSTEM-DIALOG GET-FILE
A customer with a GUI application is moving to the web client. The original implementation of @SYSTEM-DIALOG GET-FIL... Greg Shah
08:28 AM User Interface Feature #5510 (New): delegated click mode for SYSTEM-DIALOG GET-FILE
Greg Shah

07/01/2021

05:05 PM User Interface Bug #5118: TREELIST widget issues
*Fixed* in 3821c rev. 12624.
In OCX, in a *single-column tree*, the width of the only column is set to the widget ...
Vladimir Tsichevski
04:40 PM User Interface Bug #5118: TREELIST widget issues
*Fixed* in 3821c rev. 12624.
The API call @EnsureVisible(node)@ works incorrectly:
# In FWD the node is forced ...
Vladimir Tsichevski
12:56 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
When I built these 3 tools (leptonica, tesseract, and opencv) I was confused by the fact that I built 1.8.1.1 of lept... Roger Borrello
07:35 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
> I tried adding them into the sikuli python script, but it cannot find the module.
The best way to install Python...
Greg Shah
09:20 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
The previous script that found and opened/closed the @about@ screen:... Roger Borrello
09:09 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
In trying to utilize OCR, I was following the path of the python linkages for OpenCV and tesseract, such as https://w... Roger Borrello
12:54 PM Database Support #5183: database collation
> @locale -a@ does not list them
If @localedef@ was successful there should be new locale files. If that is the c...
Greg Shah
12:44 PM Database Support #5183: database collation
Do you have @/usr/share/i18n/charmaps/CP1252.gz@? If so, @gunzip@ it. I think @locale-gen@ just runs @localedef@ unde... Eric Faulhaber
12:35 PM Database Support #5183: database collation
Eric Faulhaber wrote:
> These were the specific lines I added to @/etc/locale.gen@, based on some Googling:
> [...]...
Ovidiu Maxiniuc
12:20 PM Database Support #5183: database collation
Roger Borrello wrote:
> A general question about the use of a custom locale. The database for an existing applicatio...
Eric Faulhaber
12:17 PM Database Support #5183: database collation
Ovidiu Maxiniuc wrote:
> Eric,
> I have not tried to use the @en_US.cp1252@ locale until now. Only the custom local...
Eric Faulhaber
11:39 AM Database Support #5183: database collation
A general question about the use of a custom locale. The database for an existing application would need to be droppe... Roger Borrello
11:33 AM Database Support #5183: database collation
Eric,
I have not tried to use the @en_US.cp1252@ locale until now. Only the custom locales. However, when I try to d...
Ovidiu Maxiniuc
03:07 AM Database Support #5183: database collation
Ovidiu, I need your help.
In any of your encoding testing lately, have you been able to create a database cluster ...
Eric Faulhaber

06/30/2021

02:17 PM User Interface Bug #5118: TREELIST widget issues
Greg Shah wrote:
> What is the list of remaining issues for this task?
# #5118-53 Unimplemented OCX call: @GetNod...
Vladimir Tsichevski
01:19 PM User Interface Bug #5118: TREELIST widget issues
What is the list of remaining issues for this task? Greg Shah
12:45 PM User Interface Bug #5118: TREELIST widget issues
FIXED in rev. 12602:
# #5118-1 Bullet 4.
# #5118-1 Bullet 8.
# #5118-29
# #5118-39
# #5118-40
# #5118-65
# #51...
Vladimir Tsichevski
12:47 PM Base Language Bug #4978: Static method call in base class
Greg Shah wrote:
> Constantin: Do you have an updated patch that you are proposing for this fix?
No, I don't have a...
Constantin Asofiei
12:12 PM Base Language Bug #4978: Static method call in base class
I'm working on parsing a new application and it depends on this feature.
Constantin: Do you have an updated patch ...
Greg Shah
09:20 PM Database Feature #5491: custom locale/collation implementations
Sorry, I do not know how these task properties has changed. I did not do it on purpose :(. Ovidiu Maxiniuc
09:15 PM Database Feature #5491: custom locale/collation implementations
Eric Faulhaber wrote:
> Ovidiu, please update the FWD documentation with the new approach to installation and config...
Ovidiu Maxiniuc

06/29/2021

04:14 PM Database Feature #5491: custom locale/collation implementations
Ovidiu, please update the FWD documentation with the new approach to installation and configuration. Specifically, th... Eric Faulhaber

06/28/2021

03:20 PM Database Feature #5491 (WIP): custom locale/collation implementations
Yes. They would be identified by:
| PostgreSQL | @en_US@CP1252@basic@FWD@,
@en_GB@CP1252@basic@FWD@ and
@nl_NL@CP1...
Ovidiu Maxiniuc
02:47 PM Database Feature #5491: custom locale/collation implementations
OK, understood.
Then shouldn't we mirror the same approach for the @p2jspi.jar@? This may avoid confusion.
Greg Shah
02:20 PM Database Feature #5491: custom locale/collation implementations
It is a bit more complicated than that.
We need to keep the lang/land prefix. This is used within the locale script...
Ovidiu Maxiniuc
02:05 PM Database Feature #5491: custom locale/collation implementations
Then perhaps we should not have @en_US@CP1252@FWD@, @en_GB@CP1252@FWD@ and @nl_NL@CP1252@FWD@ but instead just @basic... Greg Shah
01:36 PM Database Feature #5491: custom locale/collation implementations
I investigated the content of the @convmap.cp@ on my Windows test machine and I found the following collations availa... Ovidiu Maxiniuc
10:10 AM Database Feature #5491: custom locale/collation implementations
Indeed, at first I thought that using different CPs will automatically imply a specific sorting order since I did not... Ovidiu Maxiniuc
07:07 AM Database Feature #5491: custom locale/collation implementations
> The language and country parameters are not relevant (for what I know)
Are you saying that we've never found any...
Greg Shah

06/26/2021

05:51 PM Database Feature #5491: custom locale/collation implementations
Committed revision 12576.
Added @ISO_8859_15Collator.java@ and @CP1252Collator.java@ identified as described above...
Ovidiu Maxiniuc

06/25/2021

07:22 PM Database Feature #5491: custom locale/collation implementations
At this moment @ISO_8859_1Collator@ is the only collation registered with the 'identifier' <code class="Java">new Loc... Ovidiu Maxiniuc
10:53 AM Database Feature #5491: custom locale/collation implementations
The @locale/gen-locale.p@ program has recently been updated and several new OS-level custom locales have been generat... Eric Faulhaber
10:35 AM Database Feature #5491 (Closed): custom locale/collation implementations
Eric Faulhaber
01:31 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
There is some courseware on http://researcherstore.com. 55 lessons in all. It's located here: https://researcherstore... Roger Borrello
12:44 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
Roger Borrello wrote:
> The API is so very, very granular and very expansive. There is a separate project for this: ...
Roger Borrello
11:06 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
The API is so very, very granular and very expansive. There is a separate project for this: https://code.google.com/a... Roger Borrello
11:44 AM Base Language Bug #5294: parsing problems for assign-style statements with a OO chained lvalue
Code Review Eclipse Diff in #5294-2
1. The @lvalue@ to @chained_object_members@ change makes sense. I suspect the...
Greg Shah

06/24/2021

01:50 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
Keep going with the UDFs. I think there will be a natural pause there while Eric reviews. At that point you can fix... Greg Shah
01:40 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
Constantin Asofiei wrote:
> Igor, I have a reliable recreate for this. It consists using a 'custom modified' conver...
Igor Skornyakov
01:19 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
Igor, I have a reliable recreate for this. It consists using a 'custom modified' converted program.
Basically, ha...
Constantin Asofiei
12:27 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
Constantin Asofiei wrote:
> Igor, I see an inconsistency - FWD server uses @org.bouncycastle.jsse.provider.ProvSSLEn...
Igor Skornyakov
11:41 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
Igor, I see an inconsistency - FWD server uses @org.bouncycastle.jsse.provider.ProvSSLEngine@ as @SSL.engine@, and th... Constantin Asofiei
10:21 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
Greg Shah wrote:
> Yes, the @SecurityManager@ logger is still governed by the console handler, so whatever you set t...
Igor Skornyakov
10:19 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
Yes, the @SecurityManager@ logger is still governed by the console handler, so whatever you set there is important. ... Greg Shah
10:02 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
Greg Shah wrote:
> > reduce the log level for the @SecurityManager@ to @INFO@
>
> The default logging level for @...
Igor Skornyakov
09:57 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
> reduce the log level for the @SecurityManager@ to @INFO@
The default logging level for @SecurityManager@ is @WAR...
Greg Shah
09:24 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
Greg Shah wrote:
> I want to enable Constantin to gather useful information that can be posted here. Since you cann...
Igor Skornyakov
09:04 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
I want to enable Constantin to gather useful information that can be posted here. Since you cannot recreate the issu... Greg Shah
08:56 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
Greg Shah wrote:
> [...]
>
> The core of @readDebugLevel()@ is @String lvl = ds.getNodeString("/security/config/d...
Igor Skornyakov
08:49 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
... Greg Shah
08:25 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
Greg Shah wrote:
> Why can't you reduce the @SecurityManager@ logging level?
Because it uses some tricky logic fo...
Igor Skornyakov
08:23 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
Why can't you reduce the @SecurityManager@ logging level? Greg Shah
08:16 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
Constantin Asofiei wrote:
> How can I enable logging for the SSL code in FWD?
Constantin.
You should enable the ...
Igor Skornyakov
07:57 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
How can I enable logging for the SSL code in FWD? Constantin Asofiei
07:46 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
Constantin Asofiei wrote:
> I got this 3 times already while in the customer app web client, trying to type somethin...
Igor Skornyakov
07:16 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
I got this 3 times already while in the customer app web client, trying to type something in a FILL-IN or EDITOR (and... Constantin Asofiei
06:36 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
Igor Skornyakov wrote:
> Constantin Asofiei wrote:
> > I still get this with a customer application:
> > [...]
> ...
Constantin Asofiei
06:35 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
Constantin Asofiei wrote:
> I still get this with a customer application:
> [...]
>
> I'm using:
> [...]
Const...
Igor Skornyakov
05:34 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
I still get this with a customer application:... Constantin Asofiei
01:00 PM User Interface Bug #5118: TREELIST widget issues
Yet another issue: arrows are not displayed when a column header is dragged: it is possible to change the column orde... Vladimir Tsichevski
11:23 AM User Interface Bug #5118: TREELIST widget issues
FIXED in rev. 12602.
Another issue: in OCX, when a tree is sorted or tree sort direction changes, the tree is scro...
Vladimir Tsichevski
02:48 AM User Interface Bug #5118: TREELIST widget issues
Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
>
> > Any widget benefits from this. If a complex widget is well...
Hynek Cihlar

06/23/2021

05:57 PM User Interface Bug #5118: TREELIST widget issues
Hynek Cihlar wrote:
> Any widget benefits from this. If a complex widget is well structured it will add to its res...
Vladimir Tsichevski
03:02 PM User Interface Bug #5118: TREELIST widget issues
Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
>
> > Selective redraw (only invalidated widgets need to redraw)...
Hynek Cihlar
01:04 PM User Interface Bug #5118: TREELIST widget issues
Hynek Cihlar wrote:
> Selective redraw (only invalidated widgets need to redraw)
Caption items are very simple ob...
Vladimir Tsichevski
12:36 PM User Interface Bug #5118: TREELIST widget issues
Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Vladimir Tsichevski wrote:
> > > # The tree body implemented ...
Hynek Cihlar
11:51 AM User Interface Bug #5118: TREELIST widget issues
Expand/collapse button hit test issue:
In the original OCX, clicking with mouse outside the expand/collapse button...
Vladimir Tsichevski
11:48 AM User Interface Bug #5118: TREELIST widget issues
Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > # The tree body implemented as *one widget*: columns are *not*...
Vladimir Tsichevski
11:01 AM User Interface Bug #5118: TREELIST widget issues
Vladimir Tsichevski wrote:
> # The tree body implemented as *one widget*: columns are *not* implemented as widgets. ...
Hynek Cihlar
10:55 AM User Interface Bug #5118: TREELIST widget issues
Hynek Cihlar wrote:
> I would keep this as is. From the UX perspective, scrolling only the records makes better se...
Vladimir Tsichevski
10:25 AM User Interface Bug #5118: TREELIST widget issues
Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Vladimir Tsichevski wrote:
> > > In OCX the scrollable contai...
Hynek Cihlar
10:20 AM User Interface Bug #5118: TREELIST widget issues
Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > In OCX the scrollable container wraps the whole tree widget, i...
Vladimir Tsichevski
10:11 AM User Interface Bug #5118: TREELIST widget issues
Vladimir Tsichevski wrote:
> In OCX the scrollable container wraps the whole tree widget, including the tree caption...
Hynek Cihlar
10:10 AM User Interface Bug #5118: TREELIST widget issues
In OCX the scrollable container wraps the whole tree widget, including the tree caption. In FWD it wraps the tree bod... Vladimir Tsichevski
12:55 PM Conversion Tools Bug #5489: Cleanup / reimplement merge DMO definitions
After dropping Hibernate from our libraries, the merge DMO definitions process is broken. In fact, it is probably dea... Ovidiu Maxiniuc
12:34 PM Conversion Tools Bug #5489 (New): Cleanup / reimplement merge DMO definitions
Ovidiu Maxiniuc

06/22/2021

04:56 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
Some notes on building @leptonica-1.81.1@: http://www.leptonica.org/source/README.html
# mkdir build && cd build
# ...
Roger Borrello
09:28 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
That looks very comprehensive, and will keep this post updated. Roger Borrello
08:14 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
This is the list of known issues to resolve, as far as I know:
* Make a single test work on both Chrome and Firefo...
Greg Shah
10:29 AM Base Language Feature #4384: Builtin OO Implementation
4384k was merged to 3821c/12558. 3821c/12559 fixes some regressions.
Created 4384l from 3821c/12559.
Constantin Asofiei
09:25 AM Base Language Feature #4384: Builtin OO Implementation
Constantin Asofiei wrote:
> Marian, I think we should try to automate running the tests on the xfer repository.
>
...
Marian Edu
07:27 AM Base Language Feature #4384: Builtin OO Implementation
> can we push 3821c/12557 to xfer?
Done.
Greg Shah
06:03 AM Base Language Feature #4384: Builtin OO Implementation
Marian, I think we should try to automate running the tests on the xfer repository.
For example: I see that you ar...
Constantin Asofiei
05:47 AM Base Language Feature #4384: Builtin OO Implementation
Constantin Asofiei wrote:
> There are some regressions related to CALL. I need to fix them before being able to mer...
Marian Edu
05:39 AM Base Language Feature #4384: Builtin OO Implementation
Marian Edu wrote:
> Constantin Asofiei wrote:
> > Greg, can we push 3821c/12557 to xfer? The patch doesn't compile ...
Constantin Asofiei
04:22 AM Base Language Feature #4384: Builtin OO Implementation
Constantin Asofiei wrote:
> Greg, can we push 3821c/12557 to xfer? The patch doesn't compile and I'd like to have 43...
Marian Edu
04:02 AM Base Language Feature #4384: Builtin OO Implementation
Constantin Asofiei wrote:
> You mean the @Progress.Reflect.Property@ and @Progress.Reflect.Variable@? These are n...
Marian Edu
03:50 AM Base Language Feature #4384: Builtin OO Implementation
Marian Edu wrote:
> Trying to convert some of the tests made for reflection we see the POLY behavior is not implemen...
Constantin Asofiei
03:44 AM Base Language Feature #4384: Builtin OO Implementation
Marian Edu wrote:
> Greg Shah wrote:
> > 3821c revision 12542 is now available on xfer.
>
> Attached the patch f...
Constantin Asofiei
03:26 AM Base Language Feature #4384: Builtin OO Implementation
Trying to convert some of the tests made for reflection we see the POLY behavior is not implemented for properties/va... Marian Edu
03:22 AM Base Language Feature #4384: Builtin OO Implementation
I'm reviewing your patch now, and these constructs (which were fixed) explain what you see:... Constantin Asofiei
02:43 AM Base Language Feature #4384: Builtin OO Implementation
Argh, now that I'm looking at it, it does look like the issue we had with the static 'registry' is the same as what w... Marian Edu
02:33 AM Base Language Feature #4384: Builtin OO Implementation
Constantin Asofiei wrote:
> Marian, some findings:
> * for a static OO method, the @BlockManager.function@ first ar...
Marian Edu
02:20 AM Base Language Feature #4384: Builtin OO Implementation
Greg Shah wrote:
> 3821c revision 12542 is now available on xfer.
Attached the patch for the 4384k merge. Let me ...
Marian Edu
09:57 AM User Interface Bug #5118: TREELIST widget issues
FIXED in rev. 12602.
Node navigation by keyboard works incorrectly. See the attached @5118-110.mp4@ video.
In thi...
Vladimir Tsichevski
09:25 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
I just looked at a log from yesterday, where I was working on the Sikuli testcases. I see some NPE and other exceptio... Roger Borrello
08:31 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
Roger: Have you seen the issue recur? By now would you have expected to see the issue recur? Greg Shah

06/21/2021

01:14 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
Once I delved into trying to use the same screen grabs as templates for both the OS logon screen in Firefox and Chrom... Roger Borrello
10:20 AM User Interface Bug #5118: TREELIST widget issues
Hynek Cihlar wrote:
> The generics are gone for the price of having to down cast on multiple places. This was the ...
Vladimir Tsichevski
07:43 AM User Interface Bug #5118: TREELIST widget issues
> Frankly I can't quantify what version is better but my guts incline more towards generics.
Since it is not absol...
Greg Shah
02:13 AM User Interface Bug #5118: TREELIST widget issues
Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Vladimir Tsichevski wrote:
> > > I can create a diff file and...
Hynek Cihlar
 

Also available in: Atom