Re: R: [JBoss-user] problem with finder find all

2001-05-23 Thread danch (Dan Christopherson)
Belli Andrea wrote: I attach the standardjaws for any doubt; I saw it and I found this query prepared by jaws: SELECT SENDER,BODY_N,DATE_N,TITLE_N,ID_NEWS FROM NEWS WHERE ID_NEWS=? I don't understand why JAWS add the costruct WHERE in prepared statement; I thought that a findall finder 'd

[JBoss-user] problem with finder find all

2001-05-22 Thread Belli Andrea
I have a jsp which call a session bean, which does a query on a db by an entity bean: the problem is when I try to view the rows on db. The jsp invoke the following method myfindAll(): public NewsRemote[] myfindAll() throws RemoteException,FinderException { NewsHome home =

Re: [JBoss-user] problem with finder find all

2001-05-22 Thread Dovan Nguyen
PROTECTED]] Sent: Tuesday, May 22, 2001 12:44 PM To: Jboss-User (E-mail) Subject: [JBoss-user] problem with finder find all I have a jsp which call a session bean, which does a query on a db by an entity bean: the problem is when I try to view the rows on db. The jsp invoke the following method