Hi Gus, 

I have not run the unit tests in a while .. But I suspect you have a configuraton 
problem .. Can you post your repository_database.xml? 

I hear you about getting burned, but I have been very happy with OJB. The JDO stuff is 
new but the rest seems very solid, and well supported here. I have been using OJB for 
about 2 months now so I am still a newbie, but so far it has been able to do 
everything I need it to do. 

Bob c

----------------------------------------------------------------
Bob Celestino
SAS Research and Development
919 - 531 - 9425
[EMAIL PROTECTED]

SAS - The Power to Know


  > -----Original Message-----
  > From: Gus Heck [mailto:[EMAIL PROTECTED] 
  > Sent: Wednesday, November 12, 2003 10:57 AM
  > To: OJB Users List
  > Subject: Re: Mysql4.0?
  > 
  > 
  > Bob, Thanks for the reply :).
  > 
  > Do you get the same failures with the regression tests? I'm 
  > wondering if 
  > it could have anything to do with my setup... If you
  > 
  > As for JDO I was afraid someone would say that.... Though I 
  > seem to have 
  > picked yet another emerging technology that looked ready 
  > until I dug 
  > into it. (The last one I tried to play with was RDF/OWL 
  > which featured a 
  > bug a day for a week and a half... and sourceforge wouldn't 
  > let me into 
  > the cvs to get the fixes anyway.). I should probably take 
  > these problems 
  > to bugzilla and see if they have been reported...  or the 
  > dev list I 
  > suppose. Perhaps they are fixed in CVS.
  > 
  > -Gus
  > 
  > Robert J Celestino wrote:
  > 
  > >Hello Gus,
  > >
  > >As far as the newsgroup: its quality not quantity here :-)
  > >
  > >I am using MySql4.0 with OJB. I am using the 
  > PersistenceBroker and ODMG 
  > >APIs with good success. I am waiting until the JDO support 
  > is a little more solid before I switch over to that API.
  > >
  > >Bob c
  > >  
  > >
  > >----------------------------------------------------------------
  > >Bob Celestino
  > >SAS Research and Development
  > >919 - 531 - 9425
  > >[EMAIL PROTECTED]
  > >
  > >SAS - The Power to Know
  > >
  > >
  > >  > -----Original Message-----
  > >  > From: Gus Heck [mailto:[EMAIL PROTECTED]
  > >  > Sent: Tuesday, November 11, 2003 2:44 PM
  > >  > To: OJB Users List
  > >  > Subject: Re: Mysql4.0?
  > >  > 
  > >  > 
  > >  > Wow this list is quiet. I'm used to Ant lists that are 
  > >  > 80+message a day 
  > >  > :)....
  > >  > 
  > >  > Is anyone out there using MySQL 4.0 with OJB 
  > (particular for JDO) ?
  > >  > 
  > >  > -Gus
  > >  > 
  > >  > Gus Heck wrote:
  > >  > 
  > >  > > Is MySQL 4.0 supported?
  > >  > >
  > >  > > I ran the regression tests against my database 
  > >  > (/usr/sbin/mysqld  Ver 
  > >  > > 4.0.14-standard for pc-linux on i686) and got the following:
  > >  > >
  > >  > > junit-no-compile-no-prepare:
  > >  > >    [junit] Running org.apache.ojb.broker.AllTests
  > >  > >    [junit] Tests run: 247, Failures: 5, Errors: 2, 
  > Time elapsed:
  > >  > > 41.511 sec
  > >  > >
  > >  > >
  > >  > >    [junit] TEST org.apache.ojb.broker.AllTests FAILED
  > >  > >    [junit] Running org.apache.ojb.odmg.AllTests
  > >  > >    [junit] [BOOT] INFO: OJB.properties: 
  > >  > > 
  > file:/home/gus/zip/db-ojb-1.0.rc4/target/test/ojb/OJB.properties
  > >  > >    [junit] Tests run: 160, Failures: 2, Errors: 0, 
  > Time elapsed:
  > >  > > 11.521 sec
  > >  > >
  > >  > >
  > >  > >    [junit] TEST org.apache.ojb.odmg.AllTests FAILED
  > >  > >    [junit] Running org.apache.ojb.soda.AllTests
  > >  > >    [junit] [BOOT] INFO: OJB.properties: 
  > >  > > 
  > file:/home/gus/zip/db-ojb-1.0.rc4/target/test/ojb/OJB.properties
  > >  > >    [junit] Tests run: 3, Failures: 0, Errors: 0, Time 
  > >  > elapsed: 2.474 
  > >  > > sec
  > >  > >
  > >  > >
  > >  > >    [junit] Running org.apache.ojb.otm.AllTests
  > >  > >    [junit] Tests run: 73, Failures: 0, Errors: 0, Time 
  > >  > elapsed: 14.209
  > >  > > sec
  > >  > >
  > >  > > when I tracked down the failing tests they turned out to be:
  > >  > >
  > >  > > ******** in broker.AllTests:
  > >  > >
  > >  > > Testcase: testSubQuery2 took 0.056 sec
  > >  > >        Caused an ERROR
  > >  > > Syntax error or access violation,  message from server: 
  > >  > "You have an 
  > >  > > error in your SQL syntax.  Check the manual that 
  > >  > corresponds to your 
  > >  > > MySQL server version for the right syntax to use near 
  > >  > 'SELECT DISTINCT 
  > >  > > A0.Kategorie_Nr FROM Artikel A0)' at line 1"
  > >  > >
  > >  > > Testcase: testSubQuery2Testcase: testSubQuery1 took 0.018 sec
  > >  > >        Caused an ERROR
  > >  > > Syntax error or access violation,  message from server: 
  > >  > "You have an 
  > >  > > error in your SQL syntax.  Check the manual that 
  > >  > corresponds to your 
  > >  > > MySQL server version for the right syntax to use near 'SELECT
  > >  > > avg(A0.Einzelpreis) FROM Artikel A0 WHERE A0.Artikelname"
  > >  > >
  > >  > > Testcase: testReportPathExpressionForExtents2 took 0.005 sec
  > >  > >        FAILED
  > >  > > Testcase: testDeleteWithRemovalAwareCollection took 0.018 sec
  > >  > >        FAILED
  > >  > > Testcase: testUserRollbackClearCache took 0.299 sec
  > >  > >        FAILED
  > >  > > Testcase: testUserRollbackClearCacheTestcase: 
  > >  > testUserRollback took 
  > >  > > 0.198 sec
  > >  > >        FAILED
  > >  > > Testcase: testUserRollbackTestcase: testRollback 
  > took 0.031 sec
  > >  > >        FAILED
  > >  > >
  > >  > > ******** in odmg.AllTests:
  > >  > >
  > >  > >
  > >  > > Testcase: testStoreThreePersons took 0.017 sec
  > >  > >        FAILED
  > >  > > Testcase: testUserRollbackWithCheckpoint took 0.1 sec
  > >  > >        FAILED
  > >  > >
  > >  > >
  > >  > > Are these known problems? Are they known to be harmless? 
  > >  > or am I in 
  > >  > > trouble here?
  > >  > >
  > >  > > -Gus
  > >  > >
  > >  > >
  > >  > >
  > >  > > 
  > >  > ------------------------------------------------------------
  > >  > ---------
  > >  > > To unsubscribe, e-mail: [EMAIL PROTECTED]
  > >  > > For additional commands, e-mail: [EMAIL PROTECTED]
  > >  > >
  > >  > 
  > >  > 
  > >  > 
  > >  > ------------------------------------------------------------
  > >  > ---------
  > >  > To unsubscribe, e-mail: [EMAIL PROTECTED]
  > >  > For additional commands, e-mail: [EMAIL PROTECTED]
  > >  > 
  > >  > 
  > >
  > >-----------------------------------------------------------
  > ----------
  > >To unsubscribe, e-mail: [EMAIL PROTECTED]
  > >For additional commands, e-mail: [EMAIL PROTECTED]
  > >
  > >  
  > >
  > 
  > 
  > 
  > ------------------------------------------------------------
  > ---------
  > To unsubscribe, e-mail: [EMAIL PROTECTED]
  > For additional commands, e-mail: [EMAIL PROTECTED]
  > 
  > 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to