[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

petemuir do-not-reply at jboss.com
Sat Feb 24 07:42:19 EST 2007


So, to sumamrise the problem as I understand it:

* the FaceletsRenderer calls out to facelets to render the page (making no alteration to the classloader used)
* Normally the classloader used is the WebappClassLoader (it is in the examples always afaics) HOWEVER sometimes it ends up being the JBoss UCL
* In the example the Seam component (mailExample) is using the WebAppClassLoader (is this to do with using session beans vs java beans?)
* If its using the WebappClassLoader it works.  If its not it doesn't 
* The placement of jars in the ear is possibly related (but IMO probably not)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021593#4021593

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



More information about the jboss-user mailing list