2 Replies Latest reply on May 24, 2006 2:34 PM by tzablock

    A hibernate bug in 4.0.4 GA?

    tzablock

      While using the 4.0.4GA JBoss release I can't deploy EJB3 entity beans with @OneToMany(fetch=FetchType.EAGER).

      In the JBoss console I can see an error:

      Can't fetch multiple bags simultaneously (sth like that)

      when I change fetch type to LAZY everything works fine, but still shouldn't EAGER fetch be available?