RE: [JBoss-dev] Coding-Style-page

2002-12-07 Thread marc fleury
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 >

Re: [JBoss-dev] Coding-Style-page

2002-12-07 Thread Scott M Stark
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

[JBoss-dev] Coding-Style-page

2002-12-07 Thread Thomas Peuss
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 --