Hi all,
I am trying to add a finder method to my entity bean.
has any body done it succesfully ?
I am trying to add a
public java.util.Enumeration findByName(
String name) method to the remote interface.
Then I went to the "EJB Extension editor" and selected the where clause where I added
WHERE NAME = ?
I am able to succesfully deploy it, but when I run it I am getting an ORA-0068, Missing expresion error ?
Here are my questions :
1. When I add the finder method clause in extension file, where can I see the generated SQL statements ?
2. In case of any deployment problems in WSAD ejbs where can I see the errors ?
please help
Thanks
Maya