I am working on a new resource adapter for Glassfish. It uses a connection pool that has a property set in the admin console. Connector Connection Pools -> Additional Properties -> name=url, value=127.0.0.1 I would like to read this property from the resource adapter. (from my managed connection implementation class for example)
I tried checking the documentation and online examples but did not find out how to do it.
This is the common way for almost all web apps on j2ee containers with connection pools.