hi there,
a colleague told me, that the usage of jsr250 (@rolesallowed) is not possible when using aspectj.
is this right?
can i use jsr250/@rolesallowed only with spring aop?
thanks in advance, strug
hi there,
a colleague told me, that the usage of jsr250 (@rolesallowed) is not possible when using aspectj.
is this right?
can i use jsr250/@rolesallowed only with spring aop?
thanks in advance, strug
Last edited by strug; Dec 24th, 2008 at 03:01 AM.
no one? or is the answer to easy?
In ordinary case it is possible:
The <global-method-security> Element:
http://static.springframework.org/sp...-global-method
Code:<global-method-security secured-annotations="false" jsr250-annotations="enabled"/>
Last edited by Andrei Tsibets; Dec 24th, 2008 at 03:34 AM.