[jboss-user] [JBoss Seam] - Re: Problems with migration to 2.0

pete.muir@jboss.org do-not-reply at jboss.com
Wed Oct 3 16:41:56 EDT 2007


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#4091231

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091231



More information about the jboss-user mailing list