Re: El Capitan - setting java timezone

2015-10-26 Thread Adalbert Winkler
you could set up a (default) timezone at app startup if (System.getProperty("user.timezone") == null) { System.setProperty("user.timezone", "EST"); } Am 23.10.15 um 22:24 schrieb Calven Eggert: I’ve been working on a new install of El Capitan. I found a problem with running the app inside

Re: Apps launch fine from the command line but not from JavaMonitor - CentOS 6.5

2015-10-26 Thread Ralf Schuchardt
Have you looked at the file „wotaskd.woa/Contents/Resources/SpawnOfWotaskd.sh“? It is used to start the apps and may be configured to log the process. I don’t know, if the default paths used for the logs are correct on CentOS. Ralf > Am 25.10.2015 um 20:50 schrieb Ricardo Parada : > > > Is a

Re: El Capitan - setting java timezone

2015-10-26 Thread Calven Eggert
Unfortunately, that didn’t work. I’ve tried adding it in two different ways based on google searches: -Duser.timezone=EST -Doracle.jdbc.timezoneAsRegion=false Is anyone else using Java 1.8 and has this working? > On Oct 23, 2015, at 4:25 PM, Gino Pacitti wrote: > > What about in the Run Co

Looking for WO work

2015-10-26 Thread Jürgen Simon
Hello list, anyone in need of an experienced developer with a need for WO? Jürgen ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscrip

Re: El Capitan - setting java timezone

2015-10-26 Thread Chuck Hill
As a guess, your OS might have this set to some name that Java is not recognizing. Take a look in system preferences, and try changing it to something else and back again. Chuck From: mailto:webobjects-dev-bounces+chill=gevityinc@lists.apple.com>> on behalf of Calven Eggert mailto:cal..

Re: El Capitan - setting java timezone

2015-10-26 Thread Calven Eggert
I changed my time zone and then changed it back and…it worked. Unbelievable. All that fusing over java timezone. Chuck, you are the man. > On Oct 26, 2015, at 1:13 PM, Chuck Hill wrote: > > As a guess, your OS might have this set to some name that Java is not > recognizing. Take a look in

Re: El Capitan - setting java timezone

2015-10-26 Thread Chuck Hill
I am just the man who has shot off all of his toes at one time or another and just just happens to remember why. :-) From: Calven Eggert mailto:cal...@mac.com>> Date: Monday, October 26, 2015 at 10:38 AM To: Chuck Hill mailto:ch...@gevityinc.com>> Cc: WebObjects-Dev mailto:webobjects-dev@lists.

Re: El Capitan - setting java timezone

2015-10-26 Thread Calven Eggert
hehe. Thank you for taking it for the entire WO team community. https://www.youtube.com/watch?v=CP6v4T3VT7I > On Oct 26, 2015, at 1:39 PM, Chuck Hill wrote: > > I am just the man who has shot off all of his toes at one time or another and > just

Driver and Implementation of NoSQL

2015-10-26 Thread Gino Pacitti
Hi list Are there any blogs or papers on integrating WO/EOF with NoSQL and whether there are any special Drivers required. If NoSQL is not relational how does WO/EOF deal with Models with relationships? ___ Do not post admin requests to the list. The