Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    706

    SpringWeb 3.0.1 breaks @RequestParam

    Any non-mandatory @RequestParam will now get a strange default value of "\n\t\t\n\t\t\n\uE000\uE001\uE002\n\t\t\t\t\n", instead of earlier blank value, meaning that any checks that relied on request...
  2. Reported this as a bug at...

    Reported this as a bug at http://jira.springframework.org/browse/IDE-1075
  3. Spring IDE with Spring Security 3.0 - XML validation

    Is Spring Security 3.0 being supported by Spring IDE yet? I'm getting XML validation errors whenever I'm trying to add an anonymous element inside an http element. The message is "Class...
  4. Replies
    12
    Views
    9,566

    What happened to the...

    What happened to the org.springframework.security.util.TextUtils? it wasn't deprecated in 2.0.4, yet it's not present in 3.0. Is there a replacement, and why isn't it mentioned in the changelog?

    ...
  5. Cleared it up - apparently, it was the presence...

    Cleared it up - apparently, it was the presence of both the ContextLoaderListener and DispatcherServlet configs - they both loaded at startup, and somehow conflicted with each other. When I removed...
  6. Is @Transactional supported for @Controller classes?

    I'm using a pretty standard setup - Tomcat, Spring 2.5, Java 6, JPA (Hibernate). Let's say I want to skip all the usual layered architecture, and use my EntityManager directly in my @Controller....
Results 1 to 6 of 6