"thomas.heute(a)jboss.com" wrote :
| The not so cool thing, the javadoc is missing, so I'm not sure I really understand
the differences between all add*User* methods ;)
|
True, my bad. Will have this with the full implementation of the API.
anonymous wrote :
| Also the sorting here doesn't give much value. What would be neat is to be able to
associate "localizable display names" for groups and be able to sort according
to those for a specific language. Here I think that I missed to use
"sortAttributeName(String name)" shouldn't it be within the sort method
sort(attributeName, order) ?
|
With current API the only way to do this is to have attributes like
"display_name_en", "display_name_fr" and etc. Sort is done by default
based on the id but I think the one you proposed is a good one to have also.
anonymous wrote :
| Also to be picky sorting should be locale dependent (java/text/Collator.html) . I
understand that for database storage it will ultimately depend on the collation set on
tables and would not change from a call to the other (without hitting performances really
bad I mean). It could be different for other implementations (Have no clue about LDAP, I
think you can't even sort but I might be wrong).
|
This part (sort/filter by attribute) is not fully implemented now for DB/LDAP. Some parts
are more natural in DB, some in LDAP but it is hard to have good efficient impl for both.
In some cases results will need to be post process anyway and this will hit performance)
anonymous wrote :
| Also I don't understand why the new AS5 integration is using JMX instead of plain
MC. Hint ?
|
I'll leave it for Jeff but I think it will be good to have AS 4.2.x support with JMX
as well (for EAP).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226940#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...