0 Replies Latest reply on Oct 8, 2009 2:36 AM by thesourpuss

    JavaBinding

      === Environment ==============================
      - jBPM Version : 4.1
      - JDK : 1.6
      - Spring 2.5 (use the SpringContext and SpringConfiguration file)

      === Problem description =========================
      API doesn't work as expected. In JavaBinding for attribute 'class' the 'field' tag is processed as expected. If you use expression attributes (which is a spring bean) in java activities the 'field' tag is not set.

      In custom activities it is set correctly. I don't know exactly, but I guess that in CustomBinding and JavaBinding ('class' attribute) the FieldOperation object is invoked correctly, but not invoked with JavaBinding 'expr' attribute.

      Thanks for help.