dev@glassfish.java.net

who owns jdbc-core

From: Carla Mott <Carla.Mott_at_Sun.COM>
Date: Tue, 28 Apr 2009 14:19:32 -0700

I have an autogenerated email with a summary from FindBugs that shows
the following. To test the fix I wanted to update the jar file in my
distro with the newly built jar but I'm not sure which jar that is.
There is no jdbc-core.jar in the modules dir. How do I test this?

Thanks,
carla

Errors:
=================================================================================================
carlavmott:
/export/munta/nightly/v3/findbugs/appserver-sqe/findbugs/temp/source/v3/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/JdbcObjectsFactory.java:57:57
MS: com.sun.gjc.spi.JdbcObjectsFactory._logger isn't final but should be
(H)