Project

General

Profile

Activity

From 10/17/2022 to 11/15/2022

11/15/2022

02:53 PM Feature #4658: OO serialization support
I've added Java serialization to the following classes (see @4658.diff@):... Vladimir Tsichevski
01:20 PM Feature #4658: OO serialization support
Vladimir, I'll try to bring the changes from 6129b to 3821c tomorrow. The files in question are, but some of them co... Constantin Asofiei
11:33 AM Feature #4658: OO serialization support
Vladimir Tsichevski wrote:
> Greg Shah wrote:
>
> > ** enums are implicitly serializable (no syntax, it just is i...
Greg Shah
11:24 AM Feature #4658: OO serialization support
Greg Shah wrote:
> ** enums are implicitly serializable (no syntax, it just is implemented)
The @LegacyEnum@ Java...
Vladimir Tsichevski
11:21 AM Feature #4658: OO serialization support
I wonder if there is a way to test OO serialization from 4gl, so I could write unit test? Vladimir Tsichevski
11:11 AM Feature #4658 (WIP): OO serialization support
Vladimir Tsichevski
11:11 AM Feature #4658: OO serialization support
I am working on serialization of OO error classes. One of them is @SoapFaultError@, which has a field of the @handle@... Vladimir Tsichevski
09:01 AM Feature #4658: OO serialization support
Constantin Asofiei wrote:
> Vladimir, what branch are you working on? There is some early support for OO serializati...
Vladimir Tsichevski
08:27 AM Feature #4658: OO serialization support
Constantin Asofiei wrote:
> Vladimir, what branch are you working on? There is some early support for OO serializati...
Vladimir Tsichevski
07:59 AM Feature #4658: OO serialization support
Vladimir, what branch are you working on? There is some early support for OO serialization in 6129b, we need to work ... Constantin Asofiei
07:57 AM Feature #4658: OO serialization support
Greg Shah wrote:
> Marian's team is (or will be) working on testcases.
>
> However, I think you need the support ...
Vladimir Tsichevski
07:55 AM Feature #4658: OO serialization support
Greg Shah wrote:
> Marian's team is (or will be) working on testcases.
>
> However, I think you need the support ...
Marian Edu
07:32 AM Feature #4658: OO serialization support
Marian's team is (or will be) working on testcases.
However, I think you need the support now so you should look t...
Greg Shah
06:45 AM Feature #4658: OO serialization support
We also need to provide Java serialization support for OO exceptions in order to implement unit-testing engine. See d... Vladimir Tsichevski

11/08/2022

12:46 PM Bug #5761: replace ErrorManager.displayError with recordOrThrowError and fix recordOrShowError to...
Added #6919 for the TempTableBuilder/AbstractTempTable cases. Constantin Asofiei

11/02/2022

08:54 AM Bug #6904: fix TRANSACTION block issues
For example, this program:... Constantin Asofiei
08:51 AM Bug #6904 (New): fix TRANSACTION block issues
Constantin Asofiei
08:52 AM Feature #6410: implement additional built-in OO classes/interfaces
OE 11.7.x is in use right now. They can't move to OE 12 without facing serious issues which have not yet been resolved. Greg Shah
08:49 AM Feature #6410: implement additional built-in OO classes/interfaces
Greg Shah wrote:
> Support should be added in task branch 6129b.
What is the target OE version?
Marian Edu
08:37 AM Feature #6410: implement additional built-in OO classes/interfaces
Support should be added in task branch 6129b. Greg Shah
08:36 AM Feature #6410: implement additional built-in OO classes/interfaces
The biggest priority here is to achieve full conversion support + runtime stubs for all the above cases. This will e... Greg Shah

10/31/2022

10:30 AM Bug #4149: BlockManager and TransactionManager handle TransactionType.NONE incorrectly
Constantin Asofiei wrote:
> Constantin Asofiei wrote:
> > @Finalizable.entry()@ is deprecated and needs to be remov...
Greg Shah
04:34 AM Bug #4149: BlockManager and TransactionManager handle TransactionType.NONE incorrectly
Constantin Asofiei wrote:
> @Finalizable.entry()@ is deprecated and needs to be removed, together with @TransactionM...
Constantin Asofiei
05:57 AM Feature #6814: JMX instrumentation for FWD core, persistance and ORM layers
More JMX instrumentation was added to 3821c/14333.
* the 'execute' time at H2 statements (OrmTempTableQuery).
* Con...
Constantin Asofiei

10/28/2022

01:50 PM Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
There is a tuning decision to be made if ReflectASM is better than Method.invoke:
* on a i7-1170K@3.6GHz, ReflectASM...
Constantin Asofiei

10/26/2022

08:53 AM Feature #6820: reduce String.toLowerCase and toUpperCase usage and String instances
In a standalone test like this:... Constantin Asofiei
08:47 AM Feature #6820: reduce String.toLowerCase and toUpperCase usage and String instances
@String.toLowerCase@ usage in a large application (2.1 million calls):
* @DmoMeta.byLegacyName@ - 590k
* @Annota...
Constantin Asofiei
07:58 AM Feature #6824: lazy initialization of collection class members
Some notes of allocated @java.util@ collections for a large customer application.
* @ArrayList@ - 1.6 million
** @E...
Constantin Asofiei
07:53 AM Feature #6821: java collection performance
Some notes about the profiling of a large customer application; this includes only JRE or FWD runtime calls:
Relat...
Constantin Asofiei

10/20/2022

10:36 AM Bug #6870: implement a request queue for remote OpenClient connections
Greg Shah wrote:
> I'm surprised this is the case.
>
> Are you saying that my understanding as documented in [[p2...
Constantin Asofiei
10:09 AM Bug #6870: implement a request queue for remote OpenClient connections
I'm surprised this is the case.
Are you saying that my understanding as documented in [[p2j:Appserver_Support#Remo...
Greg Shah
10:07 AM Bug #6870: implement a request queue for remote OpenClient connections
Regarding the initial number of workers - once connection is established, it can interrogate the FWD server for the m... Constantin Asofiei
10:06 AM Bug #6870: implement a request queue for remote OpenClient connections
Greg Shah wrote:
> When you say "remote side", are you talking about a different FWD server (i.e. @RUN ... ON@ in @f...
Constantin Asofiei
10:05 AM Bug #6870: implement a request queue for remote OpenClient connections
When you say "remote side", are you talking about a different FWD server (i.e. @RUN ... ON@ in @fwd_server_1@ for a s... Greg Shah
09:51 AM Bug #6870: implement a request queue for remote OpenClient connections
FWD has a request queue enabled for legacy REST/SOAP/web requests and for OpenClient connections from applications ru... Constantin Asofiei
09:47 AM Bug #6870 (New): implement a request queue for remote OpenClient connections
Constantin Asofiei

10/18/2022

11:29 AM Bug #4149: BlockManager and TransactionManager handle TransactionType.NONE incorrectly
@Finalizable.entry()@ is deprecated and needs to be removed, together with @TransactionManager.processEntry()@ - I ca... Constantin Asofiei
 

Also available in: Atom