Re: PHP Customer Request

2011-04-14 Thread Chuck Hill
That is a great presentation for anyone doing contract or consulting work. I wish I had seen it 12 years ago. Chuck On 2011-04-14, at 10:57 PM, Q wrote: > > On 08/04/2011, at 4:23 AM, Dov Rosenberg wrote: > >> This says a lot about the customer in general. If his primary motivation for >> g

Re: PHP Customer Request

2011-04-14 Thread Q
On 08/04/2011, at 4:23 AM, Dov Rosenberg wrote: > This says a lot about the customer in general. If his primary motivation for > going with PHP is cheap hosting - he is going to be a pain in the ass when > it comes to payment and functionality. These kind of people want the moon > for the price o

Sessions and resources

2011-04-14 Thread Mark Wardle
During debugging of other things, I overrode dispatchRequest() in my Application class. Oddly, there is a session ID associated with every /wr/ request for resources. dispatchRequest(): session: t73fX3HunlN1WUbxfbUB5g Apr 14 22:11:44 RSNews[] DEBUG com.eldrix.news.app.Application - uri: /cg

WebObjects, just-in-time login and SSL

2011-04-14 Thread Mark Wardle
Hi there. I now have a [almost] working system that checks a system property and conditionally forces the use of https for relevant resources. There is some hostname flakiness going on which messes with cookies (switching between localhost and Daisy.local) which is odd. The main reason why the h

Re: EOGeneralAdaptorException: EvaluateExpression

2011-04-14 Thread Andrew Kinnie
CREATE TABLE `notification` ( `notification_id` bigint(20) unsigned default '0', `text_contents` varchar(4096) default '', `create_date` datetime default NULL, `notification_type_id` int(11) default '1', `application_id` int(11) default NULL, `minutes_to_expire` int(11) default NULL,

Re: EOGeneralAdaptorException: EvaluateExpression -SOLVED

2011-04-14 Thread Andrew Kinnie
Yeah, I did check that. It was a varchar100. Of course since the 25th time I looked at it to make sure, this time I looked again after I quit Sequel Pro and restarted it, and discovered that it apparently changed to an int. I need about 14 beers. Sooo... that part works now. Of course, it w

Re: EOGeneralAdaptorException: EvaluateExpression

2011-04-14 Thread Kieran Kelleher
What is the output from the following statement in your mysql database: SHOW CREATE TABLE NOTIFICATION; On Apr 14, 2011, at 4:03 PM, Andrew Kinnie wrote: > Well, today is just doing a bang-up job of making me question my profession. > > In attempting to ensure that my version of WO a

Re: EOGeneralAdaptorException: EvaluateExpression

2011-04-14 Thread Henrique Gomes
On Apr 14, 2011, at 9:30 PM, Andrew Kinnie wrote: >>> Next exception:SQL State:HY000 -- error code: 1366 -- msg: Incorrect >>> integer value: 'ljkdfgs' for column 'story_guid' at row 1 I don't use mySQL but if that message comes from the db then it really looks like the database field is an i

Re: EOGeneralAdaptorException: EvaluateExpression

2011-04-14 Thread Andrew Kinnie
Well I deleted my entire wonder source folder and downloaded it fresh from git. I checked the classpath, and it was in the project but not in the framework, so I added it there too. Didn't help. ERPrototypes is also included. On Apr 14, 2011, at 4:16 PM, David LeBer wrote: > Hey Andrew, >

Re: EOGeneralAdaptorException: EvaluateExpression

2011-04-14 Thread David LeBer
Hey Andrew, Wonder's MySQLPlugin is up-to-date and included in your project? On 2011-04-14, at 4:03 PM, Andrew Kinnie wrote: > Well, today is just doing a bang-up job of making me question my profession. > > In attempting to ensure that my version of WO and Wonder were in agreement > with the

Re: EOGeneralAdaptorException: EvaluateExpression

2011-04-14 Thread Ramsey Gurley
Long shot... make sure you have ERPrototypes on your classpath. Ramsey On Apr 14, 2011, at 1:03 PM, Andrew Kinnie wrote: > Well, today is just doing a bang-up job of making me question my profession. > > In attempting to ensure that my version of WO and Wonder were in agreement > with the serv

EOGeneralAdaptorException: EvaluateExpression

2011-04-14 Thread Andrew Kinnie
Well, today is just doing a bang-up job of making me question my profession. In attempting to ensure that my version of WO and Wonder were in agreement with the server, I got the latest wonder from git, installed it per the instructions on the wiki, and now my app won't run on the development ma

Re: Reminder: Contributing to Project Wonder webcast

2011-04-14 Thread Pascal Robert
Thanks to everyone who attended, and the recording will be available in the couple of days. > Good morning everyone, > > Just a friendly reminder about the "Contributing to Project Wonder" webcast > this morning (well, morning in America/Montreal timezone). You can register > at http://bit.ly/

Re: intBoolean

2011-04-14 Thread Kieran Kelleher
What is different between your dev and deploy? Different WO version? java version? MySQL version? MySQL JDBC driver version? Something must be different and that might lead you to the problem. Regards, Kieran PS. I have no problem with intBoolean or the other String boolean with Dev on OS X a

Re: intBoolean

2011-04-14 Thread Andrew Kinnie
OK, still no luck. I have one column in the table which is called "active" and is an int (precision of 11) and default of 1. This is modeled as an intBoolean and works fine I have another column in the same table which is called "pushed" and is an int with a precision of 11 and a default of 1.

Reminder: Contributing to Project Wonder webcast

2011-04-14 Thread Pascal Robert
Good morning everyone, Just a friendly reminder about the "Contributing to Project Wonder" webcast this morning (well, morning in America/Montreal timezone). You can register at http://bit.ly/i2895R Thanks. ___ Do not post admin requests to the list.

Re: Re: fetching on joined table

2011-04-14 Thread naneon . raymond
Hi , Thank you everyone for your information about my problem. It's true I just want to read my data, because for modification or recording, this side is already set. To Chuck, I think that we can make everything with a framework ( WO) and even if it is difficult but there is always an issue.