You're right on both !
silly me ! it's time for me to go to bed :D
Thanks for spotting the 2 mistakes (and for the quick answer) and sorry for bothering with stupid question,
Joel
Type: Posts; User: seldrick; Keyword(s):
You're right on both !
silly me ! it's time for me to go to bed :D
Thanks for spotting the 2 mistakes (and for the quick answer) and sorry for bothering with stupid question,
Joel
Hi,
I have got problems ordering some aspect with Spring 2.0.5 (probably me not using correctly Spring but I can't figure out where is the problem).
What is my goal ?
My goal is to...
That's exactly what I had in mind !
Thanks again for your light.
Joel
ok ! the magic happens in JNDI Datasource since it is JTA-aware (that the point I didn't knew) and I don't need to do anything in Spring to propagate the transactions initiated by SLSB (only define a...
+1 : I'm really interested in the response to that question !
What are the conditions to make working some CMT SLSB (for declarative transaction) using Spring JdbcTemplate (without any...
I don't understand your response (but thanks for responding :D)
If I have 2 DAOs and each one is creating his own JdbcTemplate then I have 2 JdbcTemplate instances, no ?
I wanted to inject...
Hi,
I would like to use a JdbcTemplate shared between different DAO, the documentation (chapter 11.2.1.2) says that it's a good practice to inject one JdbcTemplate instance in multiple DAO...
Hi,
Just wanted to signal 2 typo errors in documentation (2.0.4 version).
6.1.2. Spring AOP capabilities and goals
- We believe thatboth proxy-based
6.1.2. Spring AOP capabilities and goals...
Thanks !
just check CVS and found a little mistake :
protected ObjectPool createObjectPool() {
GenericObjectPool gop = new GenericObjectPool(this);
gop.setMaxActive(getMaxSize());...
Since I can't wait for 1.2.3 version, I'm gonna make my own version of CommonsPoolTargetSource all commons properties settable.
If you want I can send you the code.
Regards,
Joel
Spring version : 1.2.2
Hi all,
I'm using AOP in Spring to create a pool of object (in my case Corba connection) with CommonsPoolTargetSource.
I have set the max size of the pool to 25, I...
Hi,
Just want to signal that the following link to the ref doc is broken :
http://acegisecurity.sourceforge.net/ref/index.html
regards,
Joel
adding the supressClose property solves the problem.
Thanks for the explanation.
I really think Spring is a valuable framework with lot of good ideas, but for me, it's not always easy to use,...
Hi,
I would like to report a configuration problem that seems strange to me.
My project is based on Struts + Spring + Hibernate + MySql.
In order to run Unit tests, I use a special application...
Colin was right, it is a datasource configuration problem in Tomcat, not in Spring.
I have written a JSP Test page retrieving MySqlDatasource and executing a query, I have the same error about a...
Thanks for the response,
Omar here's zorglux.xml content, I made a reference to MySqlDatasource which is correctly accessed by Spring as you said.
<?xml version='1.0' encoding='utf-8'?>...
Hi all,
Can you help me solving a configuration problem between with tomcat, spring and hibernate ?
I would like Hibernate to use a datasource defined in JNDI, it seems that Hibernate can't...