Hi Rickard,
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. :-)
-Dan
On 7 Aug 00, at 7:12, Rickard �berg wrote:
> Hi!
>
> Dan OConnor wrote:
> > One quick note. Rickard, I needed to use JCheckBox (!) in
> > Container to get some metadata about security. Obviously this
> > isn't the right way :-). Could you take a look?
>
> The right way should be to use a boolean. The EJX GUI will create a
> checkbox for it.
>
> Will look at it.
>
> /Rickard
>
> --
> Rickard �berg
>
> Email: [EMAIL PROTECTED]
> http://www.telkel.com
> http://www.jboss.org
> http://www.dreambean.com
>