dev@glassfish.java.net

Re: who owns jdbc-core

From: Shalini Muthukrishnan <Shalini.Muthukrishnan_at_Sun.COM>
Date: Wed, 29 Apr 2009 10:42:55 +0530

Hi Carla,

Recently i made some changes[1] to exclude the jdbc-core.jar, jdbc30.jar
and jdbc40.jar from the modules directory.

The jdbc-ra-distribution processes these jars and bundles them such that
they are placed under the distribution
(glassfish/lib/install/applications) directory.

You could just build the jdbc-ra-distribution and unzip the contents
into the appropriate location and test the changes.

HTH,
Shalini.

[1]
https://glassfish-svn.dev.java.net/source/browse/glassfish-svn/trunk/v3/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml?view=diff&rev=26105&p1=trunk/v3/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml&p2=trunk/v3/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml&r1=26104&r2=26105

Carla Mott wrote:
>
> 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)
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>