Activity
From 09/05/2024 to 10/04/2024
10/04/2024
- 12:03 PM User Interface Bug #9225 (WIP): EDITOR: incorrect cursor position after Ctrl-Right key press
- Another issue found for wrapped lines: in FWD then @Ctrl-Right@ is pressed in the last visible word in a wrapped line...
- 10:40 AM Base Language Feature #4065 (Internal Test): server-side processing of client platform dependencies
- Code review 4065g revisions 15456 and 15457. The changes look good.
Galya, what testing did you do and what is re... - 07:21 AM Base Language Feature #4065: server-side processing of client platform dependencies
- Hynek Cihlar wrote:
> @ThinClient@ history entries are not merged properly. The 4-digit format of ids is gone and th... - 07:12 AM Base Language Feature #4065: server-side processing of client platform dependencies
- Hynek Cihlar wrote:
> Galya B wrote:
> > Hynek Cihlar wrote:
> > > In @ClientSideManager@ there are multiple occur... - 05:57 AM Base Language Feature #4065: server-side processing of client platform dependencies
- Galya B wrote:
> Hynek Cihlar wrote:
> > In @ClientSideManager@ there are multiple occurrences of "not supported" w... - 06:42 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
- Galya B wrote:
> Constantin, I had to remove @security:certificate:validate@ as you asked me in #7808-115, because i... - 06:25 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
- Constantin, I had to remove @security:certificate:validate@ as you asked me in #7808-115, because it took me quite a ...
- 05:10 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
- Galya B wrote:
> For now I'm implementing only displaying the info read-only. If we add edit functionality later on,... - 05:09 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
- For now I'm implementing only displaying the info read-only. If we add edit functionality later on, an error can be s...
- 05:05 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
- Galya B wrote:
> @SecurityCache.getAccountsForAppserver@ returns an array, but I guess I should just ignore it and c... - 04:14 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
- @SecurityCache.getAccountsForAppserver@ returns an array, but I guess I should just ignore it and consider the first ...
- 04:13 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
- Galya B wrote:
> A question: can there be several processes configured for one appserver? Is this a way to simply ha... - 04:02 AM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
- A question: can there be several processes configured for one appserver? Is this a way to simply have different FWD c...
- 05:52 AM Database Bug #9194: FWD selects the wrong index when using CONTAINS?
- Hi all, we have completed the "indeterminate sorting" review and are now starting to make the necessary changes, henc...
- 03:42 AM Database Bug #9228: FQL to SQL conversion for CONTAINS when the output is expected to be always false is n...
- I've tested ETF and is OK. I think we need to wait for 6667i to be merged, and after that we'll test some other apps...
10/03/2024
- 01:33 PM Runtime Infrastructure Feature #6377: provide tooling (and UI in the admin interface) to manage appserver agents (start/...
- There is a lot more work to get all the data in one place. The tables seem to need fixed height, which is not ideal, ...
- 09:29 AM Database Feature #9218: Changes in internal tenant management
- > I adjusted the implementation of the tenant ID to match the one from 4GL. As result, at each server restart, the un...
- 09:16 AM Database Bug #9228 (Internal Test): FQL to SQL conversion for CONTAINS when the output is expected to be a...
- Ovidiu Maxiniuc wrote:
> Revision of 9228a, r15478.
>
> I think the code will work fine. I have just a few notes ... - 08:52 AM Database Bug #9228: FQL to SQL conversion for CONTAINS when the output is expected to be always false is n...
- Revision of 9228a, r15478.
I think the code will work fine. I have just a few notes to add:
* @FqlToSqlConverte... - 07:05 AM Database Bug #9228: FQL to SQL conversion for CONTAINS when the output is expected to be always false is n...
- Ovidiu, please review.
- 06:01 AM Database Bug #9228: FQL to SQL conversion for CONTAINS when the output is expected to be always false is n...
- I committed to *9228a revision 15478* a fix for the wrong orderFields generation.
Please review. - 12:01 AM Database Bug #9228: FQL to SQL conversion for CONTAINS when the output is expected to be always false is n...
- Constantin Asofiei wrote:
> Was your test with 6667i? Because this code does not check correctly for 'order by' AST... - 09:15 AM Base Language Bug #8944: FINALLY block transaction processing
- Please see #9139-63 and #9139-64.
The root cause is that @after@ parameter in @saveRowChangesImpl2@ is changed in @... - 07:36 AM Base Language Feature #4065: server-side processing of client platform dependencies
- Hynek Cihlar wrote:
> In @ClientSideManager@ there are multiple occurrences of "not supported" while in fact the res... - 07:21 AM Base Language Feature #4065: server-side processing of client platform dependencies
- Code review 4065g.
Nice set of changes!
@ThinClient@ history entries are not merged properly. The 4-digit forma... - 06:21 AM Base Language Feature #4065: server-side processing of client platform dependencies
- Galya B wrote:
> Hynek, when are you having time to review the branch?
I'm on it.
10/02/2024
- 03:18 PM Database Feature #9218: Changes in internal tenant management
- I have cherry-picked the changes and put them in 9057a. Revision 15463. I hope the branch is not broken (compilable a...
- 02:58 PM Database Feature #9218: Changes in internal tenant management
- Ovidiu, is this work in a task branch yet? I'd like to look it over to get a better understanding of the changes.
- 02:34 PM Database Feature #9218: Changes in internal tenant management
- I adjusted the implementation of the tenant ID to match the one from 4GL. As result, at each server restart, the uniq...
- 02:51 PM Database Feature #9057: enable intermixed access to default tenant (shared) data and tenant-specific data
- Current status:
While the private tables in a tenant enabled database works correctly, the shared tables are still... - 02:31 PM Database Bug #9228: FQL to SQL conversion for CONTAINS when the output is expected to be always false is n...
- Was your test with 6667i? Because this code does not check correctly for 'order by' ASTs, in the case when the sort ...
- 01:57 PM Database Bug #9228: FQL to SQL conversion for CONTAINS when the output is expected to be always false is n...
- Constantin Asofiei wrote:
> What's the FQL being converted here?
The one you discovered while testing with 6667i. - 01:49 PM Database Bug #9228: FQL to SQL conversion for CONTAINS when the output is expected to be always false is n...
- What's the FQL being converted here?
- 09:40 AM Database Bug #9228 (Review): FQL to SQL conversion for CONTAINS when the output is expected to be always f...
- I have created task branch *9228a* from *trunk revision 15476*.
I committed the fix in *9228a revision 15477*. Ple... - 09:39 AM Database Bug #9228 (WIP): FQL to SQL conversion for CONTAINS when the output is expected to be always fals...
- The issue is that for some cases CONTAINS parameter can be an empty string.
* 1. This should be picked up by @FQLPr... - 09:06 AM Database Bug #9228 (Test): FQL to SQL conversion for CONTAINS when the output is expected to be always fal...
- 05:36 AM Conversion Tools Bug #8967 (Test): Remove relationship annotation from full conversion
- 03:39 AM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- @8967a@ has been merged to trunk and ported to @7156b@.
- 10:47 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- Yes, the position for drop-down sets up incorrectly in @ScrollableListImpl.drawCaret()@. The fix could be pretty simp...
10/01/2024
- 03:59 PM User Interface Bug #9225: EDITOR: incorrect cursor position after Ctrl-Right key press
- # Create and run an @EDITOR@ widget.
# Type in one word, do *not* add spaces at the end
# Press @Enter@ to insert a... - 03:51 PM User Interface Bug #9225 (WIP): EDITOR: incorrect cursor position after Ctrl-Right key press
- 12:23 PM Base Language Feature #4065: server-side processing of client platform dependencies
- Hynek, when are you having time to review the branch?
- 11:29 AM User Interface Bug #7657: 8-bit character entry problem in ChUI
- Hynek Cihlar wrote:
> Eugenie Lyzenko wrote:
> > The problem with @ChUI@ unwanted cursor while drop-down activation... - 02:48 AM User Interface Bug #7657: 8-bit character entry problem in ChUI
- Eugenie Lyzenko wrote:
> The problem with @ChUI@ unwanted cursor while drop-down activation is when we call @TC.wait... - 09:52 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- The problem with @ChUI@ unwanted cursor while drop-down activation is when we call @TC.waitForWorker()@ as the final ...
- 09:55 AM Database Bug #9224: conversion of sql table name honors FWD reserved words
- A legacy table named @Property@ will have a sql table name of @Property_@ - this is because FWD has a reserved name t...
- 09:52 AM Database Bug #9224 (New): conversion of sql table name honors FWD reserved words
- 08:52 AM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- Please merge 8967a to trunk now.
- 04:27 AM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- Ran all the tests provided by a customer and *no regressions have been found*.
- 08:47 AM Database Bug #9222: Validation of a record buffer throws an error in FWD, but does not in 4GL
- This ticket is derived from #9181-10.
- 08:47 AM Database Bug #9222: Validation of a record buffer throws an error in FWD, but does not in 4GL
- ...
- 08:45 AM Database Bug #9222 (New): Validation of a record buffer throws an error in FWD, but does not in 4GL
- 08:39 AM Database Feature #9218: Changes in internal tenant management
- My concern is for any interface (now or introduced later) which takes that tenant id. It is just more secure if the ...
- 08:31 AM Database Feature #9218: Changes in internal tenant management
- I did additional research and found "this":https://docs.progress.com/bundle/openedge-database-multitenancy-117/page/T...
- 08:25 AM Base Language Bug #8944: FINALLY block transaction processing
- Eduard [es], you have seen issues in a unit test suite if you apply:...
- 07:26 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Yes, we can consider Swagger.
- 07:18 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Always the third option. :) OK, now speaking about REST API, can we consider doing it properly using swagger (having ...
- 07:15 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Forget GWT, it is not the real issue here. The key point is to ensure that all of our admin APIs are REST based. If...
- 06:24 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- The auth aside, the GWT problem with reusing REST is that it's a framework that generates code both server-side and c...
- 05:53 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- OK, let's call the tokens 'auth token' and 'request token' for clarity, because I get confused. So the admin has an a...
- 05:39 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Galya B wrote:
> Greg Shah wrote:
> > Actually, this corresponds to your suggestion from #7080-26 except I would ex... - 05:35 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Greg Shah wrote:
> Actually, this corresponds to your suggestion from #7080-26 except I would expect to store the ke... - 05:31 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- > We can later build a more intricate authorization and associate permissions for each path
FYI, we already have a... - 05:30 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Actually, this corresponds to your suggestion from #7080-26 except I would expect to store the key/token in the direc...
- 02:35 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- I believe you speak about the key that will come with each request. I was asking about the initial authentication.
- 05:38 AM Base Language Bug #9032: Reduce the number of exceptions that are being thrown
- Rebased *9032a* to latest *trunk/15472*, the branch is now at revision *15476*.
Rebased *9032c* to latest *trunk/154...
09/30/2024
- 07:59 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- Another issue has been detected for @ChUI@ native client with @COMBO-BOX@ widget. Consider the following screen for o...
- 03:07 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- Greg Shah wrote:
> Eugenie Lyzenko wrote:
> > The update and question.
> >
> > Finally I've got wide char capabl... - 01:13 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- Eugenie Lyzenko wrote:
> The update and question.
>
> Finally I've got wide char capable @FWD@ be compatible with... - 11:27 AM User Interface Bug #7657: 8-bit character entry problem in ChUI
- The update and question.
Finally I've got wide char capable @FWD@ be compatible with Java 17. Including large cust... - 06:39 AM User Interface Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ rebased with recent trunk @15469@, new revision is @15483@.
- 02:38 PM Database Feature #9218: Changes in internal tenant management
- > ** @0@ for default tenant,
> ** incrementing positive values for regular tenants
> ** decrementing negative valu... - 02:23 PM Database Feature #9218: Changes in internal tenant management
- After initial iteration implementation some changes in the management of FWD internal management of tenant feature.
... - 02:22 PM Database Feature #9218 (New): Changes in internal tenant management
- 11:54 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- For API access, I would expect a cryptographically signed token to be issued (an "API key"). This has advantages ove...
- 01:11 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Greg Shah wrote:
> > A persistent token in directory will do exactly the same as the fwd pass.
>
> That is OK. T...
09/28/2024
- 11:12 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ rebased with recent trunk @15467@, new revision is @15481@.
Tooltip issue not related to this branch c...
09/27/2024
- 03:25 AM Base Language Bug #8944: FINALLY block transaction processing
- Artur, please look into #6667-1167. That is a fix that was dedicated to fixing buffer problems with FINALLY. But as T...
- 03:13 AM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- *The conversion of a large customer application went fine.* I will proceed to testing.
09/26/2024
- 02:19 PM User Interface Bug #9212: BROWSE: issues related to browse cell selection
- For a @BROWSE@ cell the attribute @SELECTION-START@ is always -2147483648.
- 02:17 PM User Interface Bug #9212 (New): BROWSE: issues related to browse cell selection
- 02:13 PM User Interface Bug #9211: COMBO-BOX: editor area selection synchronization issues
- For @COMBO-BOX@ the values set with @SET-SELECTION@, are not related to the selection visible in the editor area of t...
- 02:10 PM User Interface Bug #9211 (New): COMBO-BOX: editor area selection synchronization issues
- 01:50 PM User Interface Bug #9210: FILL-IN: implement SET-SELECTION and related calls in ChUI
- This problem was first discovered in #9114.
- 01:49 PM User Interface Bug #9210: FILL-IN: implement SET-SELECTION and related calls in ChUI
- The @SET-SELECTION@ method is implemented for @FillIn@ class at the client side as a stub:...
- 01:44 PM User Interface Bug #9210 (New): FILL-IN: implement SET-SELECTION and related calls in ChUI
- 10:43 AM Conversion Tools Bug #8967 (Internal Test): Remove relationship annotation from full conversion
- I agree.
I mentioned from the start that @SchemaWorker@ changes come with some risks and requires additional work/i... - 10:36 AM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- Ovidiu, I would propose that, until we decide whether we should update @SchemaWorker@ or not, I start the conversion ...
- 09:56 AM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- Addressed the first part of the review in @8967a/rev 15448@.
About the second part, I would have some concerns abo... - 09:38 AM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- Andrei Plugaru wrote:
> I have committed my changes to @8967a/rev 15447@
+Code review of 8967a/r15447.+
I think ... - 08:10 AM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- Andrei Plugaru wrote:
> Managed to overcome the error posted in #8967-19. The root cause is the call to @message@ me... - 07:16 AM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- Managed to overcome the error posted in #8967-19. The root cause is the call to @message@ method from @createLockMana...
- 05:27 AM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- I have committed my changes to @8967a/rev 15447@
My changes:
* remove the templates for relation and relations a... - 09:03 AM Base Language Bug #8944: FINALLY block transaction processing
- Artur Școlnic wrote:
> [...]
> I looks like the scope of the @btt2@ is limited to the @for each@ only if it is not ... - 08:59 AM Base Language Bug #8944: FINALLY block transaction processing
- ...
- 08:44 AM Base Language Bug #8944: FINALLY block transaction processing
- Hmm I think the error is more subtle. IIRC, the tests were trying to show a conceptual problem in regard to buffer sc...
- 08:38 AM Base Language Bug #8944: FINALLY block transaction processing
- Tested with trunk/15463.
- 08:37 AM Base Language Bug #8944: FINALLY block transaction processing
- ...
- 08:26 AM Base Language Bug #8944: FINALLY block transaction processing
- In #8593-111, if you comment the find first that has a comment, in FWD it will work while in 4GL it won't.
- 08:06 AM Base Language Bug #8944: FINALLY block transaction processing
- Alexandru, I've been analyzing #8593-113 and #8593-111, I am failing to see the issue there, for me both test cases s...
- 07:07 AM Base Language Bug #8944: FINALLY block transaction processing
- I think this is related to intra-session dirty manager (?) Maybe you should embed the for each in a separate do trans...
- 07:03 AM Base Language Bug #8944: FINALLY block transaction processing
- I have been able to replicate this issues only with the tables that have indices.
- 06:40 AM Base Language Bug #8944: FINALLY block transaction processing
- This is the test case that replicates the issue:...
- 06:31 AM Base Language Bug #8944: FINALLY block transaction processing
- Can you post the full example for #8944-5?
- 06:25 AM Base Language Bug #8944: FINALLY block transaction processing
- I've found something that is not related to finally blocks, but should be addressed:
for each from #8944-1... - 03:10 AM Base Language Bug #8944: FINALLY block transaction processing
- These are the current classes that implement Finalizable and have an implementation for the finished method, classifi...
- 02:08 AM User Interface Bug #9204: SWING GUI: Tooltip activation issue with incorrect widget absolute coordinates
- In certain cases, JS doesn't generate a MOUSE_EXITED event, which prevents the tooltip from deactivating when the cur...
09/25/2024
- 03:45 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- > I have another idea then: leave it to the customers completely. Ask them to implement an authenticator and pass in ...
- 03:40 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- > A persistent token in directory will do exactly the same as the fwd pass.
That is OK. There is no issue with st... - 02:06 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- I have another idea then: leave it to the customers completely. Ask them to implement an authenticator and pass in th...
- 02:01 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- A persistent token in directory will do exactly the same as the fwd pass.
- 01:57 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Galya B wrote:
> The token generated by the admin will not expire until deleted from the console and can be used in ... - 01:55 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Constantin Asofiei wrote:
> The authentication method should be configurable, for tenant is hard-coded to 'basic'. ... - 01:34 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- The token generated by the admin will not expire until deleted from the console and can be used in an admin app and i...
- 01:24 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- We can have a functionality in Admin console to generate a token, that is stored in the DB. It can be used to ask @/a...
- 01:17 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Do we consider FWD account's password hashed and stored in directory.xml secure?
- 01:12 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- The authentication method should be configurable, for tenant is hard-coded to 'basic'. After that, additional auth m...
- 01:09 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Galya B wrote:
> The tenant api uses @BasicAuth@ for authentication that accepts a FWD account's username and its we... - 12:53 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- The tenant api uses @BasicAuth@ for authentication that accepts a FWD account's username and its webServiceToken as a...
- 11:38 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Greg Shah wrote:
> > Also, I believe @admin/login@ is used for logging in the admin console, while @admin/tenant/log... - 10:20 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Radu Apetrii wrote:
> Yes, I will add this to the wiki. However, there's one thing I'm unsure about. These users tha... - 10:15 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Radu Apetrii wrote:
> Yes, I will add this to the wiki. However, there's one thing I'm unsure about. These users tha... - 10:14 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- > Also, I believe @admin/login@ is used for logging in the admin console, while @admin/tenant/login@ is for getting a...
- 10:05 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Yes, I will add this to the wiki. However, there's one thing I'm unsure about. These users that are in the @<node cla...
- 10:01 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Radu Apetrii wrote:
> Galya B wrote:
> > Radu, would you confirm how the endpoint @admin/tenant/login@ is supposed ... - 10:00 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Galya B wrote:
> Radu, would you confirm how the endpoint @admin/tenant/login@ is supposed to be used. Please check ... - 09:40 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Radu, would you confirm how the endpoint @admin/tenant/login@ is supposed to be used. Please check the above notes.
- 08:51 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- It is indeed @admin/tenant/login@ as the doc says, but I don't see provisioning for anonymous login without @Authoriz...
- 08:48 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- I would have expected it to be @/admin/login@.
- 08:30 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- The wiki says '@/admin/tenant/login@. No header or body required.'. I don't see this in the code or testing it. @Basi...
- 06:13 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- > Have you thought about authentication for the REST API?
In #6229 we have implemented the first set REST APIs for... - 02:58 PM Database Feature #9057 (WIP): enable intermixed access to default tenant (shared) data and tenant-specific...
- First, a short description of the current state from the implementation standpoint. All low-level data management for...
- 12:47 PM User Interface Bug #9204: SWING GUI: Tooltip activation issue with incorrect widget absolute coordinates
- I still do not understand one point here. Consider the @ToolTip.activate()@:...
- 02:25 AM User Interface Bug #9204: SWING GUI: Tooltip activation issue with incorrect widget absolute coordinates
- The solution is to translate the mouse event coordinates returned by @MouseEvent.getXOnScreen@ and @getYOnScreen@ to ...
- 08:51 PM User Interface Bug #9204: SWING GUI: Tooltip activation issue with incorrect widget absolute coordinates
- In certain conditions the widget absolute coordinates are calculating incorrectly. This leads to tooltip show failing...
- 08:45 PM User Interface Bug #9204 (New): SWING GUI: Tooltip activation issue with incorrect widget absolute coordinates
- 11:00 AM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- Andrei,
I think your conclusion is solid. As noted in last phrase form note 8, please proceed to drop the conversion... - 10:33 AM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- I have done some more investigation on relations for persistent tables. Based on that I confirmed that the relations ...
- 09:21 AM Conversion Tools Bug #8967 (WIP): Remove relationship annotation from full conversion
- Increasing priority due to a customer requirement.
- 08:19 PM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- Andrei Plugaru wrote:
> *My question on this part is whether this behaviour for the static query was really intended... - 09:53 AM Database Bug #9133: Array subscript is out of range stops the evaluation of other expressions in the where...
- I am moving this to Normal priority as the regression in #9189 was fixed by reverting the original changes. We can ha...
- 06:28 AM Database Bug #9133: Array subscript is out of range stops the evaluation of other expressions in the where...
- So this means that converting to client where is the only way to go here? I suppose so.
- 06:26 AM Database Bug #9133: Array subscript is out of range stops the evaluation of other expressions in the where...
- Alexandru Lungu wrote:
> Hmm I see. This is because it will end up as @null ne 0@ and this is basically true. This y... - 06:17 AM Database Bug #9133: Array subscript is out of range stops the evaluation of other expressions in the where...
- Hmm I see. This is because it will end up as @null ne 0@ and this is basically true. This you also happen for cases w...
- 06:08 AM Database Bug #9133: Array subscript is out of range stops the evaluation of other expressions in the where...
- Lorian Sandu wrote:
> I will investigate deeper to see if this case is simplified as @BOOL_FALSE@
Actually, this ... - 05:51 AM Database Bug #9133: Array subscript is out of range stops the evaluation of other expressions in the where...
- I looked into @FQLPreprocessor.mainWalk()@ and found out how we handle the cases @tablename.extField[?]@ , where the ...
- 04:37 AM Database Bug #9133: Array subscript is out of range stops the evaluation of other expressions in the where...
- Alexandru Lungu wrote:
> Lorian, please attempt 2) in 9133a. It means replacing invalid @tablename.extField[id]@ wit... - 03:21 AM Database Bug #9133: Array subscript is out of range stops the evaluation of other expressions in the where...
- > In the customer application, the second preprocessor, even if it is created, it is never actually used. This is why...
- 08:34 AM Base Language Bug #8944 (WIP): FINALLY block transaction processing
- Artur, please make a list of all current finalizables in FWD in form of a table that you are going to update with inf...
09/24/2024
- 07:44 PM Database Bug #9133: Array subscript is out of range stops the evaluation of other expressions in the where...
- I think I have the question for why before 9095a the incorrect FQL (containing references of form @<tablename>.null@)...
- 01:01 PM Database Bug #9133: Array subscript is out of range stops the evaluation of other expressions in the where...
- I will do a quick summary here. Let's assume we have a @tablename@ table with a @extField@ and a local integer variab...
- 10:30 AM Database Bug #9133: Array subscript is out of range stops the evaluation of other expressions in the where...
- I really fear the impact of client where. For the first query you posted: if that query would run over a persistent d...
- 05:25 AM Database Bug #9133: Array subscript is out of range stops the evaluation of other expressions in the where...
- >Lorian please, do such experiment and post the Java conversion of buf1.f1[i1] vs buf1.f1[buf1.f2]. Are these process...
- 03:56 AM Database Bug #9133 (WIP): Array subscript is out of range stops the evaluation of other expressions in the...
- > Ovidiu/Alexandru: Please review.
I don't think changing the grandparent is always correct.
* You can have @for... - 03:54 PM User Interface Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- Galya B wrote:
> My tests show that @BASE-KEY@ can be only one of the root keys for Windows: @HKEY_CLASSES_ROOT@, @H... - 01:30 PM User Interface Bug #9201: Implement EDITOR:NUM-REPLACED attribute
- The @NUM-REPLACED@ attribute is not implemented for the @EDITOR@ widget. Currently there exists the corresponding fie...
- 01:26 PM User Interface Bug #9201 (New): Implement EDITOR:NUM-REPLACED attribute
- 09:58 AM Runtime Infrastructure Feature #6377 (WIP): provide tooling (and UI in the admin interface) to manage appserver agents (...
- The attached spreadsheet is a sort of a wireframe for the admin console screen that will display some basic info for ...
- 09:27 AM User Interface Bug #7657: 8-bit character entry problem in ChUI
- Detected tooltip issue for @Swing@ client. Debugging.
- 06:59 AM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- Ovidiu Maxiniuc wrote:
> You know what is strange? This testscase does not work correctly for me. The prepare-query ... - 03:26 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Have you thought about authentication for the REST API?
09/23/2024
- 06:22 PM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- Andrei Plugaru wrote:
> Managed to create a testcase with a dynamic query where the relations are created at runtime... - 04:54 PM Base Language Bug #9197: continue investigation for performance of default methods
- In #9168, default interface methods were removed for DMOs, static frames and other cases, to reduce class loading tim...
- 04:51 PM Base Language Bug #9197 (New): continue investigation for performance of default methods
- 04:34 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ rebased with recent trunk @15454@, new revision is @15468@.
- 10:38 AM Database Bug #9133 (Review): Array subscript is out of range stops the evaluation of other expressions in ...
- Committed to @9133a / rev 15454@
Ovidiu/Alexandru: Please review. - 07:50 AM Database Bug #9133: Array subscript is out of range stops the evaluation of other expressions in the where...
- Lorian, please put this change in a branch and move this into Review.
- 06:50 AM Database Bug #9133 (WIP): Array subscript is out of range stops the evaluation of other expressions in the...
- I looked into how @AbstractQuery.preprocessSubstituionArguments@ behaves in terms of error handling. I found out that...
- 09:19 AM Database Bug #9194: FWD selects the wrong index when using CONTAINS?
- Good findings. Please edit the wiki page to include your important clarifications.
- 07:26 AM Database Bug #9194: FWD selects the wrong index when using CONTAINS?
- Greg Shah wrote (note #8357-130):
> [[p2j:Chapter_27_Sorting_Query_Results#Single-Index-Selection-Rules|Index Select... - 05:40 AM Database Bug #9194: FWD selects the wrong index when using CONTAINS?
- Here's a summary of what happened so far:
*Example 1*
{{collapse
Working with a table @test@ that has two indexe... - 05:15 AM Database Bug #9194: FWD selects the wrong index when using CONTAINS?
- In #8357, it was brought to our attention that FWD selects the wrong index in a query that has the @CONTAINS@ clause....
- 04:50 AM Database Bug #9194 (WIP): FWD selects the wrong index when using CONTAINS?
- 08:55 AM Runtime Infrastructure Bug #9182: stop_disposition and a missing procedure results in 'No export or no access to'
- Greg Shah wrote:
> I agree we should not get into an infinite loop in this case (missing startup procedure).
>
> ... - 07:58 AM Runtime Infrastructure Bug #9182: stop_disposition and a missing procedure results in 'No export or no access to'
- I agree we should not get into an infinite loop in this case (missing startup procedure).
We should detect it and ... - 07:52 AM Runtime Infrastructure Bug #9182 (Review): stop_disposition and a missing procedure results in 'No export or no access to'
- Fix committed to 4065g r15453.
- 07:51 AM Runtime Infrastructure Bug #9182 (WIP): stop_disposition and a missing procedure results in 'No export or no access to'
- 07:49 AM Runtime Infrastructure Bug #9182: stop_disposition and a missing procedure results in 'No export or no access to'
- Constantin, there probably needs to be a max attempt number for the recreate, because with a missing procedure the lo...
- 07:37 AM Runtime Infrastructure Bug #9182: stop_disposition and a missing procedure results in 'No export or no access to'
- So, here's the story: There was a mechanism in @OSResourceManager@ (@initialize@) used by @ClientSideResourceManager@...
- 07:58 AM Base Language Feature #4065: server-side processing of client platform dependencies
- Fix for #9182 in r15453-r15454: all OS resources client-side should be recreated (initialized) when the security cont...
09/20/2024
- 06:43 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ rebased with recent trunk @15450@, new revision is @15464@.
- 08:11 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ rebased with recent trunk @15448@, new revision is @15462@.
- 07:28 AM Database Bug #9133: Array subscript is out of range stops the evaluation of other expressions in the where...
- For awareness, I am raising the priority of this task in relation to #9189.
- 02:57 AM Base Language Bug #9192: FWD defines multiple top level exceptions
- This ticket originated from #8980-43.
- 02:56 AM Base Language Bug #9192: FWD defines multiple top level exceptions
- ...
- 02:52 AM Base Language Bug #9192 (New): FWD defines multiple top level exceptions
- 12:03 AM Bug #9188 (Rejected): [Regression] Logical OR in FOR EACH makes calc both operands even if left s...
- This is a duplicate of #9189.
09/19/2024
- 08:15 AM Bug #9188 (Rejected): [Regression] Logical OR in FOR EACH makes calc both operands even if left s...
- 08:13 AM Base Language Bug #9187: Multiple issues with read-json
- While investigating another task, I found out there are multiple differences between OE and FWD behaviour regarding r...
- 06:38 AM Base Language Bug #9187 (New): Multiple issues with read-json
- 07:21 AM Base Language Feature #4065: server-side processing of client platform dependencies
- 4065g rebased on trunk r15446. Ready for review.
- 04:12 AM Base Language Feature #4065: server-side processing of client platform dependencies
- I'll rebase.
- 04:46 AM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- Managed to create a testcase with a dynamic query where the relations are created at runtime.
Also, I find out th... - 03:55 AM Runtime Infrastructure Bug #9182: stop_disposition and a missing procedure results in 'No export or no access to'
- SSO is not involved. Just start a server with stop_disposition=1 and try to runa ChUI client with a missimg program.
... - 02:45 AM Runtime Infrastructure Bug #9182: stop_disposition and a missing procedure results in 'No export or no access to'
- Reported in #8964-88 with steps to recreate:
> * use @stop_disposition=1@ in @directory.xml@
> * run a FWD client w... - 02:43 AM Runtime Infrastructure Bug #9182 (Test): stop_disposition and a missing procedure results in 'No export or no access to'
09/18/2024
- 02:17 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- Ovidiu
There is a regression when accessing remote databases.
Please see #6667-1160 - 10:53 AM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- Starting the investigation for this task by creating 2 simple OE tests, as Constantin proposed in #8967-3: one with a...
09/17/2024
- 01:15 PM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- Oops, restoring back. I had this task already opened in browser.
- 01:14 PM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- Andrei,
The @@Relations@ annotation is used at runtime in a single location: @DmoMeta.processRelations()@. Practic... - 12:32 PM Conversion Tools Bug #8967: Remove relationship annotation from full conversion
- Ovidiu, please support Andrei in this task as needed.
09/16/2024
- 08:55 AM Database Bug #9036 (Test): Multi-tenancy: refactor the database in Persistence context-wise
- Branch 9036b was committed to trunk as r15442 then it was archived.
- 08:40 AM Database Bug #9036 (Merge Pending): Multi-tenancy: refactor the database in Persistence context-wise
- Please merge 9036b to trunk now.
09/14/2024
- 09:09 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- The fix works fine, no more errors and appservers are working too.
- 08:29 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- Ovidiu Maxiniuc wrote:
> Eugenie, please find the changed file attached.
Thanks, I'll test now and be back with r... - 08:17 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- Eugenie, please find the changed file attached.
- 08:12 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- Ovidiu Maxiniuc wrote:
> Eugenie Lyzenko wrote:
> > I also have the issue with trunk @15440@:
> > And some appserv... - 08:04 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- Eugenie Lyzenko wrote:
> I also have the issue with trunk @15440@:
> And some appservers are now failing to be star...
09/13/2024
- 07:43 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- I also have the issue with trunk @15440@ and a large GUI app:...
- 03:27 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- After Constantin picked 9036a changes from the latest trunk, he identified a problem with one of the @Tenant@ fields,...
- 01:55 PM Database Bug #9036 (Test): Multi-tenancy: refactor the database in Persistence context-wise
- Branch 9036a was committed to trunk as r15440 then it was archived.
- 01:17 PM Database Bug #9036 (Merge Pending): Multi-tenancy: refactor the database in Persistence context-wise
- 01:17 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- Please merge 9036a to trunk now.
- 12:54 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- The smoke test went fine. I guess we are ready to merge. While the database was imported, I already rebased the branc...
- 11:46 AM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- I will. But first, I need to import the full database because the unit-test is performed with a reduced instance. I w...
- 11:28 AM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- Ovidiu, please smoke test the GUI app for which you ran unit testing. If you can log in, open a few screens, and ther...
- 09:40 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- Eric,
Actually, there was no lock issue. FWD behaved like 4GL. The problem was the test conditions in AWS. I execute... - 10:02 AM Base Language Feature #4065: server-side processing of client platform dependencies
- Hynek: Please review.
- 09:41 AM Base Language Feature #4065 (Review): server-side processing of client platform dependencies
- 4065g r15413 for review.
09/12/2024
- 12:53 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- Ovidiu, please notify us when the lock release defect we discussed earlier is resolved. We will need to re-run the re...
09/11/2024
- 06:48 PM Base Language Feature #4065: server-side processing of client platform dependencies
- The @date@ support would be used by the UI, I/O code like @export@ or @put@ with formatted values and I'm not sure wh...
- 08:53 AM Base Language Feature #4065: server-side processing of client platform dependencies
- Galya B wrote:
> Behind what config should I put the @SessionExports@ that is only @date@ related methods to prevent... - 08:46 AM Base Language Feature #4065: server-side processing of client platform dependencies
- Behind what config should I put the @SessionExports@ that is only @date@ related methods to prevent @SessionUtils@ do...
- 08:04 AM Base Language Feature #4065: server-side processing of client platform dependencies
- As long as different sessions can have different settings for server-side support, we can retain some sessions with f...
- 07:50 AM Base Language Feature #4065: server-side processing of client platform dependencies
- I'm getting back to the same issue: Streams can't be communicated between the server and the clients. The ids were or...
- 03:00 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ rebased with recent trunk @15436@, new revision is @15450@.
Additional testing confirms good working u... - 02:21 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- ETF testing passed, the other REST app also passed.
- 02:14 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- My unittests of one of the larger customers finished with success. I used the prebuilt binaries. In fact, 9036a/r1544...
- 12:21 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- All: please proceed with the test plan.
- 11:47 AM Database Bug #9036 (Internal Test): Multi-tenancy: refactor the database in Persistence context-wise
- Eric Faulhaber wrote:
> Code review 9036a/15442-15444:
> @builtin_functions.rules@ needs a history entry.
I had th... - 03:08 AM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- Server startup fails with this:...
- 02:57 AM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- Ovidiu, 9036a does not compile with Java 8:...
09/10/2024
- 06:58 PM Database Bug #9036 (Review): Multi-tenancy: refactor the database in Persistence context-wise
- Ovidiu, please post here again when the review is addressed and set this to "Internal Test" status. My points are pre...
- 06:48 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- Code review 9036a/15442-15444:
Nice work, Ovidiu. My findings...
@builtin_functions.rules@ needs a history entr... - 05:33 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- Eric,
I committed my changes and rebased the branch to latest trunk. Current revision is 15444.
The conversion cha... - 03:25 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- As discussed in recent standups, the current plan is to defer the metadata work and finish the core refactoring for t...
- 08:10 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- First, the good news.
It seems that a tenant change cannot be performed while in a database transaction. In case thi... - 06:32 PM Base Language Bug #9037: Two timers problem: only one fires
- Vladimir Tsichevski wrote:
> Constantin Asofiei wrote:
> > The fixes for the synchronization of @contextStorage@ lo... - 05:07 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ updated for review to revision @15440@. Rebased with recent trunk @15432@, new revision is @15446@.
Th... - 02:50 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- Constantin Asofiei wrote:
> Add it in the bootstrap client.xml file. Values with spaces will not work, in the comma... - 02:46 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- Add it in the bootstrap client.xml file. Values with spaces will not work, in the command line arguments.
- 02:45 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- Greg Shah wrote:
> > Is this approach OK?
>
> Yes
>
> > I have found there is a problems with making this opti... - 02:30 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- > Is this approach OK?
Yes
> I have found there is a problems with making this option available in @client.sh@,... - 01:47 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- Greg Shah wrote:
> Eugenie Lyzenko wrote:
> > This is an example of using true monospaced font (@Dejavu Sans Mono@)... - 07:07 AM User Interface Bug #7657: 8-bit character entry problem in ChUI
- Eugenie Lyzenko wrote:
> This is an example of using true monospaced font (@Dejavu Sans Mono@):
>
> !selection-li... - 08:15 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- This is an example of using true monospaced font (@Dejavu Sans Mono@):
!selection-list-unicode-chui-swing-dejavu_s... - 09:12 AM Database Bug #9160: trackDatabase() is not called for buffers with openscope 0 resulting in improper clean...
@main.p@...- 09:03 AM Database Bug #9160 (New): trackDatabase() is not called for buffers with openscope 0 resulting in improper...
- 08:52 AM Base Language Feature #4065: server-side processing of client platform dependencies
- Greg Shah wrote:
> Galya B wrote:
> > @StreamDaemon@ has a dependency on @ThinClient@ related to pseudo-terminal/cu... - 08:51 AM Base Language Feature #4065: server-side processing of client platform dependencies
- Galya B wrote:
> @StreamDaemon@ has a dependency on @ThinClient@ related to pseudo-terminal/currentStream/redirects.... - 06:29 AM Base Language Feature #4065: server-side processing of client platform dependencies
- @StreamDaemon@ has a dependency on @ThinClient@ related to pseudo-terminal/currentStream/redirects. I think these wil...
- 04:38 AM Base Language Bug #9032: Reduce the number of exceptions that are being thrown
- It has come to my attention that there is an issue with lenientOffEnd not being set for silent(() -> FindQuery().next...
09/09/2024
- 06:53 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- Greg Shah wrote:
> > The best solution I see for now is to draw the single char at position based on some average ch... - 06:59 AM User Interface Bug #7657: 8-bit character entry problem in ChUI
- > The best solution I see for now is to draw the single char at position based on some average char width inside base...
- 05:30 PM Database Bug #9133: Array subscript is out of range stops the evaluation of other expressions in the where...
- This is actually happening in the case of one of our customer, so it needs to be fixed. See #7143-1204.
The (anony... - 08:00 AM Base Language Feature #6410: implement additional built-in OO classes/interfaces
- OK, you mean @ToABLDateTimeTzFromHttp@, @toHttpDateFromAbl@ and @toHttpDate@, right? For these I see no issue to use ...
- 07:51 AM Base Language Feature #6410: implement additional built-in OO classes/interfaces
- Constantin Asofiei wrote:
> Marian, what standard do you want to parse? ISO-8601?
For parsing all variants should... - 07:27 AM Base Language Feature #6410: implement additional built-in OO classes/interfaces
- Marian, what standard do you want to parse? ISO-8601?
- 06:50 AM Base Language Feature #6410: implement additional built-in OO classes/interfaces
- I'm looking into the Timestamp parsing/formatting to skip the 4GL string manipulation if valid values are given and o...
09/07/2024
- 11:30 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ updated for review to revision @15437@. Rebased with recent trunk @15426@, new revision is @15439@.
Th...
09/06/2024
- 07:13 PM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- Short update on task status:
* I managed to get a stable revision of 9036a after the rebase. Committed revision 1543... - 03:08 PM Base Language Feature #4065: server-side processing of client platform dependencies
- Galya B wrote:
> @RemoteStream@ doesn't make a difference between the streams, when calling @LowLevelStream@, so the... - 03:06 PM Base Language Feature #4065: server-side processing of client platform dependencies
- Galya B wrote:
> Greg Shah wrote:
> > The only tricky part here is process, because that should be in the same plac... - 11:39 AM Base Language Feature #4065: server-side processing of client platform dependencies
- @RemoteStream@ doesn't make a difference between the streams, when calling @LowLevelStream@, so there is no way to ha...
- 11:16 AM Base Language Feature #4065: server-side processing of client platform dependencies
- Greg Shah wrote:
> The only tricky part here is process, because that should be in the same place as shell command e... - 11:01 AM Base Language Feature #4065: server-side processing of client platform dependencies
- Galya B wrote:
> I need an example in OE that uses @ClipboardStream@, when converted.
This should do:... - 10:16 AM Base Language Feature #4065: server-side processing of client platform dependencies
- I need an example in OE that uses @ClipboardStream@, when converted.
- 09:15 AM Base Language Bug #9032: Reduce the number of exceptions that are being thrown
- Roger Borrello wrote:
> Dănuț Filimon wrote:
> > Branch 9032d was merged to trunk rev 15416 and archived.
>
> Do... - 07:25 AM Base Language Bug #9032: Reduce the number of exceptions that are being thrown
- Danut is out-of-office until Monday.
Anyway, I don't think that #9032 itself will solve anything from "code too l... - 07:59 AM User Interface Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- My tests show that @BASE-KEY@ can be only one of the root keys for Windows: @HKEY_CLASSES_ROOT@, @HKEY_CURRENT_USER@,...
- 07:34 AM User Interface Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- Testing Progress 11.6.3:
20. Create a new registry env and call @use@ with the same name, but different case:
<p... - 02:26 AM User Interface Feature #3931: single sign-on for virtual desktop mode
- I added a note to Hotel GUI embedded/readme.txt mentioning the limitation of the external web application in FWD 4.x.
- 01:29 AM User Interface Feature #3931: single sign-on for virtual desktop mode
- Greg, thanks for the clarifications.
09/05/2024
- 06:17 PM User Interface Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ rebased with recent trunk @15424@, new revision is @15436@.
- 05:58 PM Base Language Bug #9032: Reduce the number of exceptions that are being thrown
- Dănuț Filimon wrote:
> Branch 9032d was merged to trunk rev 15416 and archived.
Does this address the *error: cod... - 04:23 PM User Interface Feature #3931: single sign-on for virtual desktop mode
- > > > Greg, do we want to force the customers to use our embedded jetty for their web applications? This doesn't make...
- 02:14 PM User Interface Feature #3931: single sign-on for virtual desktop mode
- Greg Shah wrote:
> > Greg, do we want to force the customers to use our embedded jetty for their web applications? T... - 01:53 PM User Interface Feature #3931: single sign-on for virtual desktop mode
- > Greg, do we want to force the customers to use our embedded jetty for their web applications? This doesn't make sen...
- 06:27 AM User Interface Feature #3931: single sign-on for virtual desktop mode
- Galya B wrote:
> Hynek Cihlar wrote:
> > Galya B wrote:
> > > decided in #3931-422-#3931-425 to remove remote logi... - 06:22 AM User Interface Feature #3931: single sign-on for virtual desktop mode
- Hynek Cihlar wrote:
> Galya B wrote:
> > decided in #3931-422-#3931-425 to remove remote login for embedded from FW... - 06:21 AM User Interface Feature #3931: single sign-on for virtual desktop mode
- Galya B wrote:
> Hynek Cihlar wrote:
> > Galya, with trunk 14783 (#3931) the Hotel GUI embedded mode running in ext... - 06:18 AM User Interface Feature #3931: single sign-on for virtual desktop mode
- Hynek Cihlar wrote:
> Galya, with trunk 14783 (#3931) the Hotel GUI embedded mode running in external web server is ... - 06:18 AM User Interface Feature #3931: single sign-on for virtual desktop mode
- Galya, with trunk 14783 (#3931) the Hotel GUI embedded mode running in external web server is broken. The embedded ap...
- 12:36 PM Base Language Feature #4065: server-side processing of client platform dependencies
- Both the @CLIPBOARD@ system handle (not actually a widget, just a kind of weird 4GL "object") and the @ClipboardStrea...
- 02:46 AM Base Language Feature #4065: server-side processing of client platform dependencies
- Greg Shah wrote:
> clipboard is only available in GUI and does not get support on the server side.
@Clipboard@ is... - 08:54 AM User Interface Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
- Testing Progress 11.6.3:
1. Create a new ini env: ... - 07:20 AM Database Bug #9036: Multi-tenancy: refactor the database in Persistence context-wise
- > When writing 4GL code and the tenant is changed, this MUST happen outside any transaction. All buffers must be flus...
- 05:06 AM Database Bug #9091: Unique composite index is ignored when create is used in an external procedure
- Artur Școlnic wrote:
> The second issue is that the SysError @tt already exists@ is not caught in a catch block, the...
Also available in: Atom