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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...