No, don't usejbossclassloader. Instead just make sure that you understand ear
classloading in jboss ;)
In essence anything you put in ear/lib or your ejb modules is accessible to both the ejb
modules and to the webapp (WEB-INF/lib, WEB-INF/classes) but NOT vice-versa - putting
stuff in WEB-INF/lib does not make it visible to the ejb module.
I should blog about this as its a constant source of confusion.
In this case you need to put jfree stuff in ear/lib
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091231#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...