Taking this to jboss-user list.

More info needed like what release of jboss...

/L
----- Original Message ----- 
From: Greg Parker <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 10, 2001 11:16 PM
Subject: [JBoss-dev] Error in Simple Custom Finder Method


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-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development


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

Reply via email to