[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-3122) Facelets doesn't have access to classes loaded by the WEB-INF/dev ClassLoader

Pete Muir (JIRA) jira-events at lists.jboss.org
Mon Jun 23 08:12:28 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBSEAM-3122?page=all ]

Pete Muir closed JBSEAM-3122.
-----------------------------

    Resolution: Rejected

This is a documentation problem - the "action" dir should *only* be used for Seam components. Place other classes in the model dir.

> 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: JSF Integration, EL
>    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

        



More information about the seam-issues mailing list