RE: [JBoss-user] incorrect SQL generated for findAll() on CMP bean

2002-05-30 Thread Matt Munz
unz Cc: [EMAIL PROTECTED] Subject: RE: [JBoss-user] incorrect SQL generated for findAll() on CMP bean >   Also, if anyone has any ideas about how to solve my problem with > incorrect SQL being generated for findAll(), please share them.  If not, is > there some other mailing list I should tr

RE: [JBoss-user] incorrect SQL generated for findAll() on CMP bean

2002-05-30 Thread Jon Swinth
>   Also, if anyone has any ideas about how to solve my problem with > incorrect SQL being generated for findAll(), please share them.  If not, is > there some other mailing list I should try? I am not sure why you are having the issue with the findAll() because I was unable to view your config

RE: [JBoss-user] incorrect SQL generated for findAll() on CMP bean (partially solved)

2002-05-30 Thread Matt Munz
hem. If not, is there some > other mailing list I should try? > > - Matt > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Alex > Loubyansky > Sent: Thursday, May 30, 2002 2:12 AM > To: Matt Munz > Cc: [EMAIL PROTECTED]

Re: [JBoss-user] incorrect SQL generated for findAll() on CMP bean

2002-05-30 Thread David Ward
; other mailing list I should try? > > - Matt > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Alex > Loubyansky > Sent: Thursday, May 30, 2002 2:12 AM > To: Matt Munz > Cc: [EMAIL PROTECTED] > Subject: Re: [J

RE: [JBoss-user] incorrect SQL generated for findAll() on CMP bean

2002-05-30 Thread Matt Munz
should try? - Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Loubyansky Sent: Thursday, May 30, 2002 2:12 AM To: Matt Munz Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-user] incorrect SQL generated for findAll() on CMP bean Hello Matt, MM

Re: [JBoss-user] incorrect SQL generated for findAll() on CMP bean

2002-05-30 Thread David Ward
I suggest SQLDeveloper: http://sqldeveloper.solyp.com/ It's a java app that works against any db with a compliant jdbc driver, and for db's with special features (like Oracle) it adds special features to match. The only downfall (that is being rectified in the next version) is that you can't u

Re: [JBoss-user] incorrect SQL generated for findAll() on CMP bean

2002-05-29 Thread Alex Loubyansky
Hello Matt, MM> Also, I would like to familiarize myself with the Hypersonic db embedded MM> in jboss, and to verify that the shirts are in fact being added to that MM> database. Is there a SQL or other tool that I can use to access the db MM> manually? Not sure how it's good comparing to oth