Activity
From 07/05/2012 to 08/03/2012
08/03/2012
- 02:45 PM Core Development Feature #1467: slides for the Transactions chapter
- The content for these slides will come from the transactions.odt chapter of the P2J Conversion Reference.
The slid... - 02:44 PM Core Development Feature #1467 (Review): slides for the Transactions chapter
- 12:21 PM Runtime Infrastructure Feature #29: get Jetty patches accepted upstream
- Test entry.
- 12:14 PM Core Development Feature #1466 (WIP): slides for the "Database Connections" chapter
- 10:19 AM Core Development Feature #1466 (New): slides for the "Database Connections" chapter
- 10:19 AM Core Development Feature #1466: slides for the "Database Connections" chapter
- The content for these slides will come from the connect_statements.odt chapter of the P2J Conversion Reference.
Th... - 10:17 AM Core Development Feature #1466 (Review): slides for the "Database Connections" chapter
08/02/2012
- 05:53 PM Core Development Feature #1464: slides for the "Database Record Locking" chapter
- When preparing slides for the "Lock State Transition Rules" section, we don't want a separate slide for each case -- ...
- 05:15 PM Core Development Feature #1464: slides for the "Database Record Locking" chapter
- The content for these slides will come from the record_locks.odt chapter of the P2J Conversion Reference.
The slid... - 03:55 PM Core Development Feature #1464 (Review): slides for the "Database Record Locking" chapter
- 05:41 PM Core Development Feature #1465: slides for the "Database-Related Built-in Functions, Methods, and Attributes" chapter
- The content for these slides will come from the builtin_database_functions_methods_attributes.odt chapter of the P2J ...
- 05:23 PM Core Development Feature #1465 (WIP): slides for the "Database-Related Built-in Functions, Methods, and Attributes...
- 03:51 PM Core Development Feature #1463 (WIP): slides for the "Record Buffer Statements" chapter
- The content for these slides will come from the record_statements.odt chapter of the P2J Conversion Reference.
The... - 03:42 PM Core Development Feature #1463 (Review): slides for the "Record Buffer Statements" chapter
08/01/2012
- 03:48 AM Bugs Bug #1462 (Review): hidden persistence error on server startup
- During server startup, DirtyTempTableHelper.getIndexes will hide any persistence errors, as the terminal is not confi...
- 03:48 AM Bugs Bug #1462 (Closed): hidden persistence error on server startup
07/31/2012
- 03:12 PM Bugs Bug #1455: P2J server virtual session deadlock
- The staging has passed regression testing (both standard and CTRL-C sets).
- 11:58 AM Bugs Bug #1461: selection list initialization error
- At this point SELECTION-LIST does not work at all. It fails to initialize. Affects MAJIC. Example of stacktrace:
C... - 11:57 AM Bugs Bug #1461 (Closed): selection list initialization error
07/30/2012
- 10:23 AM Bugs Bug #1455 (Test): P2J server virtual session deadlock
- I approve the latest proposed code changes. Please apply the changes to lightning staging and run regression testing...
- 08:13 AM Bugs Bug #1455: P2J server virtual session deadlock
- OK, I understand about the inability to synchronize that method. Please place comments there describing the problem....
- 06:15 AM Bugs Bug #1455: P2J server virtual session deadlock
- For #2 - we can't make the method synchronized, for the same reason why SecurityManager.endContext can't sync on the ...
07/29/2012
- 08:33 AM Core Development Feature #1457: slides for the "Displaying Data with Frames" chapter
- The content for these slides will come from the display.odt chapter of the P2J Conversion Reference.
The slides fi... - 08:33 AM Core Development Feature #1458: slides for the "Editing" chapter
- The content for these slides will come from the editing.odt chapter of the P2J Conversion Reference.
The slides fi... - 08:32 AM Core Development Feature #1459: slides for the "Validation" chapter
- The content for these slides will come from the validation.odt chapter of the P2J Conversion Reference.
The slides... - 08:28 AM Core Development Feature #1460: slides for the "Events" chapter
- The content for these slides will come from the events.odt chapter of the P2J Conversion Reference.
The slides filen...
07/27/2012
- 04:14 PM Core Development Feature #1460 (Review): slides for the "Events" chapter
- 04:13 PM Core Development Feature #1459 (Review): slides for the "Validation" chapter
- 04:07 PM Core Development Feature #1458 (Review): slides for the "Editing" chapter
- 04:06 PM Core Development Feature #1457 (Review): slides for the "Displaying Data with Frames" chapter
- 04:05 PM Core Development Feature #1456 (WIP): create training class slides for the developer 1 course
- 11:48 AM Bugs Bug #1455: P2J server virtual session deadlock
- 1. Please update the SecurityManager.endContext() code with an explanation of the deadlock (including your example) w...
- 11:28 AM Bugs Bug #1455: P2J server virtual session deadlock
- Greg, good notes.
> Question: the simpler approach seems to be synchronizing on the SecurityContext instance itsel... - 10:33 AM Bugs Bug #1455 (WIP): P2J server virtual session deadlock
- I have 1 question and 1 concern:
Question: the simpler approach seems to be synchronizing on the SecurityContext i... - 08:37 AM Bugs Bug #1455 (Review): P2J server virtual session deadlock
- 08:33 AM Bugs Bug #1455: P2J server virtual session deadlock
- The following files in com.goldencode.p2j.security have been changed for this issue:
# SecurityManager.endContext ... - 11:00 AM Bugs Bug #1450: comment conversion fail
- I believe my described solution takes this issue into account. The parmCounter would never be incremented for commen...
- 10:27 AM Bugs Bug #1450: comment conversion fail
- That was my first approach to fix this bug. However, I discovered that (see note 16) the code can have mode than one ...
- 10:58 AM Bugs Bug #1443: output and input-output parameters with functions
- Good. You have found the root cause.
The first solution will not work in all cases. The reason the stack managem... - 10:01 AM Bugs Bug #1443: output and input-output parameters with functions
- There is a small problem there. The ast looks something like:...
07/26/2012
- 06:03 PM Bugs Bug #1450: comment conversion fail
- I have reviewed the proposed solution. I believe all the looping code is unnecessary. You are making things more di...
- 06:21 AM Bugs Bug #1450: comment conversion fail
- To fix the issue, add the following in @convert/brew.xml@,
line 117:... - 04:16 PM Bugs Bug #1443: output and input-output parameters with functions
- OK, I think you are getting close. But I am not sure you have gotten the root cause identified yet. Consider this:
... - 11:12 AM Bugs Bug #1443: output and input-output parameters with functions
- After investigations I localized the issue when converting @.p.ast@ to @.jast@ (this is where the variables start lea...
- 04:01 PM Bugs Bug #1455 (WIP): P2J server virtual session deadlock
- ...
- 10:44 AM Bugs Bug #1455: P2J server virtual session deadlock
- Looking at the ConcurrentModificationException above, at the deadlock in the attached thread dump and at the deadlock...
- 02:29 PM Bugs Bug #1452 (Closed): virtual session dealock
- Replaced by #1455.
- 10:22 AM Bugs Bug #1452 (Feedback): virtual session dealock
- Needs to be closed, #1455 duplicates it and provides more details.
07/25/2012
- 05:26 PM Bugs Bug #1455: P2J server virtual session deadlock
- Thanks for the instructions; I have been able to recreate the lockup using your scenario. But, I'm pretty sure an a...
- 05:18 PM Bugs Bug #1455: P2J server virtual session deadlock
- h1. Further Email Discussion
Eric,
I've managed to duplicate your error ... while in the "SPECIAL QA SCREEN" sc... - 05:06 PM Bugs Bug #1455: P2J server virtual session deadlock
- h1. Email Discussion from 2012-07-03
Eric,
The Reader/Writer threads for the remote database connection don't have ... - 05:03 PM Bugs Bug #1455 (Closed): P2J server virtual session deadlock
- P2J server cannot create new virtual session due to a deadlock within RouterSessionManager.
- 12:20 PM Bugs Bug #1450: comment conversion fail
- Please post the snippets of code (inline in the history) that you wrote for the solution.
- 11:49 AM Bugs Bug #1450: comment conversion fail
- Back with your answers of #note-15:
@a /*zero*/ = 0.@... - 11:43 AM Bugs Bug #1450: comment conversion fail
- After further testing I realized that double star-comment weren't handled correctly, ie. code like:...
- 08:47 AM Bugs Bug #1450: comment conversion fail
- Good. Please add the relevant snippets of the .jast file to the history. I need to review those to understand how s...
- 06:28 AM Bugs Bug #1450: comment conversion fail
- 1. Here is the ast for 1st issue:...
- 06:40 AM Bugs Bug #1449: ProtocolViolation error
- I've attached the converted sources which generated the error. The run scenario is (note that the server and clients...
07/24/2012
- 05:19 PM Bugs Bug #1443 (WIP): output and input-output parameters with functions
- 05:18 PM Bugs Bug #1449: ProtocolViolation error
- Can you attach a more specific recreate (the specific programs you used and instructions for running the test)?
- 10:11 AM Bugs Bug #1454: progress lexer fails to parse comments without space before
- Can you narrow down the part of the SYMBOL rule that is the problem? If so, please provide a snippet in PRE tags her...
- 09:33 AM Bugs Bug #1454: progress lexer fails to parse comments without space before
- After investigating the @src/com/goldencode/p2j/uast/progress.g@ source I realized that when defining SYMBOL (line 28...
- 09:09 AM Bugs Bug #1450: comment conversion fail
- In order to evaluate the correctness of your solution, please do the following:
1. For each failing case above, pl...
07/23/2012
- 11:23 AM Bugs Bug #1450: comment conversion fail
- I managed to convert simple test codes into java, both above cases.
I encountered difficulties when adding extra r...
07/20/2012
- 12:00 PM Bugs Bug #1450: comment conversion fail
- Even though I though this is more complicated (even related to included files), the cases in which this bug occurs ar...
- 11:28 AM Bugs Bug #1454: progress lexer fails to parse comments without space before
- Note from GES:
Progress 4GL lexing and parsing is quite complex. Their design included many ambiguities and conflict... - 11:26 AM Bugs Bug #1454: progress lexer fails to parse comments without space before
- antlr fails to parse correctly progress code if the inline comment is not separated by a space. ...
- 11:17 AM Bugs Bug #1454 (New): progress lexer fails to parse comments without space before
07/19/2012
- 11:21 AM Bugs Bug #1450: comment conversion fail
- Please post the simplified 4GL source that you are working with. You can just put the code into the history entry us...
- 11:19 AM Bugs Bug #1450: comment conversion fail
- This is in regard to your history entry #5 above, looking for ideas on debugging TRPL.
1. A quick and dirty way to g... - 10:50 AM Bugs Bug #1450: comment conversion fail
- This is in regard to history record #4 above about the extra @DOT@ added to the end of a file.
The additional @DOT@ ... - 10:47 AM Bugs Bug #1450: comment conversion fail
- This is in regard to the problem:
@b = "a" + b./* comment failure without whitespace */@
Progress 4GL lexing an... - 10:41 AM Bugs Bug #1450: comment conversion fail
- At this time I believe that the bug is somewhere at the later steps, at "convert/brew" iteration.
- 10:37 AM Bugs Bug #1450: comment conversion fail
- Can you give me some ideas about how can I analyze/debug dynamic loaded classes from rules ?
At the moment I do it m... - 10:24 AM Bugs Bug #1450: comment conversion fail
- If a comment is written on the last line of @.p@ file (I am not sure if this is the cause, must double-check) the ant...
- 10:21 AM Bugs Bug #1450: comment conversion fail
- I observed that (sometimes) the antlr fails to parse correctly progress code if the inline comment is not separated b...
- 09:15 AM Core Development Feature #1453: finish the runtime_hooks chapter of the P2J developer guide
- Complete the developer_guide/runtime_hooks.odt. I have checked in a new version and have added notes in there regard...
- 09:14 AM Core Development Feature #1453 (Closed): finish the runtime_hooks chapter of the P2J developer guide
07/13/2012
- 12:00 PM Bugs Bug #1450: comment conversion fail
- Some thoughts:
1. I think it is very unlikely that this has anything to do with the comment being inside an include ... - 11:55 AM Bugs Bug #1450 (WIP): comment conversion fail
- GES: I moved this here from the "Description" field in the original issue. OM originally wrote this.
--------------...
Also available in: Atom