Re: failed to open database channel with mysql (Again)

2007-08-10 Thread D Tim Cummings
You have an odd choice of username and password username = [password]; password = wouser; Maybe try the other way around! Tim On 11/08/2007, at 4:59 AM, David BON wrote: Hi, I'm still in the process of converting an XCode project to WOLips and Wonder. I found an old post with the same t

Re: Flex integration with WO

2007-08-10 Thread Pascal Robert
I created a page in the wiki to hold this discussion : http://wiki.objectstyle.org/confluence/display/WO/Flex Hey Shaun, Do you have a blog or any articles on how you approached this? Kieran On Aug 9, 2007, at 10:07 PM, shaun wrote: Hi, I have been using flex with WO for about 8-1

Re: Flex integration with WO

2007-08-10 Thread Pascal Robert
Le 07-08-09 à 22:07, shaun a écrit : Hi, I have been using flex with WO for about 8-10 months now, building a new UI for new section of an existing app at the moment. Basically, the approach I have taken is using flex HTTPService calls to direct actions that return XML. The direct action

Re: SQL Query Generation

2007-08-10 Thread Guido Neitzer
On 10.08.2007, at 16:12, Michael Xenakis wrote: Unfortunately, the where clause being generated by .whereClauseString() is parameterized, e.g., SELECT COUNT(*) FROM PLAYLIST t0, CONTENT_PROVIDER T1 WHERE (((t0.FIRST_PRODUCTION_RELEASE is not ? AND t0.LAST_PRODUCTION_RELEASE is ?) AND T1.CON

Re: SQL Query Generation

2007-08-10 Thread Kieran Kelleher
WOnder has utility methods for getting a SQL COUNT(*) for a fetch spec and/or qualifier. In EOUtilities.java ... You could use WOnder or use its code. On Aug 10, 2007, at 6:12 PM, Michael Xenakis wrote: All - I'm trying to solve a lil' problem here. The semi-short story is that prior to

SQL Query Generation

2007-08-10 Thread Michael Xenakis
All - I'm trying to solve a lil' problem here. The semi-short story is that prior to doing a fetch, I'm going to do a raw SQL fetch to determine how many rows would be returned - i.e., I'll do a "select count(*)" based on the search parameters. If the count is greater than a predetermin

Re: failed to open database channel with mysql (Again)

2007-08-10 Thread Guido Neitzer
On 10.08.2007, at 13:29, David BON wrote: I think I already have it in the class path as I put the mysql- connector-java-5.0.7-bin.jar into the Library/Java/Extensions directiory wich is (of course) already in the Class path... Is that correct or do need to do something else at some place in

Re: failed to open database channel with mysql (Again)

2007-08-10 Thread David BON
I think I already have it in the class path as I put the mysql- connector-java-5.0.7-bin.jar into the Library/Java/Extensions directiory wich is (of course) already in the Class path... Is that correct or do need to do something else at some place in Eclipse? David B. Le 10 août 07 à 19:1

Re: failed to open database channel with mysql (Again)

2007-08-10 Thread Guido Neitzer
On 10.08.2007, at 12:59, David BON wrote: But I always get an error: the log says that the applicaton fails to find a JNDI adaptor, then use a default openbase one and (of course) I get errors: 'com.webobjects.jdbcadaptor.OpenBasePlugIn' and 'connecting with dictionary: {LC_ALL = "iso_1";

Re: deployment to include jars

2007-08-10 Thread Guido Neitzer
On 10.08.2007, at 12:01, Jacob Mouka wrote: What am I missing? Where should the jars go? Which version of WOLips are you using? And, this should go to the WOLips list. cug ___ Do not post admin requests to the list. They will be ignored. Webobjec

failed to open database channel with mysql (Again)

2007-08-10 Thread David BON
Hi, I'm still in the process of converting an XCode project to WOLips and Wonder. I found an old post with the same title but couln't find any solution attached to it. Here's my situation: I run a mySQL database (the Movies DB from the D2WListExample example) that I import into my proj

deployment to include jars

2007-08-10 Thread Jacob Mouka
Hi list, sorry for rehashing this old topic, but I could use some help. When I deploy my app (using the ant build) it can't seem to find the jars that are included in the project. I've managed to get them copied into the deployment *.woa folder (using the resources.include.patternset), but

Re: HTTP Basic Authentication

2007-08-10 Thread Steve Quirk
On Fri, 10 Aug 2007, John Huss wrote: Is Apache taking over here and processing these values before they get to my app? The example code seems to assume not... Maybe I should just leave this to Apache anyway? Yes, you probably should. By the time your app gets request, the www server has

Re: HTTP Basic Authentication

2007-08-10 Thread John Huss
Is Apache taking over here and processing these values before they get to my app? The example code seems to assume not... Maybe I should just leave this to Apache anyway? John On 8/9/07, John Huss <[EMAIL PROTECTED]> wrote: > > I'm trying to use the HTTP Basic Authentication to authenticate use

Re: Flex integration with WO

2007-08-10 Thread Kieran Kelleher
Hey Shaun, Do you have a blog or any articles on how you approached this? Kieran On Aug 9, 2007, at 10:07 PM, shaun wrote: Hi, I have been using flex with WO for about 8-10 months now, building a new UI for new section of an existing app at the moment. Basically, the approach I have take