Re: objectsMatchingKeyAndValue woes

2006-12-16 Thread Philippe Lafoucrière
okk, looks like a pretty nice bug here in EOF : If I change the code parameter to codePIN, the behaviour is correct. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.ap

Re: objectsMatchingKeyAndValue woes

2006-12-16 Thread Philippe Lafoucrière
On 17 déc. 06, at 02:41, Miguel Arroz wrote: Hi! This is voodoo, but... what happens with: Agree, this is voodoo... NSArray Codes = EOUtilities.objectsMatchingKeyAndValue(ec, "Code", "code", code.toString()); not working and NSArray Codes = EOUtilities.objectsMatchingKeyAndValu

Re: objectsMatchingKeyAndValue woes

2006-12-16 Thread Miguel Arroz
Hi! This is voodoo, but... what happens with: NSArray Codes = EOUtilities.objectsMatchingKeyAndValue(ec, "Code", "code", code.toString()); and NSArray Codes = EOUtilities.objectsMatchingKeyAndValue(ec, "Code", "code", new String(code)); ? :) Could it be some kind of non-prin

objectsMatchingKeyAndValue woes

2006-12-16 Thread Philippe Lafoucrière
Hello, this problem is driving me crazy : I want to fetch a simple entity, using a functionnal key "code". Here's a simple example : public Boolean codeIsValid() { EOEditingContext ec = ((Session)session()).defaultEditingContext(); try { NSArray Codes = EOUtil

Re: Re: Where does my JDBC Driver go

2006-12-16 Thread Daniele Corti
2006/12/16, Tom Jones <[EMAIL PROTECTED]>: I've tried both locations, and I am still having problems. Here's the message I get JDBC connection failed for driver :'com.mysql.jdbc.driver'. Driver not found in Java Runtime! Please verify your CLASSPATH environment variable. The current CLASSPATH f

Re: Re: Where does my JDBC Driver go

2006-12-16 Thread Tom Jones
I've tried both locations, and I am still having problems. Here's the message I get JDBC connection failed for driver :'com.mysql.jdbc.driver'. Driver not found in Java Runtime! Please verify your CLASSPATH environment variable. The current CLASSPATH for your application is : /Developer/Applicati

EnhancedFileUploadTools package by Jonathan Rochkind,

2006-12-16 Thread Gino Pacitti
Hi All I want to implement the Enhanced File Upload tools package with an app Im working on. Does anyone have a snippet of code where the bindings are explored... Ie What Actions or variables are needed and how to output a report? Gino ___ Do not