Oups forgot to "reply all" Actually it went pretty smoothly. I added the jdbc connector ojdbc14_10203.jar I didn't need to fill the Driver and PlugIn name in EntityModeler.
The only "issue" I had was that the SQL was requesting uppercase variable names and it would work as it was lowercase in the database (it was a "View", not a real database). I didn't take the time to search for the uppercase issue as it was easy to change directly in the "View". Thanks Pascal and Chuck for your help, I was able to deliver on time and fully functional;) Xavier > > On Sep 21, 2010, at 12:01 PM, Dev WO wrote: > >> Hello Chuck, >> >> I'm making a fully embedded app, so I think I have to get/add a specific >> jdbc driver (I'm still wondering which name to put for "Driver" and "PlugIn" >> in EntityModeler or if it's not relevant). > > If there is a driver in the Java Extensions directory of the machine you run > the app on, it will be used _in place of_ the one embedded in your > application. That is something to be aware of. > > driver is the fully qualified class name of the main class of the JDBC > driver. Consult the driver documentation for this. This is only needed if > EOF / Java can't auto-detect it. > > Plugin is the fully qualified class name of the EOF plugin for the database > you are using. This is only needed if EOF can't auto-detect it. > > >> I think I should use the "Release 2" for the following page actually: >> http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html >> >> Am I correct? > > I have not kept up with Oracle JDBC drivers. > > > Chuck > > > >>> These usually go in /Library/Java/Extensions and get picked up >>> automatically. >>> >>> On Sep 21, 2010, at 11:33 AM, Dev WO wrote: >>> >>>>>> What would be the name to fill for the Driver and PlugIn in >>>>>> EntityModeler? >>>> >>>> I was also wondering if there is a needed jdbc driver to download and to >>>> add to the classpath? >>>> >>>> Thanks, >>>> >>>> Xavier >>>> >>>> _______________________________________________ >>>> Do not post admin requests to the list. They will be ignored. >>>> Webobjects-dev mailing list ([email protected]) >>>> Help/Unsubscribe/Update your Subscription: >>>> http://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net >>>> >>>> This email sent to [email protected] >>> >>> -- >>> Chuck Hill Senior Consultant / VP Development >>> >>> Practical WebObjects - for developers who want to increase their overall >>> knowledge of WebObjects or who are trying to solve specific problems. >>> http://www.global-village.net/products/practical_webobjects >>> >>> >>> >>> >>> >>> >>> >> > > -- > Chuck Hill Senior Consultant / VP Development > > Practical WebObjects - for developers who want to increase their overall > knowledge of WebObjects or who are trying to solve specific problems. > http://www.global-village.net/products/practical_webobjects > > > > > > > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
