Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    13,220

    another solution

    Another reason you can get this problem is if the class name is not the proper case as class names are case sensitive. Once I didn't lowercase the hql, it worked.
  2. what worked for me

    I tried the PostInitializer stuff and it didn't work for me.

    What I ended up doing was put that class in using xml and set the constructor arg with the sessionfactory. Then I called my init...
  3. Thread: JSON encoding

    by sundling
    Replies
    2
    Views
    2,029

    Have you looked at Spring json?

    http://spring-json.sourceforge.net/index.html it supports json-lib which seems to be commonly used and some other json library sojo.
  4. Replies
    8
    Views
    1,528

    A link for jquery and spring mvc

    http://www.infoq.com/articles/First-Cup-Web-2.0-Joel-Confino

    This is an example using json and jquery with spring mvc. I highly recommend jquery and the book jquery in action. Given jquery is...
  5. Replies
    14
    Views
    10,371

    70 votes on the JIRA and counting

    So how many votes do we need to get it in the repository? I would help if I had access.

    Looks like it's time for me to decide not to use spring modules at all or install Nexus and have to figure...
  6. I already had the ...

    I already had the

    <url-pattern>/*</url-pattern>

    I had the same exact problem and the login worked when I used the maven jetty plugin with contextPath as "/", but it stopped working when I...
  7. Replies
    3
    Views
    11,440

    Spring JS with JQuery

    @Jeremy Grelle
    I saw on a colleague's slides from Spring One that JQuery might be the next implementation for Spring JS. Is there any time frame on that?

    When I talked to you last year at...
  8. Replies
    5
    Views
    22,545

    more possible issues

    Forgot to mention that if you deployed the war first before exploding it, you may also need to remove that and restart tomcat before things will work. Everything is the same for both
    ...
  9. Replies
    5
    Views
    22,545

    getting spring security demo to work

    Besides adding the mention jars to the classpath (log4j and commons-logging), I also had this error:

    SEVERE: Exception sending context initialized event to listener instance of class...
  10. Replies
    0
    Views
    771

    NestedPath and Velocity (&Freemarker?)

    jira.springframework.org/browse/SPR-4986

    I submitted a patch to give back end support to make it trivial to add a macro for Velocity to support a nestedPath tag like the JSP tag for velocity. I...
  11. Replies
    0
    Views
    1,451

    Can't find Bean XML Editor

    I have installed Spring IDE 1.3.3 with Eclispe 3.2 and all the callisto stuff except the C/C++ stuff.

    Validation works, the Spring Nature works and Spring Bean View works, but I can't seem to...
  12. Replies
    1
    Views
    1,123

    Response I got from developer list.

    http://opensource2.atlassian.com/projects/spring/browse/SPR-310 will work, although the link above will throw an exception (at least if you are not logged in to jira). The response was by Matt...
Results 1 to 12 of 12