Facelets doesn't have access to classes loaded by the WEB-INF/dev ClassLoader
-----------------------------------------------------------------------------
Key: JBSEAM-3122
URL:
http://jira.jboss.com/jira/browse/JBSEAM-3122
Project: Seam
Issue Type: Bug
Components: EL, JSF Integration
Affects Versions: 2.0.2.SP1
Reporter: Drew Kutchar
When I try to define a function (as described in
https://facelets.dev.java.net/nonav/docs/dev/docbook.html#taglib-function) I get
ClassNotFoundException on the Class if I use the dev classloader.
Basically, any classes that are loaded by the WEB-INF/dev ClassLoader are not accessible
by facelets. I confirmed this by removing "action.dir=WEB-INF/dev" from
build-dev.properties, which just makes ant copy all the file to WEB-INF classes, and
things work fine but that kills the HotDeploy.
I am using exploded war deploy method with JBoss 4.2.2.GA.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira