Activity
From 04/29/2013 to 05/28/2013
05/29/2013
- 09:20 PM Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- Merged update has been uploaded.
05/28/2013
- 07:47 PM Feature #1649: implement Windows environment/registry access
- OK. Then you will need to generate the same errors when running on systems other than Windows.
- 07:42 PM Feature #1649: implement Windows environment/registry access
- > I don't understand what you mean here. Please show an example.
>
> And a question: can the INI files be used on ... - 07:24 PM Feature #1649 (WIP): implement Windows environment/registry access
- > This in not very optimized approach especially for INI file due to open->write->close cycle we have to do for every...
- 07:46 PM Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- > As far as I can see MSVCRT.DLL is a standard package at least from XP. Why do we need to distribute it?
Are you ... - 07:33 PM Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- > 1. The approach is fine. Please remove all the logging code from the DllEntryPoint function. In addition, put comme...
- 07:06 PM Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- Code Review
1. The approach is fine. Please remove all the logging code from the DllEntryPoint function. In addi... - 07:35 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Code Review (for 0527b)
I am fine with the update except for one question: why not use writeShort() and readShort() ... - 04:15 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Constantin Asofiei wrote:
> The server project failed compilation:
> [...]
> We need the SpaceField(integer), Skip... - 05:29 PM Bug #2130: fix propath assignment
- Code Review:
> The implementation idea is to store variable part in WorkArea with initial value as "." - current d... - 04:48 PM Feature #1608: implement full appserver support (from 4GL clients only)
- >> 10. Yes, we need to fix the SourceNameMapper to use the effective propath. Eugenie is also working on a fix for pr...
- 04:39 PM Feature #1608: implement full appserver support (from 4GL clients only)
- Some info about agent's context management: I've tested all modes, by creating a global shared var in the connect pro...
- 03:43 PM Feature #1608: implement full appserver support (from 4GL clients only)
- > 1. Is there any need for this information (e.g. the legacy port number)?
OK, I'll leave out of the directory any... - 01:25 PM Feature #1608: implement full appserver support (from 4GL clients only)
- ...
- 01:21 PM Feature #1608: implement full appserver support (from 4GL clients only)
- I have reviewed the design in detail. It looks very good.
Here are my questions/comments:
1. Is there any ne... - 11:04 AM Feature #1608: implement full appserver support (from 4GL clients only)
- More findings on remote procedure invocations: 4GL allows to *Pass INPUT, OUTPUT, and INPUT-OUTPUT variable or TEMP-T...
- 09:18 AM Feature #2135: implement COPY-LOB language statement
- An early form of COPY-LOB support was created in #1635. It is only useful for testing purposes and it is not complet...
- 09:18 AM Feature #1635 (Closed): implement MEMPTR/RAW support
- This is a complete re-write of the memptr and raw data types. Since most of the implementation of these types is sha...
05/27/2013
- 06:43 PM Feature #1640: implement DOM XML support
- upload test
- 06:43 PM Feature #1640: implement DOM XML support
- upload new version with bugfixes
- 04:55 AM Feature #1640: implement DOM XML support
- I still have a problem with delete statement. Aast generate java code:
@HandleOps.delete(hDoc);@
But inside delete me... - 03:38 PM Feature #1649: implement Windows environment/registry access
- > More importantly, does the 4GL immediately persist any changes to the backing registry/INI file? Or are those chang...
- 02:22 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- > Please provide or point me to your new @DatetimeTzUserType@ implementation (and supporting code). I didn't see it ...
- 12:31 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Ovidiu Maxiniuc wrote:
> * completely rewrote the @DatetimeTzUserType@ as implements @CompositeUserType@. It declare... - 10:08 AM Feature #1608: implement full appserver support (from 4GL clients only)
- # In 4GL, if the @PROPATH@ function is used at runtime and to set the propath to i.e. @.@, then all RUN statements wi...
05/25/2013
- 03:01 PM Feature #1608: implement full appserver support (from 4GL clients only)
- The design of the appserver implementation in P2J is split in these parts:
I. appserver configuration and management... - 03:15 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- The server project failed compilation:...
05/24/2013
- 02:52 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Greg Shah wrote:
> What is left to do on this task before it is otherwise 100% complete?
With _POLY issues defe... - 02:25 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Looks like implementing persistence of timedate-tz is not very straightforward.
What I have done during last couple ... - 02:43 PM Bug #2154: Date arithmetics and Gregorian gap
- While implementing @add-interval@ / @interval@ functions for date/datetime/datetim-tz I encountered some particular c...
- 02:39 PM Bug #2154 (New): Date arithmetics and Gregorian gap
- 02:35 PM Feature #1649: implement Windows environment/registry access
- Yes, this looks good.
- 01:57 PM Feature #1649: implement Windows environment/registry access
- The suggested change for OS-GETENV support:
1. FileSystemDaemon.java:
Declare native method and load p2j:...
05/23/2013
- 06:34 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Reverted rules/annotations/case_statements.rules
Constantin informed me that the update patch passed the conversion ... - 03:49 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Actually, after discussing this, we need to rollback the case_statements.rules change, as we lose info when .intValue...
- 03:31 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- My fault, I did not reconvert before testing om_upd20130517a.zip. There is a bug in case_statements.rules: fChildType...
05/22/2013
- 05:43 PM Feature #1649: implement Windows environment/registry access
- > ...
> As part of this task, please add native code to back FileSystemOps.getProperty() by first checking the clien... - 11:19 AM Feature #1649: implement Windows environment/registry access
- Although this is a separate 4GL feature, the OS-GETENV is a related functionality. We currently implement this in Fi...
- 11:12 AM Feature #1649: implement Windows environment/registry access
- > 2. I suggest to use separate Java class/source file in com.goldencode.p2j.util.* package, say Environments.java or ...
- 05:27 PM Feature #1640: implement DOM XML support
- 1) XEntityImpl and XNodeRefImpl are finished, I'm only not sure about DOMExeception(this is RuntimeException). Should...
- 05:23 PM Bug #2130: fix propath assignment
- The update has been uploaded. The change reflects the currently detected 4GL behaviour. Within PROPATH changing we on...
- 02:18 PM Bug #2130: fix propath assignment
- > 4. Does the checking for already existing propath entries need to honor the file system's case sensitivity? How doe...
- 12:45 PM Bug #2130: fix propath assignment
- > 1. In setSearchPath() the work.obtain() is called many times (inline). This is not a good idea because it is very i...
- 10:44 AM Bug #2130: fix propath assignment
- Code review feedback:
1. In setSearchPath() the work.obtain() is called many times (inline). This is not a good i... - 01:01 PM Feature #1608: implement full appserver support (from 4GL clients only)
- I am interested in learning more about what you have found about the requirements for the appserver agents. This inc...
- 01:00 PM Feature #1638: implement Java access to converted appserver code (must be a simple replacement fo...
- In the next 2-3 weeks we need to share details about the design of how Java code will be able to use the appserver fu...
- 10:24 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- We will defer the work related to #2050 and the gregorian gap work on note 115.
What is left to do on this task be... - 10:09 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- In regard to note 116, the "There ARE datetime literals" part:
We can accept P2J being more permissive so long as:... - 09:46 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- In regard to note 115, I think you are right that the gregorian gap is not likely to affect code in apps we are worki...
- 09:39 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- In regard to note 113, I had previously sent this response via email. I am including it here to memorialize it.
<... - 09:38 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- About note 112:
> So the default format seems to be somewhat dynamic, depending on current date-format. We are cur... - 08:28 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- > Progress is counting the *DST as part of the timezone* and computes the timezone dynamically. This means that an of...
- 08:10 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- From Ovidiu:...
05/21/2013
- 04:41 PM Feature #1649: implement Windows environment/registry access
- After reading some background documentation I have got the implementation plan:
1. The "environment" is a set of t... - 08:03 PM Feature #1640: implement DOM XML support
- 1) merge with 10352 revision
2) XEntityImpl and XEntityImpl now works with Node (was Element)
3) Now possible to cr...
05/20/2013
- 03:46 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Checked into bzr as 10352 and distributed via email.
Please note that the ImportWorker needed to be merged with th... - 01:32 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Go ahead and check this (0517a) in and distribute it.
One question: in FillIn.java, don't we need to deal with the...
05/17/2013
- 10:20 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- om_upd20130517a.zip has passed runtime regression testing.
- 05:34 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I found that in FillIn additional code was needed to keep the existing format if mixing integer and int64 types.
As ... - 03:12 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Only one issue found, related to formatting. For a test like:...
- 04:41 AM Feature #1640: implement DOM XML support
- The HandleChain.delete should look like this:...
05/16/2013
- 07:30 PM Feature #1640: implement DOM XML support
- Do I need to implement delete() and resourceDelete() methods ? Because I did't find any implementation of this method...
- 03:12 AM Feature #1640: implement DOM XML support
- Evgeny: when you add a new interface for methods/attributes and use that interface in methods_attributes.rules (for t...
- 08:29 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I'm running conversion/runtime testing on devsrv01 with this update.
- 08:25 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Removed some code related to datetime processing in PL.
- 07:44 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Changes since last update package:
* integration with Hibernate 4 upgrades (latest bzr sources, rev 10350).
* added...
05/15/2013
- 07:46 PM Feature #1640: implement DOM XML support
- 1) add Rules for all new methods and attributes.
2) add setters for read-only attributes. - 02:49 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Eric Faulhaber wrote:
> I think the overloading approach you have taken is OK for PostgreSQL. I'm concerned about... - 12:06 PM Bug #2151: problems honoring errors raised when NO-ERROR clause is present
- Ovidiu found a problem which is related to how DISPLAY manages errors during expression evaluation. In a case like:
... - 12:01 PM Bug #2151 (New): problems honoring errors raised when NO-ERROR clause is present
- 11:26 AM Feature #2050: ATTR_POLY/METH_POLY used as rvalue or in expressions
- This is related to my note 116 from #1584.
After a talk with Constantin we have draw the conclusion that the fix for...
05/14/2013
- 07:20 PM Feature #1640: implement DOM XML support
- Rollback changes for XCommon.removeAttribute methods
- 02:36 AM Feature #1640: implement DOM XML support
- Evgeny, you need to be real careful when moving/deleting/adding methods (which map 4GL methods and attributes) in the...
- 02:10 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Date/time/-tz start to became very funny.
A few more issues I found today:
* *There ARE datetime literals!* There a... - 08:49 AM Feature #1608: implement full appserver support (from 4GL clients only)
- Agreed.
05/13/2013
- 06:54 PM Feature #1640: implement DOM XML support
- 1) add stubs for new methods
2) move some methods from XCommon interface to SaxReader/XDocument interfaces
3) repla... - 05:10 PM Feature #1608: implement full appserver support (from 4GL clients only)
- When connecting to an app server, how will the app server client (on P2J server S1) connect to the P2J server running...
- 03:07 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I struggled today with some particular cases of date/datetime arithmetics, namely the "Gregorian gap".
It looks lik... - 02:49 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- In regard to my last note.
I tried today to implement parsing of date literal in TRPL but I found it to be rather co... - 02:42 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I found another issue. However, I think this can be solved at conversion time by adding some parameter or overloading...
- 02:40 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I was fine-tuning my implementation of @datetime@/@datetime-tz@ when I have found some /interesting features/ of Prog...
05/10/2013
- 07:56 PM Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- The investigation and documentation reading let me conclude the current level of the P2J.DLL init-term implementation...
- 09:27 AM Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- > Is there any other work needed before you are done?
I would say yes if the DLL init-term procedure is completely... - 08:13 AM Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- Is there any other work needed before you are done?
05/09/2013
- 07:14 PM Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- The testcases archive. The statements was tested are INPUT THROUGH, OUTPUT THROUGH and INPUT-OUTPUT THROUGH. The curr...
- 06:37 PM Feature #1608: implement full appserver support (from 4GL clients only)
- Good. That all sounds promising.
- 04:56 PM Feature #1608: implement full appserver support (from 4GL clients only)
- > 1. My primary concern here is in getting the environment and pseudo-terminal/terminal setup correct for the "agents...
05/08/2013
- 07:26 PM Feature #1640: implement DOM XML support
- first update:
1) there are some TODOs there, I'm still working on this
2) some of the methods are not stubed(new me... - 06:26 PM Feature #1608: implement full appserver support (from 4GL clients only)
- > when the P2J Server determines that a new Agent is needed (as existing ones are busy), it calls back to the P2J Bro...
05/07/2013
- 03:37 PM Feature #1608: implement full appserver support (from 4GL clients only)
- Following is a first attempt at a high-level design for the appserver communication part (please read fully):
# In 4... - 09:41 AM Feature #1608: implement full appserver support (from 4GL clients only)
- > Does this mean that any AppServer client will send requests to the same socket? If so, then this means that each r...
- 01:14 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I'm reviewing the database portions of 20130507b.
Some of the latest updates committed to bzr last week are not pres... - 12:05 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Thanks.
I am moving majic-related archives to new task #2150. - 12:02 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- The progress.g update looks good. Well done.
Why are you deleting files? We generally want to leave old files ar... - 11:41 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Regarding @DATETIME_TZ_LITERAL@ note 93.
I have tested and adjusted a little the rule for the literal. The seconds... - 11:36 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- It looks fine.
- 11:22 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Added 2 missing files affected by previous changes to @int64@ API.
- 09:54 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Go ahead with runtime testing. If Eric finds anything of concern we can deal with it at that time.
- 09:50 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Yes, this update should fix the _Function "PLUS" not found_ error from stdout.log.
The update also contain the fix ... - 09:22 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I am fine with the changes, but most of them are in code of which Eric is the "owner".
Eric: please take a look at... - 08:27 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Change from note 92:
* Fixed pl/java functions/operators.
* Added some operators overloaded with integer / bigint
... - 10:02 PM Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- Experiments with different testcases show the following results for process launch 4GL options for Windows implementa...
05/05/2013
- 05:44 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- In regard to note 90:
Please see testcases/uast/datetime_literals.p and testcases/uast/datetimetz_literals.p for s...
05/02/2013
- 07:43 PM Bug #2147 (Closed): fix any runtime issues with format strings (server project)
- 07:24 PM Feature #2145 (Closed): eliminate program-name limitations
- 07:08 PM Feature #1630: implement support for UNBUFFERED in I/O statements
- Only 2 forms are in use in the server project:
OUTPUT TO filename APPEND UNBUFFERED.
OUTPUT TO filename UNBUFFERE... - 03:34 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Changes from previous update:
* @int64@ has two different getters for Java types @toJavaLongType()@ and @toJavaInteg... - 01:31 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Ovidiu Maxiniuc wrote:
> My proposal is to switch all calculations from sql server (pljava) to 64-bit, assigning all... - 01:23 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Greg,
I am investigating adding ISO date-time literals to progress.g.
If @d@ is a kind of progress date variable, t... - 12:49 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I have investigated the new found issues. As expected Progress is always processing integer data on 64 bits. However,...
- 11:23 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Eric Faulhaber wrote:
> BTW, has something changed with the logging configuration? I'm seeing lots of errors in std... - 11:20 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- BTW, has something changed with the logging configuration? I'm seeing lots of errors in stdout.log that I would norm...
- 11:02 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Constantin Asofiei wrote:
> Runtime showed more persistence related errors:
Regarding the ClassCastException: there... - 02:20 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Runtime showed more persistence related errors:...
- 03:16 PM Feature #27: implement a compatible ENCODE built-in function
- And there is this:
http://labs.neohapsis.com/2008/08/25/crypto-pet-peeves-hashingencodingits-all-the-same-right/ - 02:49 PM Feature #27: implement a compatible ENCODE built-in function
- More resources:
http://en.wikipedia.org/wiki/Cyclic_redundancy_check
http://stackoverflow.com/questions/10564491/... - 02:16 PM Feature #27: implement a compatible ENCODE built-in function
- Some useful information:
http://knowledgebase.progress.com/articles/Article/21685
http://knowledgebase.progress.c... - 01:48 PM Feature #1608: implement full appserver support (from 4GL clients only)
- Some notes about the needed configuration:
# connection to a AppServer can be done either by specifying the Broker's... - 12:09 AM Feature #1884: add some of the v10 data types and core built-ins
- Assigned to Ovidiu to finish longchar support, beginning July 23.
05/01/2013
- 07:04 PM Feature #1608: implement full appserver support (from 4GL clients only)
- Some thoughts in regard to the design:
* Each appserver agent will be a separate P2J client process that connects ... - 04:27 PM Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- The next drop uploaded. Includes:
1. Basic skeleton for init/term procedure.
2. Small syntax fixes in most source c... - 09:54 AM Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- > I'm planning to separate DLL Windows initialization code in the file entry_win.c. Is this name acceptable?
Plea... - 07:40 AM Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- The question. I'm planning to separate DLL Windows initialization code in the file entry_win.c. Is this name acceptable?
- 03:26 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- The changes are good. Go ahead with runtime regression testing.
Please be aware that some overlapping changes hav... - 02:49 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Added int64 mapping added to @persist.hql.DataTypeHelper.initJavaClasses()@.
There is more work to do related to hql....
04/30/2013
- 04:38 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- OK.
- 04:16 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- This is the current NUM_LITERAL rule from hql.g:...
- 03:12 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- > I'm wondering if a separate token type for int64 literals (which would map to HQLTypes.LONG) is more appropriate. G...
- 02:54 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I'm wondering if a separate token type for int64 literals (which would map to HQLTypes.LONG) is more appropriate. Gr...
- 01:37 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Eric,
While looking over the @DataTypeHelper@ for any lines that would need @int64@ support I reached the @initBasi... - 01:19 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- One more change is needed:
persist.hql.DataTypeHelper.initJavaClasses() needs the int64 mapping added too. - 12:51 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Most likely. Added @Int64Field@, too.
Thanks, Greg.
- 12:43 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Does this need to also add a line for Int64Field into the TYPES map?
- 12:34 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Added missing @int64@ type to @TYPES@ map of @com.goldencode.p2j.persist.DBUtils@.
- 12:19 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- You have to update the TYPES array in com.goldencode.p2j.persist.DBUtils to reflect the new data types.
- 12:14 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Runtime regression testing produces these failures:...
- 06:53 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Reorganized Majic update archive content to fit the exact structure of Majic project.
- 03:25 PM Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- > Please make a list of everything that remains to be done.
At this moment I see the following TODO list(for proce... - 09:14 AM Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- It looks good. Keep going.
Please make a list of everything that remains to be done. - 09:01 AM Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- > Do we need to implement out own DLL Init routine?
Yes, I think we should. For now, we just need to properly han... - 10:50 AM Feature #1639: implement socket support
- Added update which include any untreated issues I checked with Constantin as TODO's.
- 09:44 AM Feature #1639: implement socket support
- Added the most recent version that of the testcases I used for sockets
- 09:55 AM Feature #1980: runtime support for DOM XML processing
- In regard to memptr, please look at the testcases/uast/memptr/memptr_*.p code. I just checked them into bzr in the p...
- 09:19 AM Feature #2132: implement any missing filesys.c features for Windows
- The changes look good.
- 06:27 AM Bug #2139: Frames scoped to a subroutine is reused for subsequent calls
- In 4GL, a scoped frame to a function / procedure is kept on screen even after the subroutine returns and a new frame ...
- 06:11 AM Bug #2139 (New): Frames scoped to a subroutine is reused for subsequent calls
04/29/2013
- 07:15 PM Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- > Please review this:
>
> http://support.microsoft.com/kb/94248
The question. I have checked out P2J.DLL. Both ... - 07:02 PM Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- The next drop has been uploaded with symlink status check support. See the appropriate history for details.
- 03:27 PM Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- Please review this:
http://support.microsoft.com/kb/94248 - 07:01 PM Feature #2132: implement any missing filesys.c features for Windows
- The symlink support added. The approach is based on GetFileAttributes() Windows API call and flag FILE_ATTRIBUTE_REPA...
- 06:23 PM Feature #1991 (WIP): runtime support for appserver
- 04:44 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Let's do it that way.
- 04:27 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- > Constantin: thoughts?
My choice would be this:
- store these at the wrapper classes
- use SessionUtils to manage... - 01:24 PM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Please review NumberType.initContextSpecificSeps() and how it is called. Please note that using the DirectoryManager...
- 11:58 AM Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I encountered the following issue while implementing the @SESSION:DISPLAY-TIMEZONE@ attribute:
The attribute can be ... - 10:18 AM Feature #1639: implement socket support
- Tested in 4GL (the example with Pause) and for qsize and it seems that after the queue is full connections are reject...
- 08:46 AM Feature #1639: implement socket support
- > Note that if the client is in insecure mode, the keyStore and passwords will be sent "clear text" from the P2J serv...
- 07:18 AM Feature #1608: implement full appserver support (from 4GL clients only)
- The Progress Explorer tool on windev01 is not working. I want to use to test how agents can be configured and how cli...
Also available in: Atom