1 Reply Latest reply on Jul 15, 2002 2:30 PM by dsundstrom

    Any Example on DynamicQL ?

    hkleo

      I know JBoss3 have a new feature called DynamicQL. Any example on it? Do it work for ejbFindXXXX()?

      Cheers,
      Leo Tai

        • 1. Re: Any Example on DynamicQL ?
          dsundstrom

          The JBossCMP documentaion available from flashline ($10).
          There is an example in the JBossOne CMP slides, but is old and has a bug in the xml. DynamicQL is declared with an empty dynamic-ql element.

          DynamicQl works with find and ejbSelect methods. JBossCMP also supports BMP style ejbFind methods, which allow you to code the finder implementation yourself.