Some things cause other problems:"Class.forName is Evil - Class.forName will pin classes in memory forever (almost, but long enough to cause problems). If you're forced to do dynamic class loading use ClassLoader.loadClass instead. All variations of the Class.forName suffer from the same problem. See BJ Hargrave's blog about this."There is a bug in JDK which means that serialisation will not work with String[] when using loadClass, and Class.forName must be used:We hit this, and had to move all our stuff to Class.forName.MarkOn 16 Apr 2013, at 18:51, Cristiano Gavião <cvgaviao@gmail.com> wrote:_______________________________________________Would like to share this excellent article with Drools and JBPM
developers...
http://blog.osgi.org/2011/05/what-you-should-know-about-class.html
cheers,
Cristiano
rules-dev mailing list
rules-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev
_______________________________________________
rules-dev mailing list
rules-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev