Search:

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

Search: Search took 0.02 seconds.

  1. I made a custom build for myself and hard-coded...

    I made a custom build for myself and hard-coded it in
    XStreamExecutionContextStringSerializer class init() method

    xstream.autodetectAnnotations(true);

    and works fine :D
  2. Setup xstream autodetectAnnotations for JobExecutionContext serializer

    I can't find any configuration for this, is there a way to setup xstream autodetectAnnotations for the JobExecutionContext serializer ?

    I have a hibernate object with relations and when I try to...
  3. Replies
    6
    Views
    1,232

    I give a up for this, lets hope that someone can...

    I give a up for this, lets hope that someone can answer it.
  4. Replies
    6
    Views
    1,232

    I turn on the logging for spring security...

    I turn on the logging for spring security (log4j.logger.org.springframework.security=DEBUG),
    but it did not show to much.


    -- START LOG --
    17:12:06,250 DEBUG...
  5. Replies
    6
    Views
    1,232

    When I login with a user ROLE_USER and I call...

    When I login with a user ROLE_USER and I call
    CustomeClass.methodThree() => AccessDeniedException
    but when I try to call the inherited methods from the base class
    CustomeClass.methodOne() or...
  6. Replies
    6
    Views
    1,232

    No security check for inherited methods.

    I use spring-security-3.0.5 and got two class like

    class BaseClass {
    public methodOne() {
    }
    public methodTwo(){
    }
    }

    @PreAuthorize("hasRole('ROLE_ADMIN')")
Results 1 to 6 of 6