Activity
From 10/30/2022 to 11/28/2022
11/28/2022
- 04:57 PM Bug #6963: Incorrect conversion of legacy class constructors with an unknown argument of object type
- If an unknown value is passed an an argument to a class constructor, the conversion produces an correct call.
The ... - 04:44 PM Bug #6963 (New): Incorrect conversion of legacy class constructors with an unknown argument of ob...
11/17/2022
- 02:19 PM Feature #4658: OO serialization support
- Greg Shah wrote:
> If a repo exists on both @devsrv01@ and on @xfer@, then the @devsrv01@ version is authoritative a... - 11:29 AM Feature #4658: OO serialization support
- If a repo exists on both @devsrv01@ and on @xfer@, then the @devsrv01@ version is authoritative and the @xfer@ versio...
- 11:27 AM Feature #4658: OO serialization support
- Greg Shah wrote:
> Are you using @~/secure/code/p2j_repo/skeleton@? You should have full commit access to that repo... - 09:03 AM Feature #4658: OO serialization support
- Are you using @~/secure/code/p2j_repo/skeleton@? You should have full commit access to that repo. It is OK to commi...
- 07:21 AM Feature #4658: OO serialization support
- Vladimir Tsichevski wrote:
> I think, I found an error in skeleton: class @DataAdminError@ has wrong class names in ...
11/16/2022
- 03:30 PM Feature #6819: refactor FWD proxy implementation to use ReflectASM instead of Java Method reflection
- I'm working on some sample code to show a better approach.
- 01:40 PM Feature #6936 (WIP): OpenClient with null values at the DataObject (table) fields for native types
- denormalized extent support is not done at this time.
- 01:34 PM Feature #6936 (Review): OpenClient with null values at the DataObject (table) fields for native t...
- Added in 6129b/14324.
- 11:17 AM Feature #6936: OpenClient with null values at the DataObject (table) fields for native types
- The issue in the end is described by https://community.progress.com/s/article/P133384 , calling @RunTimeProperties.se...
- 06:33 AM Feature #6936: OpenClient with null values at the DataObject (table) fields for native types
- Marian Edu wrote:
> Constantin, you might want to check for any typos there... if the field exists (check metadata) ... - 06:22 AM Feature #6936: OpenClient with null values at the DataObject (table) fields for native types
- Constantin Asofiei wrote:
> Marian, do you know in what conditions OE's JavaOpenClient would return null instead of ... - 05:38 AM Feature #6936 (WIP): OpenClient with null values at the DataObject (table) fields for native types
- Marian, do you know in what conditions OE's JavaOpenClient would return null instead of a default value for integer,i...
- 05:01 AM Feature #6936: OpenClient with null values at the DataObject (table) fields for native types
- In OE, there seems to be a difference how null values are reported in a ProDataObject.
For example, doing somethin... - 04:59 AM Feature #6936 (WIP): OpenClient with null values at the DataObject (table) fields for native types
- 01:30 PM Feature #4658: OO serialization support
- Vladimir Tsichevski wrote:
> I think, I found an error in skeleton: class @DataAdminError@ has wrong class names in ... - 01:27 PM Feature #4658: OO serialization support
- I think, I found an error in skeleton: class @DataAdminError@ has wrong class names in constructors: @OperationError@...
11/15/2022
- 02:53 PM Feature #4658: OO serialization support
- I've added Java serialization to the following classes (see @4658.diff@):...
- 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...
- 11:33 AM Feature #4658: OO serialization support
- Vladimir Tsichevski wrote:
> Greg Shah wrote:
>
> > ** enums are implicitly serializable (no syntax, it just is i... - 11:24 AM Feature #4658: OO serialization support
- Greg Shah wrote:
> ** enums are implicitly serializable (no syntax, it just is implemented)
The @LegacyEnum@ Java... - 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?
- 11:11 AM Feature #4658 (WIP): OO serialization support
- 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@...
- 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... - 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... - 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 ...
- 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 ... - 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 ... - 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... - 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...
11/08/2022
- 12:46 PM Bug #5761: replace ErrorManager.displayError with recordOrThrowError and fix recordOrShowError to...
- Added #6919 for the TempTableBuilder/AbstractTempTable cases.
11/02/2022
- 08:54 AM Bug #6904: fix TRANSACTION block issues
- For example, this program:...
- 08:51 AM Bug #6904 (New): fix TRANSACTION block issues
- 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.
- 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? - 08:37 AM Feature #6410: implement additional built-in OO classes/interfaces
- Support should be added in task branch 6129b.
- 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...
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... - 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... - 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...
Also available in: Atom