|
From: Michael A. <mic...@ze...> - 2004-03-27 02:50:09
|
Hmmm, I just tried using the SqlConfigService, and I got it started, and then ran into a stack overflow, because: the SqlConfigService needs a data source name (I'm using Jndi to store the DataSource object), but it's trying to use itself to obtain the values to create the data source. Anybody out there actually using this kind of setup? And any idea how I might force the SqlConfigService to use config files rather than falling over itself? Cheers... MikeA |