Version 4

    This page is part of the JbpmRoadmap

     

    This will be the main integration with JBoss Portal.  To have a single default user store.  Here's the structure of an identity component that portal and jbpm can agree on: the 3 entities User, Group and Membership as they are in jBPM, extended with the generic properies as found in portal user store.  A session facade for managing crud operations and relationships.  The DTO's (the actual hibernate objects) should not expose their relationships through navigation.  That is where the session facade should be used.  This way, it is easier to bind a new implementation technology like e.g. LDAP underneath the same interface.

     

    Any advances in this area should be properly communicated with the Portal team.