Activity
From 11/22/2020 to 12/21/2020
12/21/2020
- 10:24 AM Feature #4384: Builtin OO Implementation
- Greg Shah wrote:
> Some questions:
>
> * For those items marked "Hold", is this due to the open OO bugs in FWD (m...
12/18/2020
- 03:42 AM Bug #5029: OO constructor with array input parameter
- Marian Edu wrote:
> However the 4GL converted code seems to use an InputOutput parameter for any input array.
That ... - 02:04 AM Bug #5029: OO constructor with array input parameter
- Constantin Asofiei wrote:
> Marian, I have the conversion rules and runtime for this and #4749, but I need to test t... - 02:00 AM Bug #5046: ErrorManager - recordOrShowError
- Constantin Asofiei wrote:
> Marian, please provide a testcase where you had to change existing FWD code to use @reco... - 01:45 AM Bug #5025: syserror, jsonerror...
- Constantin Asofiei wrote:
> Marian, regarding the JsonError/JsonParserError and SysError in general - I think the co...
12/17/2020
- 04:30 PM Feature #4384: Builtin OO Implementation
- Some questions:
* For those items marked "Hold", is this due to the open OO bugs in FWD (many of which Constantin ... - 04:27 PM Feature #4384: Builtin OO Implementation
- I've updated the table from #4384-1 using the status from the PDF.
|_.Category|_.Conversion|_.Runtime|_. Notes |
... - 10:59 AM Feature #4384: Builtin OO Implementation
- Revision 99 pushed to https://proj.goldencode.com/downloads/skeletons/repo/.
I don't see @oo/dump_lib.p@ in either... - 10:18 AM Feature #4384: Builtin OO Implementation
- ...
- 09:40 AM Feature #4384: Builtin OO Implementation
- > would you like me to patch Rev 98, and commit updates?
Yes, please. - 09:36 AM Feature #4384: Builtin OO Implementation
- Marian Edu wrote:
> No idea, we do not have access to that repository so always sent the changes as a patch up until... - 08:46 AM Feature #4384: Builtin OO Implementation
- Roger Borrello wrote:
> Will these updates be committed to bzr?
No idea, we do not have access to that repository... - 08:43 AM Feature #4384: Builtin OO Implementation
- Marian Edu wrote:
> There were some minor fixes to apply in skeleton for Collections and IO (streams) and I've also ... - 02:12 AM Feature #4384: Builtin OO Implementation
- There were some minor fixes to apply in skeleton for Collections and IO (streams) and I've also added everything from...
- 01:15 PM Bug #5029: OO constructor with array input parameter
- Marian, I have the conversion rules and runtime for this and #4749, but I need to test them with the customer apps. ...
- 01:12 PM Bug #5025: syserror, jsonerror...
- Marian, regarding the JsonError/JsonParserError and SysError in general - I think the correct solution is to use 4GL-...
- 08:36 AM Bug #5025: syserror, jsonerror...
- Can I go ahead with using protected ctor's and then simply wrap the new instance in an ObjectResource just to add it ...
- 11:14 AM Bug #5046: ErrorManager - recordOrShowError
- Marian, please provide a testcase where you had to change existing FWD code to use @recordOrThrowError@. We've seen ...
- 08:25 AM Bug #5046: ErrorManager - recordOrShowError
- The method @recordOrShowError@ in @ErrorManager@ is used all over the place in FWD but this one does not work well wi...
- 08:19 AM Bug #5046 (New): ErrorManager - recordOrShowError
12/11/2020
- 09:59 AM Feature #3855: implement equivalent support for REST (classic appserver, PASOE REST and WEB trans...
- Greg Shah wrote:
>
> Did any of these tests get written?
Some tests were added and updated the soapui results, ... - 09:56 AM Feature #3855: implement equivalent support for REST (classic appserver, PASOE REST and WEB trans...
- > > Constantin, do you still need those extra tests for REST? I'm having troubles getting the deployment on PASOE to ...
- 08:54 AM Bug #5035: Temp-Table index on P.L.O field
- Marian Edu wrote:
> Now you lost me, this is what you've said before:
> _in the SQL temp-table, the progress.lang.o... - 08:50 AM Bug #5035: Temp-Table index on P.L.O field
- Constantin Asofiei wrote:
> Why should OE sort them by the @ToString()@? The sort is done by their hash, which you c... - 08:39 AM Bug #5035: Temp-Table index on P.L.O field
- Marian Edu wrote:
> Constantin Asofiei wrote:
> > What exactly are you referring here by 'xxxxxx'? Only the numeric... - 08:30 AM Bug #5035: Temp-Table index on P.L.O field
- Constantin Asofiei wrote:
> What exactly are you referring here by 'xxxxxx'? Only the numeric representation or the ... - 08:27 AM Bug #5035: Temp-Table index on P.L.O field
- Marian Edu wrote:
> Constantin Asofiei wrote:
> > Some notes here:
> > # in the SQL temp-table, the @progress.lang... - 08:26 AM Bug #5035: Temp-Table index on P.L.O field
- Constantin Asofiei wrote:
> Some notes here:
> # in the SQL temp-table, the @progress.lang.object@ field is represe... - 08:16 AM Bug #5035: Temp-Table index on P.L.O field
- Some notes here:
# in the SQL temp-table, the @progress.lang.object@ field is represented as a character (with the s... - 03:29 AM Bug #5035: Temp-Table index on P.L.O field
- Oddly enough in 4GL one can create an index on a P.L.O field, the ordering in this case is done on the 'resource iden...
- 03:29 AM Bug #5035 (Test): Temp-Table index on P.L.O field
- 03:37 AM Bug #4827: OO Conversion issue with method resolve (erasure)
- Some more tests that fails to convert correctly:
oo/openedge/net/http/cookie_collection/test_method_contains_object....
12/07/2020
- 02:31 AM Bug #5029: OO constructor with array input parameter
- Constantin Asofiei wrote:
> the hand-written java code needs to be like:
> [...]
Yeah, this is what we use altho...
12/04/2020
- 01:04 PM Bug #5029: OO constructor with array input parameter
- For a ctor call like:...
- 08:43 AM Bug #5029: OO constructor with array input parameter
- The way @newInstance@ works when the ctor has only one input parameter array we can't simply pass that array as an ar...
- 08:43 AM Bug #5029 (Test): OO constructor with array input parameter
- 10:16 AM Feature #4366: support TLS 1.2 and other updated secure socket protocols
- My understanding is that this support is needed for the "socket" (CREATE SOCKET) and "server socket" (CREATE SERVER-S...
12/02/2020
- 07:04 AM Bug #4749: Conversion error for object indeterminate extent output parameter
- To follow-up, the conversion issue is fixed indeed but now we have an issue with @assignMulti@ when indeterminate arr...
- 03:10 AM Bug #5025: syserror, jsonerror...
- Greg Shah wrote:
> Using @isTracked()@ is a good solution for any object that MUST stay out of the @FIRST-OBJECT@/@L...
11/27/2020
- 10:42 AM Bug #5025: syserror, jsonerror...
- Using @isTracked()@ is a good solution for any object that MUST stay out of the @FIRST-OBJECT@/@LAST-OBJECT@ linked l...
- 10:36 AM Bug #5025: syserror, jsonerror...
- From Marian:
> Something along the lines… have tracked turned off for SysError so all instances are always valid a... - 10:35 AM Bug #5025: syserror, jsonerror...
- From Marian:
> In 4GL the JSON parser is throwing JsonError/JsonParserError which is something one can’t instantia... - 10:34 AM Bug #5025 (Closed): syserror, jsonerror...
- 10:09 AM Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Greg Shah wrote:
> This is the alias of the process account of the *caller* process (as opposed to the appserver pro... - 10:08 AM Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- >>> @soap/alias@, a process certificate alias associated with the workers which will process the SOAP requests; these...
- 10:03 AM Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- Greg Shah wrote:
> > @soap/wsdl@, a comma-separated list of WSDL files, relative to the root Java package.
>
> Th... - 09:41 AM Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- > @soap/wsdl@, a comma-separated list of WSDL files, relative to the root Java package.
The WSDL files are generat...
11/25/2020
- 04:55 PM Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- For SOAP, only the @.wsm@ files are required for conversion.
For runtime, you need an entry like this under e.g. @... - 03:57 PM Feature #3310: add support for the equivalent of the OpenEdge Web Services Adapter (and ProxyGen)...
- For conversion, do I understand correctly that this is the process:
# place the WSA artifacts (@.wsm@ and @.xpxg@ ... - 01:59 PM Feature #5009 (Test): add OS-USERID function as 4GL extension
- Documentation is available in "OS-USERID":/projects/p2j/wiki/OS-USERID.
- 01:45 PM Feature #5009: add OS-USERID function as 4GL extension
- I've implemented this feature in 3821c revision 11837.
Example code:...
Also available in: Atom