While working on a JSR-340 proposal I came across
ApplicationContextFacade.declareRoles on trunk and found this:
@Override
public void declareRoles(String... roleNames) {
// TBD
}
The same method does seem to have implementations in
ApplicationContext and in StandardContext.
What gives? Is this a bug? Has the implementation of this method just
been forgotten? Am I missing something?
Eirik.