Activity
From 05/17/2021 to 06/15/2021
06/15/2021
- 07:12 PM Database Feature #5453: optimize FindQuery hasOne and hasAny implementations
- Alternatively, we can keep the record in session cache, hoping a future query will have the result already fetched. U...
- 12:15 PM Database Feature #5453: optimize FindQuery hasOne and hasAny implementations
- We currently convert standalone CAN-FIND calls to use @FindQuery.hasAny@ or @FindQuery.hasOne@. These methods will fe...
- 12:09 PM Database Feature #5453 (New): optimize FindQuery hasOne and hasAny implementations
- 07:05 PM Database Bug #5452: eliminate use of ResultSet.CONCUR_UPDATABLE?
- You are right. Since we always fetch the data from the @ResultSet@ s and use it to hydrate our own @Record@ s there i...
- 12:07 PM Database Bug #5452: eliminate use of ResultSet.CONCUR_UPDATABLE?
- Ovidiu, while debugging a few days ago, I came across this in @SQLQuery.scroll(Session, int, boolean, List<RowStructu...
- 12:00 PM Database Bug #5452 (Closed): eliminate use of ResultSet.CONCUR_UPDATABLE?
- 04:49 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- The problem is that with the combination of Oracle JDK and BouncyCastle JCR/JSST providers the server fails to select...
- 12:18 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Roger Borrello wrote:
> I received this error in @server.log@:
> [...]
>
> The 1.68 jar files were in place. It ... - 10:43 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- I received this error in @server.log@:...
- 09:49 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Roger Borrello wrote:
> Just to confirm, running @SSLCertGenUtil@ to create new certificates is *not* required becau... - 09:48 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Just to confirm, running @SSLCertGenUtil@ to create new certificates is *not* required because they are backwardly co...
06/14/2021
- 06:15 PM Database Bug #5289: Misc. problems with triggers
- Eric Faulhaber wrote:
> Is bullet point 3 (NPE in @PreselectQuery@ for FIND trigger) in #5289-1 the only thing left ... - 02:55 PM Database Bug #5289: Misc. problems with triggers
- Is bullet point 3 (NPE in @PreselectQuery@ for FIND trigger) in #5289-1 the only thing left in this task?
Were you... - 04:56 PM User Interface Bug #5449: Focusing issues after APPLY entry TO window
- Related discussion is in #5142-14, #5142-24 thru #5142-32.
Testcase attached. To reproduce, press "ENTRY to window... - 04:15 PM User Interface Bug #5449 (New): Focusing issues after APPLY entry TO window
- 02:57 PM Database Support #3871 (Closed): determine how to change codepages/locales during import
- 09:46 AM Base Language Bug #5446: PUT UNFORMATTED performace (stream is flushed on each call)
- This testcases executes in 4GL almost immediately:...
- 09:43 AM Base Language Bug #5446 (New): PUT UNFORMATTED performace (stream is flushed on each call)
- 08:07 AM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> Please do not re-use branches once they have been merged. Please extract your changes and ei... - 09:12 PM Database Feature #3930 (Closed): allow session level control over the database(s) which are auto-connected
- 07:06 AM Base Language Bug #5296 (Closed): output parameters are cleared if an argument is another function call
- 06:53 AM Base Language Bug #5296: output parameters are cleared if an argument is another function call
- Greg Shah wrote:
> Is there anything remaining to do in this task?
No, it can be closed. - 06:51 AM Base Language Bug #5296: output parameters are cleared if an argument is another function call
- Is there anything remaining to do in this task?
- 06:39 AM Base Language Bug #5296: output parameters are cleared if an argument is another function call
- I've fixed the dead code issue and merged 5296a/12535 to 3821c 12531.
5296a was archived.
- 06:13 AM Base Language Bug #5296: output parameters are cleared if an argument is another function call
- You can merge 5296a to 3821c.
- 06:12 AM Base Language Bug #5296: output parameters are cleared if an argument is another function call
- Code Review Task Branch 5296a Revisions 12533-12534
I only see one minor issue. In @AbstractParameter.postProcess... - 03:37 AM Base Language Bug #5296: output parameters are cleared if an argument is another function call
- Rebased 5296a from 3821c rev 12530 - new revision 12534.
In 5296a rev 12533 and 12534 I've fixed some other issues... - 09:16 PM Base Language Bug #5203: Temp Table - serialization/transaction scope/pk
- Ovidiu Maxiniuc wrote:
> Greg Shah wrote:
> > Is this task complete as of 3821c rev 12222?
> Yes. Now all temporar...
06/13/2021
- 07:56 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> Get rid of the notion of the permanent connection.
>
> Committed to 3930a revision 12499... - 04:29 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Get rid of the notion of the permanent connection.
Committed to 3930a revision 12499.
The notion of the transient... - 07:42 PM Database Bug #5440: finish DatabaseManager refactoring for implicit/explicit connections
- Issue #3930 added session level control over database connections (in the 4GL sense, not the JDBC sense). These conne...
- 07:11 PM Database Bug #5440 (New): finish DatabaseManager refactoring for implicit/explicit connections
- 11:04 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Please note that I've experienced strange problems with BoucyCastle JSSE and Oracle JDK.
Do not use this combination...
06/12/2021
- 04:53 PM Base Language Bug #5439: com.goldencode.util.Stack problem
- The following tests fail:...
- 03:45 PM Base Language Bug #5439 (New): com.goldencode.util.Stack problem
06/11/2021
- 05:06 PM Database Bug #5289: Misc. problems with triggers
- Yes, attempt to improve generics was rolled back in r12522. It was reported by other colleagues which compiled newly ...
- 03:46 AM Database Bug #5289: Misc. problems with triggers
- Is the generics regression in @DatabaseTriggerManager@ which was causing converted code to not compile fixed in 3821c...
- 10:59 PM Database Bug #5289: Misc. problems with triggers
- I committed the fix for REPLICATION and improved management of table triggers (including veto support) in r12468 and ...
- 04:54 PM Database Support #3871: determine how to change codepages/locales during import
- Indeed, the usage of static configuration on client side (added in r12499) was incorrect so was reverted in 12502.
I... - 07:10 AM Database Support #3871: determine how to change codepages/locales during import
- Code Review Task Branch 3821c Revision 12502
The changes are good.
Isn't there still an issue with calling @Con... - 10:45 PM Database Support #3871: determine how to change codepages/locales during import
- The revision 12502 of 3821c handles the issues and suggestions from the ode review:
* the @CharsetConverter@ which w... - 03:41 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> For the remaining cleanup, please note that the explicit connections really shouldn't be tre... - 03:33 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- For the remaining cleanup, please note that the explicit connections really shouldn't be treated much differently tha...
- 09:31 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Roger Borrello wrote:
> Igor Skornyakov wrote:
> > We use a very old version of the BouncyCastle library which does... - 09:09 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Igor Skornyakov wrote:
> We use a very old version of the BouncyCastle library which does not contain the JSSE provi... - 03:28 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Roger Borrello wrote:
> Which file should get updated? Is that @directory.xml@ or @client.xml@?
The issue is seen... - 08:42 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Igor Skornyakov wrote:
> Committed to 3821c/12527.
> I cannot reproduce the issue described in this and related tas...
06/10/2021
- 04:51 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Committed to 3821c/12527.
I cannot reproduce the issue described in this and related tasks.
Those, which experien... - 04:34 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Igor Skornyakov wrote:
> Igor Skornyakov wrote:
> > Well, it works now. Thanks a lot!
>
> Can I commit my change... - 04:30 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Igor Skornyakov wrote:
> Well, it works now. Thanks a lot!
Can I commit my changes with BC upgrade?
Thank you.
- 04:29 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Constantin Asofiei wrote:
> Igor Skornyakov wrote:
> > But this is exactly what I do. Which password should I use o... - 04:21 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Igor Skornyakov wrote:
> But this is exactly what I do. Which password should I use on a second run?
The one on thi... - 04:16 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Constantin Asofiei wrote:
> I get this too, with the xfer project. I might have merged the directory.xml wrong or s... - 04:11 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- I get this too, with the xfer project. I might have merged the directory.xml wrong or something else, when I re-gene...
- 03:44 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Here is the log of the full re-generation:...
- 03:18 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- You are using the wrong password - use the one from the '... password and the password was NOT SAVED in the directory...
- 03:12 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Constantin Asofiei wrote:
> Great, now do this:
> * revert the directory/store changes so you are on the latest rev... - 02:46 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Great, now do this:
* revert the directory/store changes so you are on the latest revision. Run again but this time... - 02:41 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Constantin Asofiei wrote:
> Igor, do not reuse the root CA - regenerate everything, including this.
In this case,... - 02:38 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- This is the old log for testcases project.
- 02:36 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Igor, do not reuse the root CA - regenerate everything, including this.
- 02:36 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- I have this old log for hotel_gui.
- 02:29 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Sergey Ivanovskiy wrote:
> It seems that @hotel_gui@ project is more reliable because it was tested with the directo... - 02:25 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- It seems that @hotel_gui@ project is more reliable because it was tested with the directory template.
- 02:11 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- It seems that I just use the utility with wrong parameters.
What is the root CA private-key encryption password for ... - 01:30 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Igor Skornyakov wrote:
> Constantin Asofiei wrote:
> > Use the directory from [[internal-documentation:Xfersrv01_Us... - 11:11 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Constantin Asofiei wrote:
> Use the directory from [[internal-documentation:Xfersrv01_Usage#4GL-Testcase-Development... - 10:07 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Use the directory from [[internal-documentation:Xfersrv01_Usage#4GL-Testcase-Development|testcases project]], that on...
- 10:03 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Constantin Asofiei wrote:
> Igor, does this impact the BouncyCastle usage for SSLCertGenUtil? I mean, did they chang... - 09:04 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Constantin Asofiei wrote:
> Igor, does this impact the BouncyCastle usage for SSLCertGenUtil? I mean, did they chang... - 08:27 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Igor, does this impact the BouncyCastle usage for SSLCertGenUtil? I mean, did they change APIs?
In any case, pleas...
06/09/2021
- 01:51 PM Base Language Bug #5296: output parameters are cleared if an argument is another function call
- Thanks, those explanations are helpful.
- 01:09 PM Base Language Bug #5296: output parameters are cleared if an argument is another function call
- Greg Shah wrote:
> Overall, the update looks reasonable. Unfortunately, my lack of knowledge of the output/input-ou... - 12:51 PM Base Language Bug #5296: output parameters are cleared if an argument is another function call
- Code Review Task Branch 5296a Revision 12519
Overall, the update looks reasonable. Unfortunately, my lack of know... - 10:48 AM Base Language Bug #5296: output parameters are cleared if an argument is another function call
- The changes are in 5296a rev 12519. Hotel GUI works OK (conversion and runtime). Please review.
The fix list is ... - 06:39 AM Base Language Bug #5296: output parameters are cleared if an argument is another function call
- Created task branch 5296a from 3821c rev 12518.
- 12:57 PM Base Language Feature #4384: Builtin OO Implementation
- I found only 4 cases which have null, and need to have this set to the class:...
- 12:20 PM Base Language Feature #4384: Builtin OO Implementation
- Marian, some findings:
* for a static OO method, the @BlockManager.function@ first argument must be the class (inste... - 11:37 AM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Greg Shah wrote:
>
> > 4. Column titles are not "dotted" when trimmed.
>
> They a...
06/08/2021
- 05:44 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- * Added additional information to the log in the @unwrap()@ failure.
* Added optional use of the BouncyCastle JCE an... - 04:49 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Constantin: Any objections?
- 04:05 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- We use a very old version of the BouncyCastle library which does not contain the JSSE provider required for TLS/SSL. ...
- 03:28 PM User Interface Bug #5118: TREELIST widget issues
- FIXED in rev. 12521. Greg Shah wrote:
> 4. Column titles are not "dotted" when trimmed.
They are indeed dotted,... - 03:13 PM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> In FWD a node is collapsed/expanded on mouse up event for *any mouse button* in *any ... - 02:59 PM User Interface Bug #5118: TREELIST widget issues
- Adrian Lungu wrote:
> Vladimir Tsichevski wrote:
> > Another thing still unfixed (or a regression?): when the node ... - 11:42 AM Base Language Bug #5296: output parameters are cleared if an argument is another function call
- The good news - the entire list of output/input-output parameters in @p2j.oo@ is short, so no need to automate this; ...
- 11:17 AM Base Language Bug #5296: output parameters are cleared if an argument is another function call
- So, something I didn't consider before - the hand-written legacy OO implementations in FWD.
Now, the assigner gets...
06/07/2021
- 07:12 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Greg Shah wrote:
> I'm not opposed to this, as long as it defaults to the JDK version. We already use BouncyCastle ... - 06:58 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- I'm not opposed to this, as long as it defaults to the JDK version. We already use BouncyCastle for certificate crea...
- 06:43 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Greg Shah wrote:
> Can you put logging code in that will help you figure this out? Eugenie and others see this rout... - 06:35 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Can you put logging code in that will help you figure this out? Eugenie and others see this routinely.
06/06/2021
- 03:27 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- I've tried to reproduce this issue both with @openjdk version "1.8.0_292"@ and Oracle @java version "1.8.0_201"@, but...
06/04/2021
- 10:02 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- I've found a similar issue in the internet- https://stackoverflow.com/questions/53320551/javax-crypto-aeadbadtagexcep...
06/03/2021
- 03:50 PM User Interface Bug #5118: TREELIST widget issues
- FIXED. New findings:
Each cell in the original OCX has two distinct slots to keep the "cell value":
# @value@ ... - 11:02 AM User Interface Feature #5401: add 4GL syntax option to SYSTEM-DIALOG GET-FILE to lock the user into a given root...
- As a security measure, this task will add a 4GL syntax @JAIL-PATH <path_expr>@ option to @SYSTEM-DIALOG GET-FILE@ to ...
- 11:00 AM User Interface Feature #5401 (New): add 4GL syntax option to SYSTEM-DIALOG GET-FILE to lock the user into a give...
06/02/2021
- 07:17 PM Conversion Tools Bug #5399: schema parsing failure when a string literal ends in a tilde
- In a @.df@, if a field definition has a string literal that has a tilde as its last character, in the 4GL this is han...
- 07:00 PM Conversion Tools Bug #5399 (New): schema parsing failure when a string literal ends in a tilde
- 05:15 PM User Interface Bug #5398: Fix UNDERLINE and COLOR don't convert to valid Java code for default frame
- The following code sample should convert the @UNDERLINE@ and @COLOR@ statements (with or without the @FORM@ statement...
- 05:09 PM User Interface Bug #5398 (New): Fix UNDERLINE and COLOR don't convert to valid Java code for default frame
- 03:45 PM User Interface Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- I like it. I also deleted the old files.
- 01:16 PM User Interface Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- Greg Shah wrote:
> > I don't have rights to remove hotel-gui_guests_unsized2.png, hotel-gui_guests_resized2.png and... - 01:00 PM User Interface Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- > I don't have rights to remove hotel-gui_guests_unsized2.png, hotel-gui_guests_resized2.png and hotel-gui_guests_si...
- 12:51 PM User Interface Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- Roger Borrello wrote:
> Also, what am I doing wrong with Virtual Desktop Mode? Should the directory update be in a d... - 12:37 PM User Interface Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- With respect to the sizing itself, the number of pixels that are used to determine if you are trying to grab diagonal...
- 12:34 PM User Interface Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- Greg Shah wrote:
> It is definitely not correct behavior.
>
> Also, you didn't do embedded mode. You did the Swi... - 11:56 AM User Interface Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- It is definitely not correct behavior.
Also, you didn't do embedded mode. You did the Swing client. We don't nee... - 11:49 AM User Interface Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- Take a look at "Samples":/projects/p2j/wiki/Dynamic_Layout#Samples
It actually doesn't look correct, although I ma... - 07:53 AM User Interface Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- Greg Shah wrote:
> Roger: Could you please capture some screen shots of example Windows before/after resize? I'd li... - 07:51 AM User Interface Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- Roger: Could you please capture some screen shots of example Windows before/after resize? I'd like 2 sequences (each...
- 01:43 AM User Interface Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- Greg Shah wrote:
> I added a note about the @<window>:RESIZE@ attribute.
It looks good. - 08:51 PM User Interface Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- I added a note about the @<window>:RESIZE@ attribute.
- 01:29 PM User Interface Feature #5397: TREELIST: implement multi-column sorting
- Currently tree list nodes can only be sorted by a single column value. Original OCX prototype supports optional multi...
- 01:26 PM User Interface Feature #5397 (New): TREELIST: implement multi-column sorting
- 05:13 AM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Merged to 3821c/12490.
- 12:34 AM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- The changes in 3930a revs 12482-3 look good. Please add the more detailed javadoc and clean up the code to coding sta...
06/01/2021
- 07:21 PM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Eugenie Lyzenko wrote:
> > Vladimir,
>
> > Could you please fix this ASAP.
>
> t... - 07:12 PM User Interface Bug #5118: TREELIST widget issues
- Eugenie Lyzenko wrote:
> Vladimir,
> Could you please fix this ASAP.
this was a glitch. Fixed.
Note: this c... - 06:27 PM User Interface Bug #5118: TREELIST widget issues
- Vladimir,
The customer application fix to be in sync with @12481@ - @12487@ caused another extension jar failure:
... - 12:27 PM User Interface Bug #5118: TREELIST widget issues
- Fixed by rev. 12481: #5118-32, #5118-69, #5118-72.
- 11:58 AM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Unfortunately, these examples do not convert correctly, the 4gl line:
Rev. 12481: ... - 08:01 AM User Interface Bug #5118: TREELIST widget issues
- Sergey Ivanovskiy wrote:
> Please take into account that Image List OCX can be set for Tree View OCX. These testcase... - 07:25 AM User Interface Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > In the original @TREELIST@ OCX, at the moment a @TREELIST@ is ... - 07:24 AM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> In the original @TREELIST@ OCX, at the moment a @TREELIST@ is created, there are 3 icon... - 05:02 AM User Interface Bug #5118: TREELIST widget issues
- Sergey Ivanovskiy wrote:
> Please take into account that Image List OCX can be set for Tree View OCX. These testcase... - 02:51 AM User Interface Bug #5118: TREELIST widget issues
- Please take into account that Image List OCX can be set for Tree View OCX. These testcases @./treeview/test-image-li...
- 05:14 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> Please move the @autoConnect@ method to @DatabaseManager@ (#3930-118) and remove the first l... - 04:15 PM User Interface Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- Greg Shah wrote:
> I've created "Dynamic Layout":/projects/p2j/wiki/Dynamic_Layout based on #3269-42.
>
> Hynek: ... - 01:43 PM User Interface Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- Greg Shah wrote:
> I've created "Dynamic Layout":/projects/p2j/wiki/Dynamic_Layout based on #3269-42.
>
> Hynek: ... - 11:31 AM User Interface Feature #3269: implement optional enhanced mode for ABL GUI which supports dynamic layout
- I've created "Dynamic Layout":/projects/p2j/wiki/Dynamic_Layout based on #3269-42.
Hynek: Please review and edit a... - 02:16 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- This problem is also being seen in #5347.
05/31/2021
- 07:31 PM User Interface Bug #5118: TREELIST widget issues
- FIXED in rev. 12481
In the original @TREELIST@ OCX, at the moment a @TREELIST@ is created, there are 3 icons already... - 04:50 PM User Interface Bug #5118: TREELIST widget issues
- The @MultiSelect@ feature (both the getter and the setter) is not currently implemented, but it is used in customer c...
- 11:15 AM User Interface Bug #5118: TREELIST widget issues
- FIXED in rev. 12481
@TreeWidgetBase.clearNodesImageList()@ destroys *all* images related to the widget, including ... - 06:59 AM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> We have covered a lot of ground...could you please review and report what is left to do befo... - 06:48 AM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- We have covered a lot of ground...could you please review and report what is left to do before we can consider this t...
- 06:34 AM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> Code review 3930a/12481:
> Please move the @autoConnect@ method to @DatabaseManager@ (#3930... - 06:29 AM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Code review 3930a/12481:
Thanks for making these changes.
Please move the @autoConnect@ method to @DatabaseMana... - 05:59 AM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> Igor Skornyakov wrote:
> > Do you mean that I should make this more explicit by using @Cont...
05/30/2021
- 05:20 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> Igor Skornyakov wrote:
> > Do you mean that I should make this more explicit by using @Cont... - 05:16 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> Do you mean that I should make this more explicit by using @ContextLocal@? This will of cou... - 05:10 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> Your understanding about deactivation is correct, but I don't agree with the conclusion you'... - 04:50 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> Eric Faulhaber wrote:
> > I am not suggesting reference counters and I don't see how using... - 03:28 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> I am not suggesting reference counters and I don't see how using @ContextLocal@ prevents pro... - 03:14 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> Eric Faulhaber wrote:
> > * The implementation uses @SessionListener@ for cleanup purposes...
05/28/2021
- 03:17 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> * The concept of "permanent" and "transient" databases, and the use of the @load_at_startup@... - 01:20 PM User Interface Bug #5118: TREELIST widget issues
- FIXED in rev. 12481
Caption rendering: if the text does not fit the caption width, is must be left-aligned. - 10:50 AM User Interface Bug #5118: TREELIST widget issues
- Tree node background and foreground colors seem to be supported, but setting these does not affect the tree view. May...
05/27/2021
- 06:49 PM User Interface Bug #5118: TREELIST widget issues
- FIXED
In original OCX when dragged to the leftmost position, cells of an "icon-type" column are rendered exactly t... - 06:12 PM User Interface Bug #5118: TREELIST widget issues
- FIXED in rev. 12481
Also, on the image in #5118-62, it is seen that drawing the focused node is incorrect: the blu... - 10:46 AM User Interface Bug #5118: TREELIST widget issues
- FIXED
When the user starts column resizing by dragging a column dividing line, the whole tree header is re-painted s... - 10:15 AM User Interface Bug #5118: TREELIST widget issues
- FIXED in rev. 12481
In FWD, there is no line dividing the headers and cells. In the original OCX there is. - 08:39 AM User Interface Bug #5118: TREELIST widget issues
- Probably, a regression due to the latest changes: the horizontal position of arrows while a column header is dragged ...
- 04:19 PM Database Feature #2617 (Closed): implement RCODE-INFORMATION attributes
- 03:18 PM Database Feature #2617: implement RCODE-INFORMATION attributes
- Greg Shah wrote:
> Please update the gap marking.
Done in 3821c rev 12464. - 02:50 PM Database Feature #2617: implement RCODE-INFORMATION attributes
- Code Review Task Branch 3821c Revision 12462
The changes are good.
Please update the gap marking. - 08:06 AM Database Feature #2617 (WIP): implement RCODE-INFORMATION attributes
- FILENAME, DB-REFERENCES and IS-CLASS were added to 3821c rev 12462
- 04:18 PM Base Language Bug #4682 (Closed): modify FILE-INFO processing to honor searches for 4GL programs
- 03:06 PM Base Language Bug #4682: modify FILE-INFO processing to honor searches for 4GL programs
- Greg Shah wrote:
> Is there any reason to leave this task open?
No.
- 02:52 PM Base Language Bug #4682: modify FILE-INFO processing to honor searches for 4GL programs
- The changes are good.
> A limitation is that it will find both the .r and .p versions - FWD doesn't know if there ... - 08:07 AM Base Language Bug #4682: modify FILE-INFO processing to honor searches for 4GL programs
- FileSystemOps.initFileInfo was changed to find a converted external program or class, too - see 3821c rev 12462
A ... - 01:09 PM Database Support #3871: determine how to change codepages/locales during import
- Than you for the quick code review.
I will remove the @CharsetConverter@ accessors. It is a clever way to handle c... - 11:53 AM Database Support #3871: determine how to change codepages/locales during import
- Code Review Task Branch 3821c Revision 12459
The changes are a nice improvement.
1. @FileStream.getCc()@ and @F... - 10:21 PM Database Support #3871: determine how to change codepages/locales during import
- Now the requested text decoder is used when processing dump files.
At the same time, I fixed support for processing ... - 11:14 AM Database Bug #5289 (WIP): Misc. problems with triggers
- No, not yet.
I am waiting to finish the ASSIGN triggers work, too, and commit all in a single unified commit. I esti... - 07:59 AM Database Bug #5289: Misc. problems with triggers
- Are those change in 3821c?
- 10:28 PM Database Bug #5289: Misc. problems with triggers
- Yes, the REPLICATION triggers work correctly now (pending commit).
I also added/fixed vetoing support for some trigg... - 09:33 AM User Interface Bug #5390: Strange tooltip issue in WebGL renderer for WEB client
- To recreate - open any testcase that uses tooltip feature in @Web@ client with @webgl@ renderer. The picture:
!too... - 09:26 AM User Interface Bug #5390 (New): Strange tooltip issue in WebGL renderer for WEB client
- 03:41 AM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> I think there was a miscommunication or misunderstanding with #3930-11. I was trying to conv... - 03:33 AM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Constantin Asofiei wrote:
> The token support is already in FWD, and the directory utility APIs already have this (a... - 09:35 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> Eric Faulhaber wrote:
> > * The concept of "permanent" and "transient" databases, and the ...
05/26/2021
- 04:27 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> * The concept of "permanent" and "transient" databases, and the use of the @load_at_startup@... - 03:42 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> Igor Skornyakov wrote:
>
> > I prefer to avoid reference counters as it is a fragile tech... - 03:34 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> I prefer to avoid reference counters as it is a fragile technique. With @ContextLocal@ I... - 03:27 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> * The implementation uses @SessionListener@ for cleanup purposes and adds references to netw... - 03:16 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> I am starting my code review. I will have more detailed feedback later, but on a quick first... - 03:12 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- I am starting my code review. I will have more detailed feedback later, but on a quick first pass, I noticed a few pr...
- 02:50 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Constantin Asofiei wrote:
> Sorry, I didn't notice that. Use @database-connections.prj@.
I see, Thank you. At thi... - 02:47 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Sorry, I didn't notice that. Use @database-connections.prj@.
- 02:44 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Constantin Asofiei wrote:
> Igor Skornyakov wrote:
> > Constantin. Where exactly I should add this node?
> As a si... - 02:40 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> Constantin. Where exactly I should add this node?
As a sibling of the @auto-connect@ node. - 02:38 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Constantin Asofiei wrote:
> The token support is already in FWD, and the directory utility APIs already have this (a... - 02:30 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- > I had not considered this feature. Constantin, the implementation so far only reads from the directory. What needs ...
- 02:28 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- The token support is already in FWD, and the directory utility APIs already have this (at least the @Utils.getDirecto...
- 02:25 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> Constantin Asofiei wrote:
> > Igor, does the @auto-connect@ directory configuration suppor... - 02:15 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Constantin Asofiei wrote:
> Igor, does the @auto-connect@ directory configuration support the 'project token' approa... - 01:52 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor, does the @auto-connect@ directory configuration support the 'project token' approach? Here I mean that the cli...
- 07:23 AM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> There is a regression caused by my changes in a large customer application. Analyzing.
T... - 04:59 AM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- There is a regression caused by my changes in a large customer application. Analyzing.
- 02:51 PM Runtime Infrastructure Bug #5362: Handshake failure while testing the simple web cllient
- If we cannot recover the session, then we need to exit the web client. BUT if possible, we should try to reconnect t...
- 02:49 PM Runtime Infrastructure Bug #5362: Handshake failure while testing the simple web cllient
- To clarify #5362-5 I added messages logs for the js web client...
- 02:48 PM Runtime Infrastructure Bug #5362: Handshake failure while testing the simple web cllient
- I observed the case when the server threw...
- 02:20 PM User Interface Bug #5118: TREELIST widget issues
- PARTLY FIXED in rev. 12481
FIXED in rev. 13480.
The following @TreeList@ procedures:... - 02:02 PM User Interface Bug #5118: TREELIST widget issues
- FIXED in rev. 12481
Background colors passed as an argument to tree list column create functions, do not reach the... - 11:46 AM User Interface Bug #5118: TREELIST widget issues
- Tree headers layout is broken after a cell value changed in a horizontally scrolled tree list:
The test applicatio... - 08:03 AM User Interface Bug #5118: TREELIST widget issues
- FIXED in rev. 12481
Incorrect handling values passed to @setCellString@ for icon type cells.
In original OCX, a... - 12:18 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- > Sergey, could improper tuning of #5028-39 lead to this issue? Perhaps retry logic is trying to re-utilize a connect...
- 12:07 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Sergey, could improper tuning of #5028-39 lead to this issue? Perhaps retry logic is trying to re-utilize a connectio...
- 11:46 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- I'm not sure this is actually a different root cause than #5362, but the stack trace is different.
While opening a... - 11:40 AM Runtime Infrastructure Bug #5388 (Closed): handshake failure while testing customer app
- 07:48 AM Runtime Infrastructure Feature #4405 (Closed): provide the capability to deliver static HTML and resources via the FWD s...
- 07:37 AM Runtime Infrastructure Feature #4405: provide the capability to deliver static HTML and resources via the FWD server's J...
- Greg Shah wrote:
> Sergey: Please edit the "Web Server":/projects/p2j/wiki/Web_Server page to clarify these question... - 07:38 AM Database Bug #5289: Misc. problems with triggers
- Ovidiu: From emails, I know you have some of these issues resolved. Please document the status here.
If we can ge... - 08:23 PM Database Support #5183: database collation
- I've reviewed the output of the @cp_coll.p@ program from several environments:
* en_US / 8859-1
** Linux
** Wind...
05/25/2021
- 03:53 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- The functionality is implemented and tested with the test app. Will test with the real customer app.
Committed to ... - 03:22 PM Runtime Infrastructure Feature #4405: provide the capability to deliver static HTML and resources via the FWD server's J...
- Sergey: Please edit the "Web Server":/projects/p2j/wiki/Web_Server page to clarify these questions:
* What is @web... - 11:33 AM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> In the original @TREELIST@ it is possible to reset column sorting by clicking on the co... - 08:58 AM Runtime Infrastructure Support #5221: Initialization failure during server runtime
- Deividas: Is everything working? I'd like to close this task if it is resolved.
- 07:30 AM User Interface Bug #5214: Broken z-order for all driver widgets (including SPREADSHEET, HTML-BROWSER, etc.)
- Replaced the HTML-BROWSER with a SPREADSHEET in my testcase and the result is as expected. I will try to look into a ...
05/24/2021
- 07:28 PM User Interface Bug #5118: TREELIST widget issues
- In FWD, if a child node is added, and a sorting by some column is set, nodes are automatically sorted. In the origina...
- 07:23 PM User Interface Bug #5118: TREELIST widget issues
- In FWD, if a child node is added, the parent node always expands. In the original OCX this does not happen.
- 07:19 PM User Interface Bug #5118: TREELIST widget issues
- Unimplemented OCX call: @GetNodeVisibleInViewPort@. This call return value of the @logical@ type is used in customer ...
- 07:16 PM User Interface Bug #5118: TREELIST widget issues
- FIXED in rev. 12481
Narrow column alignment is incorrect in FWD: in original OCX, it the column text does not fit ... - 02:56 PM User Interface Bug #5118: TREELIST widget issues
- FIXED in rev. 12481
Rendering trelist icon columns: in FWD icons are always centered regardless of the column alig... - 11:43 AM User Interface Bug #5118: TREELIST widget issues
- No, but I don't want to remove stuff that will need to be added back later.
- 11:37 AM User Interface Bug #5118: TREELIST widget issues
- Greg Shah wrote:
> Our intention is to have a completed and compatible OCX replacement. We don't want to have to ad... - 10:41 AM User Interface Bug #5118: TREELIST widget issues
- Our intention is to have a completed and compatible OCX replacement. We don't want to have to add features with ever...
- 10:38 AM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > > There is no such method in @vmacmtree1@.
> >
> > There is... - 08:03 AM User Interface Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > Hynek Cihlar wrote:
> >
> > > If there is an API method in ... - 05:09 PM User Interface Bug #5383: The web client deadlock
- The web client deadlock was found in #5028-35, #5028-44 ...
- 05:01 PM User Interface Bug #5383 (New): The web client deadlock
- 10:59 AM User Interface Bug #5214: Broken z-order for all driver widgets (including SPREADSHEET, HTML-BROWSER, etc.)
- Adrian Lungu wrote:
> I checked a custom testcase and can't reproduce anything suspicious. I used 3821c/rev. 12446 a... - 10:52 AM User Interface Bug #5214: Broken z-order for all driver widgets (including SPREADSHEET, HTML-BROWSER, etc.)
- I checked a custom testcase and can't reproduce anything suspicious. I used 3821c/rev. 12446 and the attached files. ...
- 09:15 AM User Interface Bug #5214 (WIP): Broken z-order for all driver widgets (including SPREADSHEET, HTML-BROWSER, etc.)
05/23/2021
- 06:28 PM User Interface Support #2674: list of HTML5, CSS and Javascript features in use in the web client (both ChUI and...
- h2. Web Client Known Limitations
1. Browser shortcuts such as @ALT-F4@ cannot be captured as events. This means t... - 01:39 PM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
>
> > If there is an API method in the original treeview and tre...
05/22/2021
- 01:54 PM User Interface Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> If there is an API method in the original treeview and treelist native controls to toggle so...
05/21/2021
- 06:24 PM User Interface Bug #5381: Backing buffers should be filled in SELECT* functions of a multi-selection BROWSE
- Testcases attached. When one of the @SELECT*@ browse functions is called, it should reposition the browsed query to t...
- 06:12 PM User Interface Bug #5381 (New): Backing buffers should be filled in SELECT* functions of a multi-selection BROWSE
- 05:20 PM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Hynek,
>
> there is the following field in @TreeConfig@
> [...]
>
> It seems, th... - 05:15 PM User Interface Bug #5118: TREELIST widget issues
- FIXED
In the original @TREELIST@ it is possible to reset column sorting by clicking on the column header with the ... - 05:06 PM User Interface Bug #5118: TREELIST widget issues
- Hynek,
there is the following field in @TreeConfig@... - 04:46 PM User Interface Bug #5118: TREELIST widget issues
- Scrollbar visibility and (sometimes) displayed values are wrong:
@WrongHorizontalScrollbar.mp4@
In this video a... - 03:51 PM User Interface Bug #5118: TREELIST widget issues
- Tree element positions differs from the original:
In original tree the horizontal distance between the columns (ve... - 01:39 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> That being said, I'm not sure that code looks right now...what if we had two @database@ keys... - 01:33 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- That being said, I'm not sure that code looks right now...what if we had two @database@ keys mapped to the same @Sess...
- 01:13 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> The current @deregisterDatabase@ code is just about cleaning up local data structures when a... - 01:12 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- The current @deregisterDatabase@ code is just about cleaning up local data structures when a database connection ends...
- 01:05 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> Igor Skornyakov wrote:
>
> > As far as I understand the same logic is used for local data... - 01:02 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> As far as I understand the same logic is used for local databases as well. Should I fix i... - 12:56 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> IIRC, for remote connections, we create one virtual session between server A and server B, r... - 12:40 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- IIRC, for remote connections, we create one virtual session between server A and server B, regardless of how many use...
- 06:51 AM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- I'm confused with the following code in the @ConnectionManager.disconnectImmediately()@:...
- 03:04 AM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Constantin Asofiei wrote:
> Igor, as I mentioned - Agents can reset their context (for State-reset mode) - in this c... - 02:01 AM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor, as I mentioned - Agents can reset their context (for State-reset mode) - in this case, I think these databases ...
- 01:07 PM Base Language Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Greg Shah wrote:
> I've noticed that @convert_member_name@ in @annotations_prep.xml@ is only ever called with @mtype... - 11:04 AM Base Language Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- I've noticed that @convert_member_name@ in @annotations_prep.xml@ is only ever called with @mtype == names.method@. ...
- 12:46 PM Database Support #5183 (WIP): database collation
05/20/2021
- 05:29 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Initialization of the transient auto-connected databases in @StandardServer.standardEntry()@ (before @startupProc@ p...
- 02:19 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Greg Shah wrote:
> Constantin: How do we avoid the @StandardServer.standardEntry()@ connection logic when it is call... - 02:17 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> Constantin, where would the disconnect occur? I don't think @ContextLocal.cleanup@ would wor... - 02:00 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Constantin: How do we avoid the @StandardServer.standardEntry()@ connection logic when it is called for an appserver ...
- 02:00 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> But to your question: Constantin was answering in the context of appserver agents. For non... - 01:59 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> But to your question: Constantin was answering in the context of appserver agents. For non-a... - 01:57 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> Eric Faulhaber wrote:
> > Igor Skornyakov wrote:
> >
> > > Eric: is it correct that the... - 01:51 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> Igor Skornyakov wrote:
>
> > Eric: is it correct that the entry point mentioned by Consta... - 01:48 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> Eric: is it correct that the entry point mentioned by Constantin is the only one where th... - 01:29 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Constantin Asofiei wrote:
> Greg Shah wrote:
> > Constantin: Is there a different entry point for appserver agents?... - 01:27 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> Igor, I would follow Greg's advice here instead of my earlier comments on the @SessionListen... - 01:26 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Greg Shah wrote:
> I don't object to the non-database changes in @BaseSession@. But I wonder if we need such a thin... - 01:24 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Greg Shah wrote:
> Constantin: Is there a different entry point for appserver agents?
In case of appserver Agents, ... - 01:21 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Greg Shah wrote:
> Instead of looking at the session level stuff (which is generic), please look at the places in ... - 01:18 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- > How can we avoid any changes at least in the @RouterSessionManager@ if the databases are supposed to be connected o...
- 01:18 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- The way I would approach this would be to:
# Take a working, test configuration which currently connects a databas... - 01:11 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> I think you were on the right track with using the @SessionListener@ interface. If we find b... - 01:10 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> Greg Shah wrote:
> > There should not be any changes in the @com.goldencode.p2j.net@ packa... - 12:54 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Greg Shah wrote:
> There should not be any changes in the @com.goldencode.p2j.net@ package. It is not appropriate t... - 12:43 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Greg Shah wrote:
> There should not be any changes in the @com.goldencode.p2j.net@ package. It is not appropriate t... - 12:42 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- There should not be any changes in the @com.goldencode.p2j.net@ package. It is not appropriate to have database-spec...
- 12:28 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> It is hard to know what is going on without seeing the changes you've made. If they are most... - 12:21 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- It is hard to know what is going on without seeing the changes you've made. If they are mostly isolated to @DatabaseM...
- 11:05 AM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- I've implemented the session-local databases' activation in the @SessionListener.initialize()@ method of the @Session...
- 09:49 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- From Igor via email:
---
At this moment I've implemented most of the functionality except timed meta-database d...
05/19/2021
- 02:26 PM User Interface Bug #5118: TREELIST widget issues
- FIXED
Vladimir Tsichevski wrote:
> Another issue regarding @SORTED-COLUMNS@.
>
> Calling @TreeListWidget.setSo... - 01:47 PM User Interface Bug #5118: TREELIST widget issues
- FIXED in rev. 12481
The first tree column is rendered and active outside its bounds!
See the @5118-34.mp4@ vide... - 01:00 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- I agree. The disabled code related to Hibernate can be dropped at this moment.
- 12:23 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> Eric Faulhaber wrote:
> > These were left over from the shift from Hibernate. I think at t... - 12:15 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> Igor Skornyakov wrote:
> > When I'm trying to connect to a database in the session start (i... - 12:15 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Eric Faulhaber wrote:
> These were left over from the shift from Hibernate. I think at this point, they can be remov... - 12:08 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> When I'm trying to connect to a database in the session start (in my case it was a connecti... - 12:06 PM Database Feature #3930: allow session level control over the database(s) which are auto-connected
- Igor Skornyakov wrote:
> There is a lot of commented code in the @DatabaseManager@. This makes reading and understan... - 10:10 AM Runtime Infrastructure Support #5354: usage of GraalVM for better performance
- Eric: Did you ever test the Enterprise version of GraalVM?
- 03:31 AM Base Language Feature #4384: Builtin OO Implementation
- Trying some 4GL code for the same and how it gets converted guess the easiest is to simply not use any 'local' variab...
- 03:16 AM Base Language Feature #4384: Builtin OO Implementation
- Greg Shah wrote:
> Branch 4384j was merged into branch 3821c as revision 12363.
>
> Created new branch 4384k from...
05/18/2021
- 06:47 PM User Interface Bug #5118: TREELIST widget issues
- FIXED in rev. 12481
Text cell value are left-trimmed in FWD. They should not. - 03:13 PM User Interface Bug #5118: TREELIST widget issues
- FIXED
There is also an unimplemented "icon column datatype" feature described in #5282-5. - 01:42 PM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Another issue described first in #5282: the node value can be of a type other than @Str... - 12:43 PM User Interface Bug #5118: TREELIST widget issues
- The problem in #5118-19 is true for other calls, for example, for at least the last two arguments of @SetCellIconValu...
- 12:31 PM User Interface Bug #5118: TREELIST widget issues
- Another issue: scrolling by mouse wheel does not work: with Swing the tree can usually be scrolled by at most one row...
- 12:08 PM User Interface Bug #5118 (WIP): TREELIST widget issues
- 12:08 PM User Interface Bug #5118: TREELIST widget issues
- FIXED
Another issue described first in #5282: the node value can be of a type other than @String@.
As the result,...
05/17/2021
- 06:47 PM Database Bug #5377: H2 might block in certain conditions
- The investigations from #4479 proved that some methods were not correctly handling locking on its internal @meta@ tab...
- 06:38 PM Database Bug #5377 (New): H2 might block in certain conditions
- 06:14 PM Database Bug #5376: Reintroduce UDFs for handling special date-related operators
- The investigation from #5325 lead to conclusion that in the current revision FWD lacks support for some @+@ / @-@ ope...
- 05:28 PM Database Bug #5376 (New): Reintroduce UDFs for handling special date-related operators
- 03:06 PM User Interface Bug #5375: Window resizing by mouse dragging problem in WEB client
- See the @5375.mp4@ video. After mouse button is released, the mouse position seems to return to that when the mouse b...
- 02:59 PM User Interface Bug #5375 (New): Window resizing by mouse dragging problem in WEB client
- 08:44 AM User Interface Bug #5373: BROWSE issues when QUERY is re-assigned to different buffers, and the original buffers...
- I'm moving this to the UI project snce the behavior is primarily (perhaps only) associated with @BROWSE@.
- 07:41 AM User Interface Bug #5373: BROWSE issues when QUERY is re-assigned to different buffers, and the original buffers...
- In OpenEdge, a static BROWSE can have its query changed, and this query can uses different buffers (for which their t...
- 07:29 AM User Interface Bug #5373 (New): BROWSE issues when QUERY is re-assigned to different buffers, and the original b...
Also available in: Atom