Re: [Andromda-user] Datasource bean class

2005-04-19 Thread Sebastien Arbogast
Done :o) On 4/19/05, Chad Brandon <[EMAIL PROTECTED]> wrote: > Sebastien Arbogast wrote: > > >>Not currently, no, it either uses the > >>org.springframework.jndi.JndiObjectFactoryBean or the > >>org.apache.commons.dbcp.BasicDataSource depending on the datasouce > >>connection properties set, ple

Re: [Andromda-user] Datasource bean class

2005-04-19 Thread Chad Brandon
Sebastien Arbogast wrote: Not currently, no, it either uses the org.springframework.jndi.JndiObjectFactoryBean or the org.apache.commons.dbcp.BasicDataSource depending on the datasouce connection properties set, please file a JIRA issue for this. Ok what is the rule of thumb ? How should I se

Re: [Andromda-user] Datasource bean class

2005-04-19 Thread Sebastien Arbogast
> Not currently, no, it either uses the > org.springframework.jndi.JndiObjectFactoryBean or the > org.apache.commons.dbcp.BasicDataSource depending on the datasouce > connection properties set, please file a JIRA issue for this. Ok what is the rule of thumb ? How should I set my connection proper

Re: [Andromda-user] Datasource bean class

2005-04-19 Thread Chad Brandon
Not currently, no, it either uses the org.springframework.jndi.JndiObjectFactoryBean or the org.apache.commons.dbcp.BasicDataSource depending on the datasouce connection properties set, please file a JIRA issue for this. Sebastien Arbogast wrote: Hi, Default class for datasource bean is org.sp

[Andromda-user] Datasource bean class

2005-04-19 Thread Sebastien Arbogast
Hi, Default class for datasource bean is org.springframework.jdbc.datasource.DriverManagerDataSource as it's generated in applicationContext-datasource.xml. Is there a way to override this default setting to use another class for datasource, as org.apache.commons.dbcp.BasicDataSource for example