users@glassfish.java.net

Re: Dev Guide JDBC Questions

From: <June.Parks_at_Sun.COM>
Date: Fri, 04 Dec 2009 08:30:33 -0800

On 12/03/09 18:54, Shalini Muthukrishnan wrote:
> Hi June,
>
> June.Parks_at_Sun.COM wrote:
>> Hi Shalini,
>>
>> Great review. I have a couple of questions, see below.
>>
>> On 11/27/09 03:02 AM, Shalini Muthukrishnan wrote:
>>> - Page 240, Making JDBC Driver Jars available : Please add
>>> glassfish_home/lib directory to the list.
>> How would this differ from adding the driver JARs to
>> <domain-dir>/lib? Why would a user want to put them in
>> <install-dir>/lib instead?
> This is an other directory where user can put his jdbc driver to make
> it available to the application server.
I figured that was the case, but you still haven't answered my
question. Why would a user want to put the driver JARs in
<install-dir>/lib instead of <domain-dir>/lib? Would they be available
to multiple domains, if the user had them? Would they override JARs in
<domain-dir>/lib? If there's no advantage to putting them in
<install-dir>/lib, why bother telling users they can do so?

June
>>> - Page 247, section Handling Invalid Connections : the examples for
>>> asadmin set on the property should be changed to :
>>> asadmin set
>>> server.resources.jdbc-connection-pool.JCPool1.property.Prefer-Validate-Over-Recreate="true"
>>>
>> Jagadish says the property name is all caps,
>> PREFER-VALIDATE-OVER-RECREATE. Please confirm the spelling.
> It could also be set with init-caps like "Prefer-Validate-Over-Recreate".
>
> Thanks,
> Shalini.
>> Unfortunately, because this is a property and not an attribute, I
>> can't extract it from the configuration myself.
>>
>> June
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>