Project

General

Profile

Activity

From 07/06/2019 to 08/04/2019

08/02/2019

03:34 PM Feature #4162 (Closed): enhance existing SESSION:STARTUP-PARAMETERS support to honor -ininame value
Greg Shah

08/01/2019

07:10 AM Bug #4160: Arrays assigment issue
I've encountered an issue with assigning arrays. Consider the following 4GL code:... Igor Skornyakov
07:07 AM Bug #4160 (WIP): Arrays assigment issue
Igor Skornyakov

07/25/2019

12:26 AM Feature #3853: implement LOG-MANAGER runtime
I have made few tests who are described below:
NOTE: some procedures will generate a .log file with same name - for ...
Mihai Popescu-Tiganea

07/23/2019

11:28 AM Feature #3810: SECURITY-POLICY and other security features
Constantin Asofiei wrote:
> This code in @SecurityPolicyManager.setClient@, with @LOGIN@ state:
> [...]
> FWD rais...
Igor Skornyakov
11:23 AM Feature #3810: SECURITY-POLICY and other security features
Igor Skornyakov wrote:
> Constantin Asofiei wrote:
> > Igor, does @set-client@ really fail if trying to login while...
Constantin Asofiei
11:21 AM Feature #3810: SECURITY-POLICY and other security features
Constantin Asofiei wrote:
> Igor, does @set-client@ really fail if trying to login while the DB is already connected...
Igor Skornyakov
10:56 AM Feature #3810: SECURITY-POLICY and other security features
Igor, does @set-client@ really fail if trying to login while the DB is already connected? Constantin Asofiei

07/19/2019

10:43 AM Feature #3817: create resource bundles from string literals and implement optional support for se...
FYI, the "Possenet":/projects/p2j/wiki/Downloads#Possenet-Open-Source-Files code that we use does seem to have a (old... Greg Shah

07/17/2019

04:46 PM Feature #2135: implement COPY-LOB language statement
Eric, when COPY-LOB uses as target an uninitialized memptr (unknown) or if its size doesn't fit the source, then the ... Constantin Asofiei
05:28 AM Feature #3810: SECURITY-POLICY and other security features
Constantin Asofiei wrote:
> This is something which I think is expected to be maintained post-conversion. So I don'...
Igor Skornyakov
05:04 AM Feature #3810: SECURITY-POLICY and other security features
From Igor #4121-154:
> Sorry, I have missed this issue before. The reason is that there are no _SEC_AUTHENTICATION_S...
Constantin Asofiei

07/16/2019

07:30 PM Bug #4149: BlockManager and TransactionManager handle TransactionType.NONE incorrectly
There are 3 major issues that need attention:
* @TransactionManager@ does not protect many registrations or notifi...
Greg Shah
06:30 PM Bug #4149 (New): BlockManager and TransactionManager handle TransactionType.NONE incorrectly
Greg Shah
10:19 AM Feature #3751: implement support for OO 4GL and structured error handling
>> 3. NullStream has some new imports that are not needed.
>
> I just reverted NullStream.java to its previous stat...
Greg Shah
10:07 AM Feature #3751: implement support for OO 4GL and structured error handling
Greg Shah wrote:
> Code Review Task Branch 4124a Revision 11338
>
> This looks good. Minor notes:
>
> 1. @Str...
Hynek Cihlar
09:59 AM Feature #3751: implement support for OO 4GL and structured error handling
Code Review Task Branch 4124a Revision 11338
This looks good. Minor notes:
1. @StreamFactory@ has changes in t...
Greg Shah
07:40 AM Feature #3751: implement support for OO 4GL and structured error handling
Greg Shah wrote:
> * A context local map of the name to @StreamWrapper@ instances.
> * A way to lookup the @RemoteS...
Hynek Cihlar
10:14 AM Bug #4148: Passing HANDLE to method with TABLE-HANDLE or DATASET-HANDLE converts to uncompilable ...
The subjected test case:... Hynek Cihlar
10:12 AM Bug #4148 (New): Passing HANDLE to method with TABLE-HANDLE or DATASET-HANDLE converts to uncompi...
Hynek Cihlar

