I have a situation whereas I am using a 3rd party library that makes use of Class.forName
Pretty easy to change that ot use a context loader..
The issue is I also have a Class abc=null with the construction of:
abc.newInstance()
Any suggestions in how I should change this?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136286#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...