1 Reply Latest reply on Jan 25, 2005 10:32 AM by aloubyansky

    Upgrading CMP Beans from JBoss 2.4.x to JBoss 4.0

    crowleym

      Have deployed my CMP 1.1 beans but the finder methods are not working as expected.

      In the "old" days you used to declare a finder in jaws.xml as below:

      ...
      <finder>
      <name>findByDbase</name>
      <query>server = {0} AND port = {1} AND dbase = {2}</query>
      <read-ahead>true</read-ahead>
      </finder>
      ...
      


      Has this legacy method been completely removed?

      Do I need to convert all my finders to EJBQL, event though they are 1.1 beans?

      Thanks in advance.