07/15/2019

04:40 PM Feature #3751: implement support for OO 4GL and structured error handling
Code Review Task Branch 4124a Revision 11335
The JSON changes are fine.
The changes related to @Implemented str...
Greg Shah
10:14 AM Feature #3751: implement support for OO 4GL and structured error handling
Hynek Cihlar wrote:
> Additional fixes for the json legacy classes checked in to 4124a revision 11335. No more chang...
Hynek Cihlar
06:48 AM Feature #3817: create resource bundles from string literals and implement optional support for se...
Hi Greg,
there is a small issue we have with this one, we do not have any licenses for the 'translation manager/vi...
Marian Edu
06:12 AM Feature #3810: SECURITY-POLICY and other security features
this is for for version 11.7.4, there are changes from one version to another from time to time... don't have a 'hist... Marian Edu
06:10 AM Feature #3810: SECURITY-POLICY and other security features
Constantin Asofiei wrote:
> Marian, please export the meta tables from your machine and commit it to the @db/@ folde...
Marian Edu

07/14/2019

04:04 PM Feature #3751: implement support for OO 4GL and structured error handling
Additional fixes for the json legacy classes checked in to 4124a revision 11335. No more changes for the json legacy ... Hynek Cihlar

07/13/2019

01:53 PM Feature #3751: implement support for OO 4GL and structured error handling
As a side-note: this might be a side-effect of using builtin/skeleton classes; anyway, I'd like not to spend time fix... Constantin Asofiei
01:51 PM Feature #3751: implement support for OO 4GL and structured error handling
Hynek Cihlar wrote:
> I'm trying to test the @JsonArray.Read(TABLE-HANDLE)@ method, but can't get my test case conve...
Constantin Asofiei
01:30 PM Feature #3751: implement support for OO 4GL and structured error handling
I'm trying to test the @JsonArray.Read(TABLE-HANDLE)@ method, but can't get my test case converted. It works in OpenE... Hynek Cihlar
03:11 AM Feature #3751: implement support for OO 4GL and structured error handling
Greg Shah wrote:
> Code Review Task Branch 4124a Revision 11328
>
> Client side streams cannot be serialized to t...
Hynek Cihlar

07/12/2019

06:44 PM Feature #3751: implement support for OO 4GL and structured error handling
Code Review Task Branch 4124a Revision 11328
Client side streams cannot be serialized to the server. Instead, on ...
Greg Shah
04:31 PM Feature #3751: implement support for OO 4GL and structured error handling
Greg Shah wrote:
> Actually, I see you added a @StreamDaemon.findStream(String name)@ helper. Instead of exposing t...
Hynek Cihlar
02:45 PM Feature #3751: implement support for OO 4GL and structured error handling
Hynek, please commit all other fixes related to JSON support to 4124a; I plan to rebase it, so please wait for the no... Constantin Asofiei
11:18 AM Feature #3751: implement support for OO 4GL and structured error handling
Actually, I see you added a @StreamDaemon.findStream(String name)@ helper. Instead of exposing this from @ThinClient... Greg Shah
11:13 AM Feature #3751: implement support for OO 4GL and structured error handling
Code Review Task Branch 3809c Revisions 11383 and 11378
Everything seems OK except 1 important thing: these classe...
Greg Shah
10:24 AM Feature #3751: implement support for OO 4GL and structured error handling
Please review 3809c revisions 11383 and 11378. This implements the @read@ and @writeStream@ methods for json legacy c... Hynek Cihlar
10:46 AM Feature #3810: SECURITY-POLICY and other security features
OK, so we need the matching metadata schema to be checked in to the testcases project as per the request in #3810-328... Greg Shah
10:05 AM Feature #3810: SECURITY-POLICY and other security features
Greg Shah wrote:
> Is this caused by differences between the version of the metadata schema used in conversion as co...
Igor Skornyakov
09:57 AM Feature #3810: SECURITY-POLICY and other security features
Igor Skornyakov wrote:
> Greg Shah wrote:
> >
> > Do we need any protection code and does the feature fail the sa...
Greg Shah

