0 Replies Latest reply on Sep 15, 2005 3:24 AM by gchini

    Reading data from views

    gchini

      Hi,
      I'm using Jboss 3.2.5 and I want to read data from a view, that is covered by a read only CMP entity bean.
      I want to execute only 1 query to read the data (there are no relationships..).
      I have configured the commit option to A, the read-ahead strategy on find with the eager load group "*".
      But when I invoke the finder Jboss executes n + 1 queries..

      Anyone can tell me where I am wrong??

      Many thanx