Get the source and build the doc yourself and you will see a more updated changelog. Thomas -----Original Message----- >From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, September 25, 2001 11:53 PM >To: [EMAIL PROTECTED] >Subject: Re: [castor-dev] Problems using many to many relationship with the JDO example ... Categories > >Hi, > >We're just about to dive into castor (changing from entity ejbs), and I am >just wondering about the release schedule. The changelog on the site >(http://www.castor.org/changelog.html) doesn't have 0.9.3 on it, and the >CHANGELOG in 0.9.3 quotes the version as CVS. There also seem to be a lot >of "that's fixed in cvs" responses to emails on the list... is there a >schedule somewhere I should be looking at? > >cheers >dim > >On Tue, 25 Sep 2001, Thomas Yip wrote: > >> Please try the cvs. I believe your problem have been fixed by Rehor. >> >> >> Thomas >> >> -----Original Message----- >> >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >> >Sent: Tuesday, September 25, 2001 11:09 PM >> >To: [EMAIL PROTECTED] >> >Subject: [castor-dev] Problems using many to many relationship with the JDO >> example ... Categories >> > >> >I have uncommented the categories in the mapping.xml and added a category >> to both the Product and Computer objects. I did not have any problems >> creating the objects but I am unable to retreive the Computer object out of >> the database. I am receiving the following exception... Thanks Chris >> > >> > >> > computerOql = db.getOQLQuery( "SELECT c FROM myapp.Computer c WHERE >> id = $1" ); >> > computerOql.bind( 6 ); >> > results = computerOql.execute(); >> > while ( results.hasMore() ) { >> > >> > computer = (Computer) results.next(); >> > writer.println( "Deleting existing computer: " + computer ); >> > db.remove( computer ); >> > } >> > >> > >> > >> > >> > >> >[Test] org.exolab.castor.jdo.PersistenceException: Requested to load/fetch >> an object of type myapp.Computer, where persistent storage returned an >> object of type class myapp.Product [Test] >> org.exolab.castor.jdo.PersistenceException: Requested to load/fetch an >> object of type myapp.Computer, where persistent storage returned an object >> of type class myapp.Product [Test] at >> org.exolab.castor.jdo.engine.OQLQueryImpl$OQLEnumeration.hasMore(OQLQueryImp >> l.java:595) [Test] at >> org.exolab.castor.jdo.engine.OQLQueryImpl$OQLEnumeration.hasMore(OQLQueryImp >> l.java:556) [Test] at jdo.Test.run(Test.java:112) [Test] at >> jdo.Test.main(Test.java:54) >> > >> >----------------------------------------------------------- >> >If you wish to unsubscribe from this mailing, send mail to >> >[EMAIL PROTECTED] with a subject of: >> > unsubscribe castor-dev >> > >> >> ----------------------------------------------------------- >> If you wish to unsubscribe from this mailing, send mail to >> [EMAIL PROTECTED] with a subject of: >> unsubscribe castor-dev >> >> > >----------------------------------------------------------- >If you wish to unsubscribe from this mailing, send mail to >[EMAIL PROTECTED] with a subject of: > unsubscribe castor-dev > ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
