Re: WOWODC17?? a little OT

2017-01-17 Thread Chuck Hill
It is a smallish island. Where is he going to hide? From: on behalf of Ken Anderson Date: Tuesday, January 17, 2017 at 11:59 AM To: Tim Worman Cc: "webobjects-dev@lists.apple.com" Subject: Re: WOWODC17?? a little OT Somehow I don’t think Hugi is taking us seriously… On Jan 17, 2017, at 2:4

Re: WOWODC17?? a little OT

2017-01-17 Thread Ken Anderson
Somehow I don’t think Hugi is taking us seriously… > On Jan 17, 2017, at 2:42 PM, Tim Worman wrote: > > Ha! LOL! I love that. That sense of humor is all the invitation I need. If I > could fit WOWODC ‘17 in my schedule, I will, wherever it is. > > Tim > UCLA GSE&IS > >> On Jan 13, 2017, at 6:

Re: WOWODC17?? a little OT

2017-01-17 Thread Tim Worman
Ha! LOL! I love that. That sense of humor is all the invitation I need. If I could fit WOWODC ‘17 in my schedule, I will, wherever it is. Tim UCLA GSE&IS > On Jan 13, 2017, at 6:39 AM, Hugi Thordarson wrote: > > Awesome, I’ve already booked a venue. Look forward to seeing you guys. > > > >

Re: UniqueConstraintException and Mysql

2017-01-17 Thread Fabian Peters
Hi Ted, No idea about MySQL, but for Postgres you need to subclass the PostgresqlSQLHelper and implement something like: public boolean handleDatabaseException(EODatabaseContext databaseContext, Throwable throwable) { boolean handleDatabase