07/10/2019

09:04 AM Feature #3855: implement equivalent support for REST (classic appserver, PASOE REST and WEB trans...
Constantin Asofiei wrote:
> Marian, another question: any idea what a @HTTP_idContext@ context value means? And what...
Marian Edu
08:43 AM Feature #3855: implement equivalent support for REST (classic appserver, PASOE REST and WEB trans...
Marian, another question: any idea what a @HTTP_idContext@ context value means? And what @IWebRequest.getContextNames... Constantin Asofiei

07/09/2019

04:35 PM Feature #3751: implement support for OO 4GL and structured error handling
Hynek Cihlar wrote:
> Constantin Asofiei wrote:
> > Hynek, please test/check the @Progress.Json.Objectmodel.ObjectM...
Constantin Asofiei
04:30 PM Feature #3751: implement support for OO 4GL and structured error handling
Constantin Asofiei wrote:
> Hynek, please test/check the @Progress.Json.Objectmodel.ObjectModelParser@ implementatio...
Hynek Cihlar
03:49 PM Feature #3751: implement support for OO 4GL and structured error handling
Hynek, please test/check the @Progress.Json.Objectmodel.ObjectModelParser@ implementation. Constantin Asofiei
03:27 PM Feature #3855: implement equivalent support for REST (classic appserver, PASOE REST and WEB trans...
Marian, please commit the SoapUI text log for the FWDHandler tests. Constantin Asofiei

07/08/2019

05:10 PM Feature #3810: SECURITY-POLICY and other security features
Greg Shah wrote:
> Eugenie: Please go ahead and merge 3888b to trunk.
OK. Starting to merge.
Eugenie Lyzenko
04:45 PM Feature #3810: SECURITY-POLICY and other security features
Eugenie: Please go ahead and merge 3888b to trunk. Greg Shah
04:43 PM Feature #3810: SECURITY-POLICY and other security features
Greg Shah wrote:
> Code Review Task Branch 3888b Revision 11334
>
> I good with the changes. I did check in rev ...
Eugenie Lyzenko
02:19 PM Feature #3810: SECURITY-POLICY and other security features
Greg Shah wrote:
>
> Do we need any protection code and does the feature fail the same way in the 4GL? In other w...
Igor Skornyakov
02:06 PM Feature #3810: SECURITY-POLICY and other security features
Igor Skornyakov wrote:
> Greg Shah wrote:
> > Igor/Eugenie/Constantin: Any objections?
>
> Greg, please note tha...
Greg Shah
02:00 PM Feature #3810: SECURITY-POLICY and other security features
Greg Shah wrote:
> Igor/Eugenie/Constantin: Any objections?
Greg, please note that there can be problems with non...
Igor Skornyakov
01:55 PM Feature #3810: SECURITY-POLICY and other security features
Greg Shah wrote:
> Code Review Task Branch 3888b Revision 11334
>
> I good with the changes. I did check in rev ...
Eugenie Lyzenko
01:50 PM Feature #3810: SECURITY-POLICY and other security features
Code Review Task Branch 3888b Revision 11334
I good with the changes. I did check in rev 11335 with a minor forma...
Greg Shah
09:55 PM Feature #2135: implement COPY-LOB language statement
Code Review Task Branch 4056a Revisions 11329-11333
I'm OK with the changes.
Greg Shah

07/07/2019

04:50 PM Feature #2135: implement COPY-LOB language statement
Please review the first pass runtime implementation of COPY-LOB in branch 4056a. The relevant changes are in revision... Eric Faulhaber
02:37 PM Feature #3855: implement equivalent support for REST (classic appserver, PASOE REST and WEB trans...
Branch 3855b passed runtime/conversion testing and was merged to trunk rev 11322. It contains:
More improvements ...
Constantin Asofiei
01:59 PM Feature #3810: SECURITY-POLICY and other security features
All regression tests passed for 3888b. Igor Skornyakov
 

Also available in: Atom