I thought it was funny though,
marcf
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On
> Behalf Of Scott M Stark
> Sent: Saturday, December 07, 2002 12:00 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-dev] Coding-Style-page
>
ROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, December 07, 2002 2:35 AM
Subject: [JBoss-dev] Coding-Style-page
> Hello!
>
> On http://www.jboss.org/developers/guides/codestyle.jsp
>
> Class cls = Class.forName(dataSourceClass);
>
> is given as an example of goo
Hello!
On http://www.jboss.org/developers/guides/codestyle.jsp
Class cls = Class.forName(dataSourceClass);
is given as an example of good coding style. Shouldn't we change this to
Thread.currentThread().getContextClassLoader().loadClass(dataSourceClass)?
CU
Thomas
--