[jboss-jira] [JBoss JIRA] (JBEE-114) JSF-API from 2.0.1.Final introduces inclusion of JSF-IMPL resources

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Tue May 22 09:58:18 EDT 2012


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

RH Bugzilla Integration commented on JBEE-114:
----------------------------------------------

Marek Novotny <mnovotny at redhat.com> made a comment on [bug 820579|https://bugzilla.redhat.com/show_bug.cgi?id=820579]

I and Lukas discovered that the cause is jboss jsf-api starting from 2.0.1.Final introduces inclusion of javax.faces resources.

Hack for fixing it is definition of changed scope for jsf-api in static-resources pom.xml:
             <dependency>
                    <groupId>org.jboss.spec.javax.faces</groupId>
                    <artifactId>jboss-jsf-api_2.1_spec</artifactId>
                    <scope>test</scope>
             </dependency>
                
> JSF-API from 2.0.1.Final introduces inclusion of JSF-IMPL resources
> -------------------------------------------------------------------
>
>                 Key: JBEE-114
>                 URL: https://issues.jboss.org/browse/JBEE-114
>             Project: JBoss JavaEE Spec APIs
>          Issue Type: Bug
>          Components: jboss-jsf-api
>            Reporter: Marek Novotny
>            Assignee: Paul Gier
>
> org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec:2.0.1.Final and 2.0.2.Final introduces some resources which gather to jsf-impl artifact. That affect some classpath usage when there should be only API classes.
> Concrete example are /META-INF/resources/javax.faces/* files

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list