Search:

Type: Posts; User: Cades_Cove; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    3,576

    Any luck?

    Just wondering if anyone got this working?

    Having same problem here, @Autowired and @Resource fields are not wired when using AOP on Struts 2 actions....

    Thanks!
  2. Replies
    8
    Views
    3,890

    So I found that if I use error-code instead of...

    So I found that if I use error-code instead of exception-type:


    <error-page>
    <error-code>401</error-code>
    <location>/pages/error.jsp</location>
    </error-page>

    the request is forwarded...
  3. Replies
    8
    Views
    3,890

    I am using Struts 2. I am unable to solve...

    I am using Struts 2.

    I am unable to solve this issue. Using a global exception mapping in the Struts 2 configuration returns the same result. Even using an error-page element in the web.xml for...
  4. Replies
    8
    Views
    3,890

    My global-method-security uses defaults and is as...

    My global-method-security uses defaults and is as follows:


    <global-method-security pre-post-annotations="enabled" >
    </global-method-security>

    The method is within a @Service class and is...
  5. Replies
    8
    Views
    3,890

    No configuration. It implements the...

    No configuration. It implements the AccessDeniedHandler interface and at this point just does a System.out and a redirect. If I remove the ref and specify an error-page I get the same response. Maybe...
  6. Replies
    8
    Views
    3,890

    Stack Trace

    1/4/10 15:50:12:395 EST] 0000002a WebApp E [Servlet Error]-[Access is denied]: com.ibm.ws.webcontainer.webapp.WebAppErrorReport: Access is denied
    at...
  7. Replies
    8
    Views
    3,890

    AccessDeniedHandler not working

    I am using a @PreAuthorize annotation expression to call a static method to evaluate whether a user has permissions to call the method with the given args. When the static method returns false the...
Results 1 to 7 of 7