Thanks for the reply David. I was trying to figure out how to add JSR 77
JDBCStats so I first checked if we are implementing JDBCResource
anywhere. I've been trying to figure out how we can implement the JSR 77
Stats in Geronimo for performance monitoring. Since there is also
JCAStats related to JCAResource, I can look at it first.
David Jencks wrote:
On Feb 8, 2007, at 8:41 AM, Christopher M. Cardona wrote:
Anybody know where JSR 77 JDBCResource is being implemented in
Geronimo? Here is the spec description:
The JDBCResource model identifies a JDBC resource. A JDBC resource
manages one or more JDBC data sources. For each JDBC resource
provided on a server, there must be one JDBCResource OBJECT_NAME in
the servers resources list that
identifies it.
We kind of ignore this because we wrap all jdbc datasources with jca
wrappers so we only have the jca objects to deal with. I guess we
could try to figure out if a ConnectionFactory is a DataSource and if
so use JDBCResource for the module type instead of JCAResource (IIRC).
Would doing this provide value for our users?
thanks
david jencks
Thanks,
chris