Hi,
Thank's for the quick response,

I still have to understand something.

let's assume that I have one Group : g1.
In this group I have 4 Users u0 --> u3.
In the memberShip table there is connection between the group and the users:
g1 -- u0-- roleName = role1 
g1 -- u1 -- roleName = role1 
g1 -- u2 -- roleName = role1
g1 -- u3 -- roleName = role2  

I want to put in the pooledActorArray only the users from Group g1 that have 
the roleName - role1 (the users u0,u1).

I thought that by doing expression = 'group(g1)-->member(role1)'
I will get set of actorId (u0,u1), and that It will set:
setPooledActorArray (new String[] {u1.u2})
By u1,u2 I mean their Id.

The ExpressionAssignmentHandler, just put one user and does:
setActorId(the first user in the group).
It's look like a bug!

I don't want to have many groups, I thought that for Role managment  we use the 
memberShip table.

I wanted to extend the  ExpressionAssignmentHandler, however I saw that 
in order to use my extend ExpressionAssignmentHandler I will need to extend 
also the JpdlXmlParser.java.

Seems that all this issue hasn't been developed yet.

Am I correct?

Issak


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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to