Hi All

        We  are trying a finder function like follows -

            <finder>
                   <method-name>findSiteByPlace</method-name>
                  <method-params>
                           <method-param>java.lang.String</method-param>
                  </method-params>
                          <finder-query><![CDATA[(= city $0)]]></finder-query>
        </finder>


It has to perform an operation like
select * from table where city = arg

arg is the argument of my Finder funcn..
city is the bean filed mapped to the corresponding column in DB..

When it is executed it gives an error -
"select ... ... .. .... . ... from table where city = ?" failed.....


I'm using weblogic5.1 and sybase database
I've check database also

Thanks in Advance
Neelu Mehta

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to