Re: mysql access exception after a long time

2013-07-23 Thread Pierre Gilquin
Thanks Kieran, I had this setting in my connection but I was not convinced that it was 100% safe. May be because I mixed 2 independants problems ? With jdbc utoReconnect set and MakeMySQLSuckALittleLess class from Hugi, I still get errors : WARN NSLog - WOWorkerThread id=14

Re: mysql access exception after a long time

2013-07-23 Thread Chuck Hill
Broken pipe usually indicates communication problems with the client, nothing to do with the database. Chuck On 2013-07-22, at 11:29 PM, Pierre Gilquin wrote: Thanks Kieran, I had this setting in my connection but I was not convinced that it was 100% safe. May be because I mixed 2

Guice configuration error: No implementation was bound

2013-07-23 Thread Raymond NANEON
Hi List,I try to use WOInject and Guice in my Apps and FWK but they cause a fail. Alexis gave me an example how to do but I don't understand the module I create is not added, the interface's injection create an Exception.My FWK module codepublic class RfcctModule extends AbstractModule { /*

Re: WOWODC 2013 presentations

2013-07-23 Thread Andrus Adamchik
Haven't heard from Pascal on the recordings yet. I guess they are not yet ready. On Jul 23, 2013, at 8:38 AM, D Tim Cummings t...@triptera.com.au wrote: Are the recordings available yet? I have viewed the slides and they are very interesting. Tim On 19/07/2013, at 8:35 PM, Andrus

Re: WOWODC 2013 presentations

2013-07-23 Thread probert
I have to listen to all of them to see if we have to cut stuff or not. And I have to make sure that the members list is good. And I have a job. Haven't heard from Pascal on the recordings yet. I guess they are not yet ready. On Jul 23, 2013, at 8:38 AM, D Tim Cummings t...@triptera.com.au

Re: Guice configuration error: No implementation was bound

2013-07-23 Thread Alexis Tual
Hi Raymond, have you set the principal class in your build.properties : principalClass=my.package. FwkUttCompetences ? 2013/7/23 Raymond NANEON rnan...@me.com Hi List, I try to use WOInject and Guice in my Apps and FWK but they cause a fail. Alexis gave me an example how to do but I don't

Re: WOWODC 2013 presentations

2013-07-23 Thread Andrus Adamchik
Yep, understood and much appreciated :) On Jul 23, 2013, at 5:54 PM, prob...@macti.ca wrote: I have to listen to all of them to see if we have to cut stuff or not. And I have to make sure that the members list is good. And I have a job. Haven't heard from Pascal on the recordings yet. I

Re: [RESOLVED] Guice configuration error: No implementation was bound

2013-07-23 Thread Raymond NANEON
Hi Alex,Great view. I haven't set prinpalCalss in the build.properties.Sorry.It works fine.So what about latest FWKS of the association? I began to update the FWKs on my computer using git clone. My apps are based on fullCktl FWK so I haven't choice.ThanksEnvoyé depuis iCloudLe 23 jul 2013 à

Re: WOWODC 2013 presentations

2013-07-23 Thread D Tim Cummings
What sort of stuff needs to be cut? I can't believe that listening to all the recordings for this is the job of only one person. That would take longer than the conference itself. And be quite tedious for someone who has already sat through the sessions. If I can be of any assistance let me

Re: WOWODC 2013 presentations

2013-07-23 Thread Pascal Robert
Le 2013-07-23 à 14:38, D Tim Cummings t...@triptera.com.au a écrit : What sort of stuff needs to be cut? Mostly in QA, to remove empty space. And to remove my stupid voice. I can't believe that listening to all the recordings for this is the job of only one person. That would take longer

Re: Searching for non-empty toMany relationships...

2013-07-23 Thread Louis Demers
Hi, On 2013-07-17, at 14:42 , Chuck Hill ch...@global-village.net wrote: Hi Louis, On 2013-07-17, at 11:22 AM, Louis Demers wrote: Hi, I'm trying to create an EOQualifer to filter and array where I have only the EOs that have a toMany relationship not empty. I tried many things,