0 Replies Latest reply on Oct 3, 2002 7:30 AM by pepek

    How to define a finder while using XDoclet

    pepek

      Hi JBOSS guys!

      Im trying to define my finder in my CMP EB. Here is part of source in my CMP EB:

      -------------------------------------------------------
      * @ejb:finder
      * signature="Collection findByText(java.lang.String text)"
      * query="SELECT OBJECT(t) FROM ebcounter t WHERE t.text like '%?1%'"
      * transaction-type="Required"
      --------------------------------------------------------------------------


      While deploying this bean JBOSS write this error:
      ---------------------------------------------------------
      12:33:38,609 ERROR [EntityContainer] Exception in service lifecyle operation: start
      12:33:38,609 ERROR [STDERR] org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered "ebcounter" at line 1, column 23.
      Was expecting one of:
      "IN" ...
      <ABSTRACT_SCHEMA> ...

      ----------------------------------------------------------

      I think this would be a trivial error. Please help.
      Thanks.