dev@glassfish.java.net

ApplicationContextFacade.declareRoles //TBD

From: Eirik Bjørsnøs <eirbjo_at_gmail.com>
Date: Tue, 14 Jun 2011 13:12:29 +0200

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.