Re: Opening several database connections on the same registry

2006-09-19 Thread Rui Pacheco
Hi I've managed to fix it. It was just a dumb typo, a mistake on my part. But when you're looking at XML, it gets hard to see whats happening. :) On 9/19/06, Kristian Marinkovic <[EMAIL PROTECTED]> wrote: Hi, could you post the exception. Is there a object with a "object.setDataSource(java

RE: Opening several database connections on the same registry

2006-09-19 Thread Kristian Marinkovic
Hi, could you post the exception. Is there a object with a "object.setDataSource(javax.sql.DataSource ds)" method? if so hivemind won't be able to resolve the right object because there are 3 objects with the same interface available. you will have to specify the desired pool by its service-po