Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    128
    Views
    13,219

    You do have to leave taking those drugs :P

    You do have to leave taking those drugs :P
  2. Replies
    128
    Views
    13,219

    It seems that i won't get tired of saying that...

    It seems that i won't get tired of saying that you are complicating it too much!
    But, if you are happy with it, go on!! :D

    Regards,
  3. Replies
    128
    Views
    13,219

    I'm quite lost here :D Is there any reason why...

    I'm quite lost here :D
    Is there any reason why we can't stick with the old and simpler implementation?
    I thought that it was the right way to go, and also tried to understand why we are still...
  4. Replies
    128
    Views
    13,219

    It seems to be ok, Have you run any tests?...

    It seems to be ok,
    Have you run any tests?
    Regards,
  5. Replies
    128
    Views
    13,219

    where is this.methodInvocationPrivilegeEvaluator...

    where is this.methodInvocationPrivilegeEvaluator defined??
    Your implementation is quite similar to mine, isn't it?

    Regards!
  6. Replies
    128
    Views
    13,219

    where is this.methodInvocationPrivilegeEvaluator...

    where is this.methodInvocationPrivilegeEvaluator defined??
    Your implementation is quite similar to mine, isn't it?

    Regards!
  7. Replies
    128
    Views
    13,219

    I think that if you use the List from...

    I think that if you use the List<String> from GrantedAuthorities you are narrowing the posibilities of Spring Security, because you can extend GrantedAuthority to add expresiveness to the...
  8. Replies
    128
    Views
    13,219

    I think that this implementation reinvents the...

    I think that this implementation reinvents the wheel!!!
    Why do you want to do that?
    I know that you where having problems with the other implmenentation, but it seems that it is a much more...
  9. Replies
    128
    Views
    13,219

    We can separate each thing in different...

    We can separate each thing in different interfaces, and implement each of them if we want.
    I'm not sure which would be the best way.

    Regards,
  10. Replies
    128
    Views
    13,219

    Hi Ole, If you reread what i've written, it...

    Hi Ole,
    If you reread what i've written, it starts with "I think" :D, because i'm not a master in Spring.
    I don't really understand well enougth all this, so i can't really explain to you if your...
  11. Replies
    128
    Views
    13,219

    So why don't you put a breakpoint in the Spring...

    So why don't you put a breakpoint in the Spring Security code, to check that out?
    It seems really strange to me !!!

    regards,
  12. Replies
    128
    Views
    13,219

    It is working properly here, Pay attention that...

    It is working properly here,
    Pay attention that when you are not logged in, if you have anonymousProcessingFilter enabled in spring, then you will be authenticated as Anonymous, and you have rights...
  13. Replies
    128
    Views
    13,219

    This is what i've done, and it seems to work: ...

    This is what i've done, and it seems to work:




    public java.util.Map getMethodAuthorizations() {

    Authentication authentication =...
  14. Replies
    128
    Views
    13,219

    We must make some interfaces to isolate this...

    We must make some interfaces to isolate this functionality from DWR, so we can make it portable to other remoting platforms.
    what we have to ask to the remoting platforms is what beans are being...
  15. Replies
    128
    Views
    13,219

    I think that the it is because what you are...

    I think that the it is because what you are securing is not method invocation plainly, but from an specific object.
    You usually specify which instance of the class you are referring (with the bean...
  16. Replies
    128
    Views
    13,219

    why is it unnecesary? If you think you don't...

    why is it unnecesary?
    If you think you don't need it on startup, use a proxy for it.
    It will be initialized when is needed (i think that it works in that way).
    In the weekend i was thinking that...
  17. Replies
    128
    Views
    13,219

    Hi!, i had a problem: when i call to login with...

    Hi!,
    i had a problem: when i call to login with badcredentials, one of the services inyected by aop associates a domain object to the exception, and then when DWR serializer tries to access it, it...
  18. Replies
    128
    Views
    13,219

    Yes, i connected it to my securityInterceptor......

    Yes, i connected it to my securityInterceptor... i've sent all the configurations before :S :P

    This is what i've done:


    <bean id="methodInvocationPrivilegeEvaluator"...
  19. Replies
    128
    Views
    13,219

    Why don't you download dwr sourcecode, add it to...

    Why don't you download dwr sourcecode, add it to your project in eclipse, and debug dwr code as you would do with your project?
    It works for me, i have the code of all the libraries i use, so i can...
  20. Replies
    128
    Views
    13,219

    Constructors don't have return types, neither can...

    Constructors don't have return types, neither can return null!!!! (they are not common methods).
    You can do a static method that returns an element of that classes type, and you can choose to return...
  21. Replies
    128
    Views
    13,219

    Yes, that's me :D Let's stay connected. I had...

    Yes, that's me :D
    Let's stay connected.
    I had no problems with methodInvocation.
    Send me a usecase so i can help you.
    Regards,
  22. Replies
    128
    Views
    13,219

    Why don't you debug this in eclipse? i've...

    Why don't you debug this in eclipse?
    i've already tested it with all my services, and it seems to work great!
    Regards,
  23. Replies
    128
    Views
    13,219

    I didn't knew that dwr didn't supported or...

    I didn't knew that dwr didn't supported or avoided supporting overloaded methods.
    I thought that it do supported it by sending the parameters and checking serverside if there was a method with those...
  24. Replies
    128
    Views
    13,219

    And how would be doing that? Some example please...

    And how would be doing that?
    Some example please :D

    Regards,
  25. Replies
    128
    Views
    13,219

    ok, lets propose that one, And which would...

    ok, lets propose that one,



    And which would be the interface, and the implementation classes for DWR in this case?
    Because if we change String jsBeanName for Object object, we can't remote...
Results 1 to 25 of 63
Page 1 of 3 1 2 3