Re: [Objectbridge-jdo-dev] Re: newbie trying to get the tutorials working
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2002-07-02 05:35:34
|
Hi Marcos, you are on a dead list. Please move to the new jakarta mailinglists. http://jakarta.apache.org/ojb/project-info.html why do you try to start with the complicated client/server mode. It will be much easier to get started in singlevm mode. Once you know everything works, you can of course use c/S mode. cheers, Thomas Marcos Oliva wrote: > Hello > > I am in the process of setting up JDO, and I was able to get the build > tests going, tables are created and data has been imported onto the > Oracle schema that I have set up. > Now I started the server in a separate DOS window and now I open another > one to run the tutorial1 . > ran the tutorial and the first thing I do is select 1 (add a product) > enter the information and then an exception occurs--- > > I have been able to trace the error to the file JDBAccess on line 479 , > when it is time to read the column value 1, > since the select that was already issued returns 0 rows then it returns > an exception, but why? why are we selecting ? and why it dies ? > is this the correct way ? or Am I missing something ..? > > thanks > > marcos oliva > > > > |