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
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
> 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
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
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