if you are using ms sql server, the sql server profiler is a good tool for
debugging purposes.
you can watch connections opening, closing, transactions starting and you
see the sql code that is being sent to the server (useful if you are using
prepared statements, because that seems to be the only way to check if the ?
are being replaced the right way...)
gerolf.
> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Gesendet am: Freitag, 11. Mai 2001 10:08
> An: [EMAIL PROTECTED]
> Betreff: RE: [JBoss-user] CMP finder method problem
>
> > I could get to the bottom of this if I could just see what
> > the container is doing when the findAll() is triggered.
> > My question is: is there a way to print or log the SQL SELECT
> > statement that the container has executed on my entity bean's
> > behalf? If not, can anyone suggest a good way to debug
> > something like this?
>
>
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user