Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    1,542

    You're right on both ! silly me ! it's time...

    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
  2. Replies
    7
    Views
    1,542

    Ordering Aspect problem

    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...
  3. That's exactly what I had in mind ! Thanks...

    That's exactly what I had in mind !

    Thanks again for your light.

    Joel
  4. ok ! the magic happens in JNDI Datasource since...

    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...
  5. +1 : I'm really interested in the response to...

    +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...
  6. Replies
    4
    Views
    1,081

    I don't understand your response (but thanks for...

    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...
  7. Replies
    4
    Views
    1,081

    Shared JdbcTemplate between different DAO

    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...
  8. Replies
    2
    Views
    696

    Documentation typo errors

    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...
  9. Thanks ! just check CVS and found a little...

    Thanks !

    just check CVS and found a little mistake :



    protected ObjectPool createObjectPool() {
    GenericObjectPool gop = new GenericObjectPool(this);
    gop.setMaxActive(getMaxSize());...
  10. Since I can't wait for 1.2.3 version, I'm gonna...

    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
  11. CommonsPoolTargetSource : configuring pool properties.

    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...
  12. Replies
    1
    Views
    1,914

    No ref doc link broken

    Hi,

    Just want to signal that the following link to the ref doc is broken :
    http://acegisecurity.sourceforge.net/ref/index.html

    regards,

    Joel
  13. adding the supressClose property solves the...

    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,...
  14. SingleConnectionDataSource configuration problem ?

    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...
  15. Colin was right, it is a datasource configuration...

    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...
  16. Thanks for the response, Omar here's...

    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'?>...
  17. Tomcat + Spring + Hibernate configuration problem

    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...
Results 1 to 17 of 17