Hi,
I'm trying to develop a server application that uses Geotools
DataStore into JBoss AS. I would like to use the DataSource provided
by JBoss through JNDI but I find it quite difficult. The problem is
that JBoss Postgresql DataSource implements only the 
javax.sql.DataSource hiding the pooling management, but to build a
PostgisDataStore I need a ConnectionPool that accepts only a
ConnectionPoolDataSource.
I think that it would be nice to allow the developer to build a
DataStore using it's own DataSource implementation, so that
integration into application servers should be done using db
connection managed from the AS itself.
If someone knows a workaround for this problem I would appreciate any
advice, otherwise I will try to modify ConnectionPool sources to make
it subclassable.

Thanks,
Diego Savardi


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to