Re: DB connection Config in SqlMapConfig

2009-03-30 Thread Nathan Maves
The only way to get access to the pool that Vignette creates would be if they expose it as JNDI. I guess you could also extend ibatis to get a connection for the Vignette pool if you were in the same JVM. On Mon, Mar 30, 2009 at 1:17 PM, ramang wrote: > > Hi all, > Not sure if anyone have been a

Re: DB connection Config in SqlMapConfig

2009-03-30 Thread ramang
Hi all, Not sure if anyone have been able to understand the query below. let me put it again. I have an existing portal application with DB connection properties and connection pool that are defined in vignette portal (//vignette/portal/config/properties file. The properties are similar to the S