Juergen,
I had to merge my changes with yours in the JdbcTemplate. I added close() calls
to the stmt, ps and rs objects when an exception was caught. I also removed the
ReadOnlyResultSet that we talked about earlier.
I also copied the new documentation to the website.
Thomas
> I've introduced timeout support for DataSourceTransactionManager and
> HibernateTransactionManager last weekend. A transaction timeout can get
> applied to Statement.setQueryTimeout, decreasing with every statement, for
> JDBC drivers that actually interpret that. Same for Hibernate's
> Query.setTimeout. Of course, the convenience classes apply this
> automatically. Manual access code has to call
> DataSourceUtils.applyTransactionTimeout(Statement) respectively
> SessionFactoryUtils.applyTransactionTimeout(Query) to participate in
> transaction timeouts.
>
> BTW, I've just added an Avalon section to our "lightweight containers"
> article, on the occasion of the TSS discussion on PicoContainer. Thomas,
> could you please put it on the website?
>
> Juergen
>
>
> DI Jürgen Höller
> Senior System Architect
> ______________________________________
>
> werk3ATS - division systementwicklung
> part of werk3AT internetmedien oeg
>
> europaplatz 4
> A - 4020 linz
>
> t. +43 (0) 732 71 65 29 502
> f. +43 (0) 732 71 65 29 3
> mailto:jue...@we...
> http://www.werk3at.com
> ______________________________________
> werk3ATS - WIR ENTWICKELN ERFOLG
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by Dice.com.
> Did you know that Dice has over 25,000 tech jobs available today? From
> careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
> best hiring companies. http://www.dice.com/index.epl?rel_code4
> _______________________________________________
> Springframework-developer mailing list
> Spr...@li...
> https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
|