0 Replies Latest reply on Jan 8, 2010 1:44 PM by peter.scholze

    Referencing Spring Bean in jbpm-config

      Hi all,

       

      according to the devguide, I tried to reference a spring bean in my jbpm-config file (jBPM 4.3):

       

      {code:xml}
      <transaction-context>
      ...
      <env class="identitySession" />
      ...
      </transaction-context>
      {code}

       

      But regrettably this way won't work. Is there any other way to reference a spring bean there?

       

      Thanks an advance, Peter