1 Reply Latest reply on Aug 16, 2002 1:12 AM by dsundstrom

    finder method for '>'

    hyao

      hi, all.

      I am using JBoss3.0+jetty, and I have a find method: findBySecurity which finds all security>alevel. and i put my finder method in standardjbosscmp-jdbc.xml like this:

      findBySecurity
      security >= {0}

      and I tried this too:

      findBySecurity
      ![CDATA[security >= {0}]]

      but none of them worked. It only retreive security={0}!

      what's wrong?

      thanks,
      hongmei