Results 1 to 3 of 3

Thread: JBPM3.1 and Spring integration?

  1. #1
    Join Date
    Sep 2004
    Location
    Szeged, Hungary
    Posts
    29

    Default JBPM3.1 and Spring integration?

    Hi all!

    I've seen that the 3.1 release of JBPM has a new configuration approach than the 3.0 had. Can anybody post a spring-config on how to have the JbpmConfinguration and JbpmContext initiated from a spring-based db-datasource?

    Thanks in advance.
    --
    Thomas
    Last edited by tsandor; Jan 24th, 2006 at 04:26 AM.

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    I've just started to look at the jbpm code. As 3.1 it's still in beta and a lot of things have changed (including the new jbpm context and the deprecated sessionfactory and session), I'll first solve the issues with 3.0.x and then add support for 3.1.x. However, even the release note state that 3.1.x is not yet ready and changes might occur until the final release. I expect that 3.1.x will have enought compatibility with 3.0.x so that 3.0.x support can be used with it w/ some slight changes.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

  3. #3
    Join Date
    Sep 2004
    Location
    Szeged, Hungary
    Posts
    29

    Default

    Quote Originally Posted by costin
    ... I expect that 3.1.x will have enought compatibility with 3.0.x so that 3.0.x support can be used with it w/ some slight changes.
    I guess, the micro-container approach will be the way, they want to use. So they might loose compatibility regarding session management in v3.0.x. This is the place where the Spring IoC comes in place and some help would be nice on how to configure JBPM beans to co-operate with Spring beans.

    --
    Thomas

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •