2 Replies Latest reply on Apr 17, 2006 1:33 PM by chane

    Hibernate and @Stateful Beans


      Can I use Hibernate Sessions (instead of an entityManger) in conjuction with @Stateful beans in the JBOSS Server? In looking at the hibernate example application, the action beans use @Scope(SESSION) instead of the @Stateful desigination.

      It all seems to work in my sample application. I'm coming up to speed on EJB and want to make sure I'm not trying to do something that will cause issues in my code/data.

      Thanks,
      Chris....