[ 
http://issues.ops4j.org/browse/PAXWEB-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124#action_13124
 ] 

Thomas Joseph commented on PAXWEB-98:
-------------------------------------

Probably you don't have to build it yourself :) the snapshot repository hosts 
the artifacts that are built for every commit. 
http://repository.ops4j.org/mvn-snapshots/org/ops4j/pax/web/

If you feel that its a problem due to a migration from 0.6.0 to 0.7.2-SNAPSHOT, 
consider migrating to 0.7.1 first and compare the result with the snapshot 
version.

> JasperClassLoader causes JSF FactoryFinder to fail during request dispatch
> --------------------------------------------------------------------------
>
>                 Key: PAXWEB-98
>                 URL: http://issues.ops4j.org/browse/PAXWEB-98
>             Project: Pax Web
>          Issue Type: Bug
>          Components: JSP Support
>    Affects Versions: 0.5.1
>            Reporter: Thomas Joseph
>            Assignee: Thomas Joseph
>            Priority: Minor
>             Fix For: 0.8.0
>
>
> I am now trying to build JSF application with Pax Web + Extender and 
> Whiteboard. I am using Spring DM to register listeners, servlets and jsps 
> with the Pax Web Whiteboard.
> I faced some issue that I observed:
> 1. JSF during initialisation stores FactoryClassNames in a HashMap that is 
> stored against classloaders (Classloader instance is used as key).
> 2. At all instances (initialisation and during later usage) an instance of 
> "BundleClassLoader" is used as the ClassLoader, except for a place where 
> there is a EL expression
> 3. At EL expression evaluation it dispatches to JspServletWrapper that uses 
> the JaperClassLoader.
> 4. The JSF's hashmap is now queried for FactoryNames against the 
> JasperClassLoader (that returns a different hash) and hence a null for the 
> FactoryClassNames, which causes a failure in JSF page rendering whenever it 
> carries a reference to a ManagedBean.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.ops4j.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to