[jboss-user] [JBoss jBPM] - Re: JBPM Identity

Johan.Parent do-not-reply at jboss.com
Thu May 3 10:55:00 EDT 2007


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



More information about the jboss-user mailing list