Hi,

Actually it is indirectly through the hibernate.cfg.xml that jbpm is hardwired 
to the identity module. 


  |     <!-- following mapping files have a dependendy on  -->
  |     <!-- 'jbpm-identity-{version}.jar', mapping files  -->
  |     <!-- of the pluggable jbpm identity component.     -->
  |     <!-- comment out the following 3 lines if you don't-->
  |     <!-- want to use the default jBPM identity mgmgt   -->
  |     <!-- component                                     -->
  |     <mapping resource="org/jbpm/identity/User.hbm.xml"/>
  |     <mapping resource="org/jbpm/identity/Group.hbm.xml"/>
  |     <mapping resource="org/jbpm/identity/Membership.hbm.xml"/>
  | 

If you look into the corresponding java files (User.java etc...) you'll see 
they are part of the identity package (as the comment in the xml says).

Hope this helps,

Johan

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042855#4042855

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042855
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to