--- [EMAIL PROTECTED] wrote:
> Hello all,
> 
> After blundering around in the darkness I am now
> doing the sensible thing
> and asking for help.
> 
> I am trying to implement through XDoclet 1.2 tags
> security on methods on my
> beans that allow only certain roles to access them.
> Could some kind sole
> explain the correct tags I should use? and in what
> order. I am deploying to
> JBoss 3.0.3.

You can use:
@ejb:permission role-name="foo,bar,baz"
( or just unchecked="true" ) 
on both class and method level
( on class level applies everywhere, method overrides
class setting )

Additionally, you can specify role-name="foo,bar,baz"
or unchecked on: @ejb.pk , and all finder tags

regards,

=====
Konstantin Priblouda ( ko5tik )    Freelance Software developer
< http://www.pribluda.de > < play java games -> http://www.yook.de >
< render charts online -> http://www.pribluda.de/povray/ >

__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en

_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to