Re: useDaylightTime() ??

2012-08-16 Thread WebObjects TORAcom
Hi Jesse, The date with the problem is stored in a database? We got some problems with Postgresql. Date and timezone on server was ok but not in postgres. We found this instruction: ALTER DATABASE postgres SET timezone to 'Mexico/General'; That made the trick. Hope this helps. Miguel

Re: ERJGroupsSynchronizer How To

2012-08-16 Thread Johann Werner
Hi Miguel, Am 14.08.2012 um 19:13 schrieb WebObjects TORAcom: Hi List, I am new to ERJGroupsSynchronizer. I want to synchronize Enterprise Objects between Application's instances. I found the following info: http://web.archiveorange.com/archive/v/VpmAs9yFWUtMJyEvmKXQ I followed

Re: Guidance on how to create a framework for the application models

2012-08-16 Thread Theodore Petrosky
start with the simple. did you clean and recompile both the apps, maybe some remnant is hanging around? I am just thinking. both apps had their own model. you moved that to a framework, deleted the reference in the apps, added the framework to your build path, and the wonder application

Re: AjaxUpdateContainer and AjaxAutoComplete together?

2012-08-16 Thread Theodore Petrosky
Pascal, shouldn't the id agree: wo:AjaxAutoComplete id=specName wo:AjaxObserveField updateContainerID=specDescription observeFieldID=specName_field / I mean you are observing 'specName' not 'specName_field' or I am not seeing what you are observing Ted --- On Tue, 8/14/12, Pascal

Re: AjaxUpdateContainer and AjaxAutoComplete together?

2012-08-16 Thread Pascal Robert
Le 2012-08-16 à 06:12, Theodore Petrosky a écrit : Pascal, shouldn't the id agree: wo:AjaxAutoComplete id=specName wo:AjaxObserveField updateContainerID=specDescription observeFieldID=specName_field / I mean you are observing 'specName' not 'specName_field' It's

Re: AjaxUpdateContainer and AjaxAutoComplete together?

2012-08-16 Thread Theodore Petrosky
If I read this correctly, you are trying to update two containers? did you see: AjaxUpdateTrigger wo:AjaxObserveField updateContainerID=specDescription observeFieldID=specName_field / wo:AjaxObserveField updateContainerID=specSupplierPartNumber observeFieldID=specName_field / they are both

Re: ERJGroupsSynchronizer How To

2012-08-16 Thread Theodore Petrosky
Mike S. does a wonderful job in his video: Project Wonder in Depth (WOWODC West 2009) I just viewed it and it really helps. Ted --- On Thu, 8/16/12, Johann Werner j...@oyosys.de wrote: From: Johann Werner j...@oyosys.de Subject: Re: ERJGroupsSynchronizer How To To: WebObjects TORAcom

Re: Has anyone installed the new Oracle JDK7 for Mac yet?

2012-08-16 Thread Helmut Tschemernjak
Hi Ramsey, we installed JRE-7 for test deployment of our WebShare solution using WebObjects 5.4.3, it works fine, we cannot find any deployment problems. For development I have no information so far. One tip, in the OS X Utilities Java Preferences you can must turn on Java7, however it

Re: useDaylightTime() ??

2012-08-16 Thread Jesse Tayler
oh, that might be the trouble -- I didn't think about the database encoding. I'm using mysql, but I checked the db properties and found UTC?My server is EDT, or easter with daylight savings, for NYC. Unix reports Thu Aug 16 12:03:04 EDT 2012Should this be set to EDT? UTC is GMT right? That would

Re: useDaylightTime() ??

2012-08-16 Thread Jesse Tayler
If my app output logs report the correct time, which they do: Aug 16 12:21:17 WOMan[2002] DEBUG NSLog - === Commit Internal Transaction then, WO / Java have a correct timezone too. therefore, this must be mysql? On Aug 16, 2012, at 12:04 PM, Jesse Tayler jtay...@oeinc.com wrote:

Re: ERJGroupsSynchronizer How To

2012-08-16 Thread WebObjects TORAcom
Thanks, I will check it. Miguel Torres. On 16/08/2012, at 07:34, Theodore Petrosky tedp...@yahoo.com wrote: Mike S. does a wonderful job in his video: Project Wonder in Depth (WOWODC West 2009) I just viewed it and it really helps. Ted --- On Thu, 8/16/12, Johann Werner

Re: useDaylightTime() ??

2012-08-16 Thread WebObjects TORAcom
Hi Jesse, The problem we got with postgresql was in the period of time day light time in U.S. begins because in Mexico begins later. We found the datetimes stored in our database with a one hour offset during that period, once daylight begins in Mexico everything gets normal . The server

Re: useDaylightTime() ??

2012-08-16 Thread Chuck Hill
Java and WebObjects store all times in GMT (aka UTC) internally. So if your DB server is on UTC there should not be any conversions when the data is moved back and forth. When the date data is formatted in a human readable form, that is when the time zone comes into play. Try formatting with

Re: Guidance on how to create a framework for the application models

2012-08-16 Thread Chuck Hill
On 2012-08-14, at 4:49 PM, Sr. Ângelo Andrade Cirino wrote: Hi, I have two applications, the backend as a D2W and the fronted as a small WO application with a simple DisplayGroup, that use the same models. Trying to simplify maintenance and to have the models in just one place, I created

Re: useDaylightTime() ??

2012-08-16 Thread Ramsey Gurley
If using postgres, you need to set the time zone before the driver loads as well. Something like this in your application class should do public class Application extends ERXApplication { private static Logger log = Logger.getLogger(Application.class); static {

Re: Has anyone installed the new Oracle JDK7 for Mac yet?

2012-08-16 Thread Helmut Tschemernjak
Hi Ramsey :-) one additional java 7 problem we have seen with our Java GUI apps. We are using a Mac bundle containing a plist and the JavaApplicationStub in the Contents/MacOS folder. This is not working anymore. Here is some information related to it.

D2W presentations transcripts

2012-08-16 Thread Pascal Robert
Hi everyone, You will find in the wiki the transcription of the 9 D2W presentations that were done over the years at WOWODC. http://wiki.wocommunity.org/display/documentation/Transcripts Transcription was done by CastingWords.com so they might not get some technical terms correctly, but

Re: D2W presentations transcripts

2012-08-16 Thread David Holt
Cool! That is going to be very useful material!! Thanks Pascal, David On 2012-08-16, at 12:55 PM, Pascal Robert prob...@macti.ca wrote: Hi everyone, You will find in the wiki the transcription of the 9 D2W presentations that were done over the years at WOWODC.

Re: D2W presentations transcripts

2012-08-16 Thread Pascal Robert
I also added the WebObjects Quite Good Practices transcript. One useful bit is that Confluence have indexed the transcripts so if you do a search in the wiki, it will show up. Since we don't have many docs about D2W in the wiki, it will be useful. Hi everyone, You will find in the wiki the