0 Replies Latest reply on Mar 9, 2007 9:15 AM by andreytvorogov

    EJB3 entity beans as jBPM process variables

    andreytvorogov

      Hello all,
      am I right that there is no way to set EJB3 entity beans as jBPM process variables? It is possible to do with Hibernate-managed classes but these classes can not be used within extended persistence context injected by Seam, so LazyInitializationException occurs when lazy loading references in process variables loaded by TaskInstance.getVariable(...).

      BTW, current Ejb3Matcher class which is responsible for EJB3 variable mapping is just a stub with TODO comment. Will it be implemented?