Eclipse not seeing file changes.

2013-11-15 Thread Johnny Miller
Hi, Since reinstalling my laptop with a clean install of OS X mavericks I’ve been having problems with eclipse not seeing file changes on the system. I use a second editor for javascript/css and photoshop for images. And whenever I change those files eclipse doesn’t seem to see the changes.

Re: structure opinions

2013-11-15 Thread Ramsey Gurley
Unless, of course, you need to add/remove roles at runtime. Then you might use something like ERRole and role based permissions provided in ERAuth :-) On Nov 15, 2013, at 8:34 AM, David Avendasora wrote: > On Nov 15, 2013, at 7:47 AM, Ken Anderson wrote: > >> As much as I hate to admit it - D

Re: structure opinions

2013-11-15 Thread Kieran Kelleher
Congratulations David on achieving the "Getting Smarter" award from the Chuck Hill WebObjects Awards Institute ;) This is indeed a great achievement! :p Kieran On Nov 15, 2013, at 9:55 AM, David Avendasora wrote: > > On Nov 14, 2013, at 11:42 PM, Chuck Hill wrote: > >> If I did not know b

Re: Postgresql connection issue

2013-11-15 Thread Theodore Petrosky
well yes and no! ARD uses postgresql on all versions of OS X. this is what causes the conflict as it listens on port 5432 also. although this link refers to Lion, I found the same issue on Mountain Lion http://joneslee85.wordpress.com/2011/10/27/fix-postgres-permission-denied-issue-on-osx-lion

Re: structure opinions

2013-11-15 Thread David Avendasora
On Nov 15, 2013, at 7:47 AM, Ken Anderson wrote: > As much as I hate to admit it - David’s right :) I understand the feelings of discomfort and outright-filthiness that such a statement has caused you in writing it, and everyone who read it. I hope that someday I can do something to make up fo

Re: joda LocalDateTime

2013-11-15 Thread John Huss
JDBC still relies on java.sql.Timestamp, etc, which uses the system's time zone when saving and loading data. Usually the easiest solution is to set the default time zone to UTC by adding a VM argument -Duser.timezone=UTC Then when you need to display date times you can choose a different time zo

Re: structure opinions

2013-11-15 Thread David Holt
This may be the funniest email in a long long line of historic emails to this list. Well done, David. Well done. Sent from my iPad > On Nov 15, 2013, at 6:55 AM, David Avendasora > wrote: > > >> On Nov 14, 2013, at 11:42 PM, Chuck Hill wrote: >> >> If I did not know better, I would swear

Re: Postgresql connection issue

2013-11-15 Thread Theodore Petrosky
one of the problems I ran into with Postgresql and 10.8 os x was the path. OS X has an installation of postgresql so you need to make sure the path to the Postgresql.app is the first in the environment. export PATH=/Applications/Postgres93.app/Contents/MacOS/bin:$PATH copy and paste this into

Re: structure opinions

2013-11-15 Thread David Avendasora
On Nov 14, 2013, at 11:42 PM, Chuck Hill wrote: > If I did not know better, I would swear you are getting smarter! :-P > Please keep replies on the list. Dave — WebObjects - so easy that even Dave Avendasora can do it!™ — David Aven

Re: structure opinions

2013-11-15 Thread Ken Anderson
As much as I hate to admit it - David’s right :) Inheritance is useful in some places, but you should really use a different pattern when dealing with people, companies, and roles. One place I DO use inheritance is when Roles have different attributes. So, I might have something like: Role