[Objectbridge-jdo-dev] Re: newbie trying to get the tutorials working
Brought to you by:
thma
|
From: Marcos O. <MO...@Se...> - 2002-07-02 01:30:59
|
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 |