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



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to