[richfaces-planning-issues] [JBoss JIRA] Commented: (RFPL-1493) Test deployment, and execution of RichFaces 3.3.3.Final component demo on the latest release of AS7

Ján Jamrich (JIRA) jira-events at lists.jboss.org
Thu Aug 11 17:10:03 EDT 2011


    [ https://issues.jboss.org/browse/RFPL-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12620544#comment-12620544 ] 

Ján Jamrich commented on RFPL-1493:
-----------------------------------

Following instructions from Marek Novotny's blogpost it is possible (and quite easy) to run RichFaces Live demo on JBoss AS7.

The required steps are:
 1. remove jboss-web.xml from WEF-INF lib
 2. add jboss-deployment-structure.xml with following configuration:

<jboss-deployment-structure> 
   <deployment>
        <exclusions>
          <module name="javax.faces.api" slot="main"/>
          <module name="com.sun.jsf-impl" slot="main"/>
        </exclusions>
        <dependencies>
          <module name="javax.faces.api" slot="1.2"/>
          <module name="com.sun.jsf-impl" slot="1.2"/>
        </dependencies>
    </deployment>   
</jboss-deployment-structure>

Configuration is quite self-explaining since in javax.faces.api module are slots "main" and "1.2" and for com.sun.jsf-impl the same.

Thanks for link, this way to switch JSF version is really useful. My bad that I didn't learn how to manage slots in modules before I started with this JIRA, I had tried to change impl in completely wrong way :(

> Test deployment, and execution of RichFaces 3.3.3.Final component demo on the latest release of AS7
> ---------------------------------------------------------------------------------------------------
>
>                 Key: RFPL-1493
>                 URL: https://issues.jboss.org/browse/RFPL-1493
>             Project: RichFaces Planning
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: examples, QE
>            Reporter: Jay Balunas
>            Assignee: Ján Jamrich
>            Priority: Critical
>             Fix For: 4.1.0.Milestone1
>
>
> We need to make sure there are no issue with running RichFaces 3.3.3.Final version of the component demo on the latest AS7 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-planning-issues mailing list