[jboss-user] [JBoss jBPM] - Re: How to delete Memberships

JimKnopf do-not-reply at jboss.com
Tue Mar 13 06:20:02 EDT 2007


Come on, is there realy no one who can help me?

I think it must be possible by deleting the Membership on the Database with this:

"delete from org.jbpm.identity.Membership as m where m.id = ?1 "

and delete the Membership from the User and Group Object in JBPM
...
BUT
I can't remove a Membership from a User
the Group Objects have

  | .setMemberships( memberships );
  | 

but the User Objects has only .addMembership( ... )

------

I didn'T find a way :(

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027478



More information about the jboss-user mailing list