[seam-issues] [JBoss JIRA] Commented: (JBSEAM-4536) Icefaces example not working on JBoss 6.0.0.M1

judy guglielmin (JIRA) jira-events at lists.jboss.org
Fri Feb 26 11:43:10 EST 2010


    [ https://jira.jboss.org/jira/browse/JBSEAM-4536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12517053#action_12517053 ] 

judy guglielmin commented on JBSEAM-4536:
-----------------------------------------

previous versions of jboss application servers allowed the use of the following context-param to enable using a different jsf version libraries than that bundled with the server itself.  Although this worked for class-loading for the previous jboss-4.x series, it doesn' t seem to work with jboss-6.0.0.M2 (specifically).

 <context-param>
  <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>
  <param-value>true</param-value>
 </context-param>

Is there any such capability with jboss-6.0.0.M2?  (will post this on the appropriate forum as well).  When using this context-param (and trying also with various settings in jboss-web.xml, etc....it appears that jsf2.0 loads before the deployment of the application for class-loading and whatever you are trying to load after this is a duplicate--for example within the application itself).

> Icefaces example not working on JBoss 6.0.0.M1
> ----------------------------------------------
>
>                 Key: JBSEAM-4536
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4536
>             Project: Seam
>          Issue Type: Bug
>          Components: Examples
>    Affects Versions: 2.2.0.GA
>            Reporter: Jozef Hartinger
>            Assignee: judy guglielmin
>
> Loading of initial page fails with:
> java.lang.ClassNotFoundException: org.icefaces.x.context.BridgeFacesContext2
> Not really surprising since ICEfaces have known compatibility issues with JSF 2 http://jira.icefaces.org/browse/ICE-3979
> Perhaps upgrading to ICEfaces 2.0 alpha might solve the issue.

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

        


More information about the seam-issues mailing list