Search:

Type: Posts; User: -FoX-; Keyword(s):

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,502

    I'd like to give up, but I actually still hope...

    I'd like to give up, but I actually still hope for an answer.
  2. Replies
    7
    Views
    1,502

    @Rossen, I've already provided an InitBinder and...

    @Rossen, I've already provided an InitBinder and it will bind the strings to the right format; but if an IllegalArgumentException occurs (wrong format or empty string), than there is no way to catch...
  3. There are excellent Java forum software available...

    There are excellent Java forum software available though, like JForum? I think SpringSource should eat their own dogfood...
  4. Replies
    7
    Views
    1,502

    Could you ellaborate a bit more on this topic?...

    Could you ellaborate a bit more on this topic?
    What's the best way to validate binding issues in case of an exception, through the use of typeMismatch properties?
  5. Replies
    7
    Views
    1,502

    Yes, and in more complex scenario's where your...

    Yes, and in more complex scenario's where your argument is a Date and it is not parsable; how would you resolve this error?
  6. Replies
    7
    Views
    1,502

    A simple questions without any answers??

    A simple questions without any answers??
  7. Replies
    7
    Views
    1,502

    How to validate @RequestParam?

    My question is straightforward and simple, but I cannot find a good way to validate request parameters with the annotation syntax for controllers. What is the best way to do it?
  8. Does anybody know an answer to this issue?

    Does anybody know an answer to this issue?
  9. Handling bind exceptions with PropertyEditor

    I've implemented a DateTimePropertyEditor for resolving DateTime fields to a Joda DateTime object. The implementation of the setAsText method, looks like this:


    public void setAsText(String text)...
  10. I'm still looking for an answer on this issue?...

    I'm still looking for an answer on this issue? Anyone?
  11. JasperReports without ResourceBundleViewResolver

    In our application, we have a UrlBasedViewResolver view resolver to resolve URL requests to Jsp based views. We have integrated JasperReports for the reporting part and had to use the...
  12. Replies
    5
    Views
    5,625

    Still need help.... ZzZzzzzZzz

    Still need help.... ZzZzzzzZzz
  13. Replies
    5
    Views
    5,625

    I don't like talking to myself.. can somebody...

    I don't like talking to myself.. can somebody help, pls?
  14. Replies
    5
    Views
    5,625

    Still facing this problem. Can somebody help me...

    Still facing this problem. Can somebody help me out here?
  15. Replies
    3
    Views
    7,291

    Nope, that doesn't work for me... can't find...

    Nope, that doesn't work for me... can't find property exception.

    Other suggestions?
  16. Replies
    5
    Views
    5,625

    SOAP Exception during redeploy

    Hi,

    I'm getting following exception when I redeploy my web application and call a Spring Web Service. When I restart the server, the problem disappears.



    Dec 27, 2008 5:32:44 PM...
  17. Replies
    3
    Views
    7,291

    Security tag to get username

    How can I use the Spring 2.0 security tag to get the user information?

    In acegi security, we used:


    <authz:authentication operation="id"/>


    But that doesn't work anymore.
    I've already...
  18. Replies
    8
    Views
    2,473

    Spring is dead, at least the framework we know......

    Spring is dead, at least the framework we know... the framework that was community driven, the framework that was driven by ambitious developers who want to make development in a J2EE world a...
  19. Replies
    3
    Views
    8,972

    Nobody? The problem is that I only want to...

    Nobody?

    The problem is that I only want to query 2 OU's (of 30+).


    DC=server,DC=company,DC=com
    OU=PC Users
    OU=Builtin
    OU=Terminal Server Users
    OU=Test1
  20. Replies
    3
    Views
    8,972

    LDAP query multiple OU's

    I've configured an LDAP user search in the spring security context, but I'm getting Connection Timeouts (PartialResultException, ConnectException: timed out) when querying in the ROOT. When I...
  21. Replies
    3
    Views
    1,111

    Why don't you perform the login through a Struts...

    Why don't you perform the login through a Struts action so that you can have all control?

    For example


    SecurityContext context = SecurityContextHolder.getContext();
    // retrieve granted...
  22. Replies
    2
    Views
    2,144

    Annotations are not inherited, if you set them on...

    Annotations are not inherited, if you set them on your implementation class, it should work. In this way, you aren't using any proxy so security will not be applied on method level.
  23. Replies
    11
    Views
    14,217

    NTLM with Spring Security 2.0

    I made a blog entry that can help in enabling NTLM authentication in your spring based webapps. Although it is not completely finished yet (I would like to add Spring 2.0 namespace config), you can...
  24. nobody an answer?

    nobody an answer?
  25. Replies
    2
    Views
    2,501

    I think your problem is that you would like to...

    I think your problem is that you would like to apply a pointcut to an execution of and NOT an execution of..

    I don't think you can combine it in this manner..
Results 1 to 25 of 135
Page 1 of 6 1 2 3 4