I have a need to create a JAVA CFX tag that needs database access. I would
rather use the existing CFMX connection pool than create my own. Any pointers
available.
MX 6.1 running in stand alone mode.
Oracle 9i
Thanks,
Shawn
McKee
Shawn,
Try this:
coldfusion.server.ServiceFactory.getDataSourceService().getDatasource(da
tasourcename).getConnection()
It works for us under CFMX7.
Leon
----- Excess quoted text cut - see Original Post for more -----
I this is an old question. But does anyone know if its possible to tap
into mx's connection pooling with a java class?