Results 1 to 3 of 3

Thread: jbpm integration

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

    Default jbpm integration

    Hello.

    I've just commited an update of jbpm integration code which contains the following updates:

    1. addresses bugs reported on this forum, namely MOD-75, MOD-79, MOD-58
    Some methods have been moved/renamed in order to resemble as much as possible with the ORM package structure. Internally Spring Hibernate was used as much as possible which should make the code portable between different transactional environment (JTA/LocalTM).

    2. beans defined inside Spring application context can be accessed from JBPM: see SpringHandler javadoc for an explanation and an example. There were several approaches suggested inside the forum - this implementation
    relies on a lookup class which uses a custom BeanFactoryLocator and does not affect in anyway the jBPM context.

    Please test and report back (on jira) any issues that you may found, preferably with a test that reproduces the problem. jBPM holds a reference internally to HB transaction and I suspect there might be some corner cases that are not covered by the current implementation.

    Next in line is integration with version 3.1.x.

    I'd like to thank all the users that have reported their problems on the forum, JIRA and posted their ideas and solutions - they made my 'job' easier.
    Last edited by Costin Leau; Jan 27th, 2006 at 01:29 PM.
    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

  2. #2
    Join Date
    Nov 2004
    Location
    Dallas, TX USA
    Posts
    24

    Default

    Costin

    Thanks for your efforts addressing these issues, it is greatly appreciated. I got your code updates from the main Spring CVS @ sourceforge. I'll be reporting back to the JIRA if necessary.

    Thanks
    -steve

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

    Default

    Hey, Steve - any update on the code I submitted? Have you discovered any issues with it or not? I'd like to know if the issues on jira are really solved or not.
    Thanks.
    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

Posting Permissions

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