Hi!

Dan OConnor wrote:
> I think I've really punted retrieving this metadata...
> 
> The following line from Container.java getMethodPermissions never
> has any elements, but this is where I thought the actual methods
> should be:
> 
>           Enumeration enumMethods = interfaceNode.children();
>           while (enumMethods.hasMoreElements())
> 
> I'll try to figure out what I'm doing wrong tomorrow... I'm guessing
> that you use introspection in EJX to get the method names, and
> there is some better way to retrieve this information in the jBoss
> runtime.  Of course, looking at the code is always better than
> guessing, so I'd do that if it weren't so late. :-)

Yeah, this might be broken. Never tested it that much since there was no
code that used it :-)

/Rickard

-- 
Rickard �berg

Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com

Reply via email to