Hello,
I created a simple custom finder method. I put the following entry in jaws.xml.
in the section with my entity bean.


<finder>
          <name>findName</name>
          <query>NAME = {0}</query>
          <order>NAME DESC</order>
     </finder>

And put the appropriate code in the home interface.
I'm getting the following error:
java.sql.SQLException: ORA-00923: FROM keyword not found where expected

Has anyone ever encountered this or have a clue to what could be causing it?

Greg---


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to