Search:

Type: Posts; User: Tama-Chan; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    2,779

    I though I had already tried this, but it turns...

    I though I had already tried this, but it turns out I hadn't been thorough enough... Reverting to version 8.2-504.jdbc3 or 8.2-504.jdbc4 of the driver did the trick. Thanks!
  2. Replies
    3
    Views
    2,779

    Error with PostgreSQL and setQueryTimeout

    Hi all,

    I'm using Spring's JdbcTemplate (through JdbcDaoSupport) to do some operations on a table. I'm using Spring 2.5.6.SEC01 and c3p0 0.9.1.2 (and Hibernate 3.3.1.GA, but it's not involved in...
  3. Replies
    15
    Views
    14,478

    Same here; 0.8a still suffers from this issue,...

    Same here; 0.8a still suffers from this issue, and 0.9 is not even published. I'll wait 'til this is sorted out and use EHCache directly until then.

    Also fully agree with a poster above about the...
  4. Hi Davide, I'm going to take a guess here: you...

    Hi Davide,

    I'm going to take a guess here: you are using Hibernate, aren't you?

    Your problem is that the session is closed after the first method is invoked; any access to an uninitialized...
  5. Replies
    7
    Views
    9,827

    For those that may be interested in the answer...

    For those that may be interested in the answer (which I suppose is close to 0 since this thread got no answer), I circumvented the problem by using the <s:action> tag.

    Yes, it's kludgy, it takes...
  6. Replies
    7
    Views
    9,827

    Spring 2.5 + Struts 2 + Tiles 2

    Hi everyone,

    I'm developing a web application using Spring 2.5 for the core, Struts 2 as MVC framework, and Tiles 2 as a templating framework.


    So far it has been working well; however, I...
  7. Replies
    30
    Views
    20,643

    Error in the maven repositories

    Hi there!

    Congratulations for this release!

    However I have a little problem: I'm a Maven user, so to take advantage of this new release I have updated my dependencies in my POM file. It turns...
  8. Replies
    2
    Views
    1,165

    Getting a unique result

    Hi everybody,

    This is an improvement proposition. On several occasions I needed to get a unique result out of a query; that is I expected to get only one result, and getting more than one would be...
  9. Replies
    1
    Views
    33,360

    You want to check that: your certificates...

    You want to check that:


    your certificates are valid
    the CAS certificate is in your truststore (usually "$JRE/lib/security/cacerts" where $JRE is the path to your JRE ; check that this is the...
  10. Here it is...

    Here it is...


    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans SYSTEM "../spring/spring-beans.dtd">

    <beans>
    <bean id="attributes"...
  11. Hi, I had the exact same problem, and I found...

    Hi,

    I had the exact same problem, and I found the solution somewhere in the forum... Anyway, here is the code that did the trick for me (you just have to put it in your Controller) :

    ...
  12. Replies
    3
    Views
    971

    You're right. After a carefull research through...

    You're right. After a carefull research through the forum, I found out that it was caused by missing librairies for Hibernate - sorry.

    It's a pity though that Hibernate should be so imprecise in...
  13. Replies
    3
    Views
    971

    Error creating the sessionFactory bean

    Hi !

    I'm currently running a project with Spring & Hibernate. After a long struggle, I managed to tell Spring where to locate my mapping files. Though I keep having an error creating the...
Results 1 to 13 of 13