[
https://issues.jboss.org/browse/RF-11767?page=com.atlassian.jira.plugin.s...
]
RH Bugzilla Integration commented on RF-11767:
----------------------------------------------
Karel Piwko <kpiwko(a)redhat.com> made a comment on [bug
759105|https://bugzilla.redhat.com/show_bug.cgi?id=759105]
Version of jsf-impl is different in product, to be precise in DR8 it is:
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-impl</artifactId>
<version>2.1.3-b02-redhat-1</version>
</dependency>
This should be updated in RF-bom.
Archetype: cannot build generated project because of missing JSF
impl
---------------------------------------------------------------------
Key: RF-11767
URL:
https://issues.jboss.org/browse/RF-11767
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: archetype
Affects Versions: 4.1.0.CR1
Reporter: Pavol Pitonak
Fix For: 4.1.1.Final
It's not possible to build a project generated using richfaces-archetype-simpleapp
with enterprise=true because of missing JSF implementation artifact.
RichFaces BOM contains following version but EAP repository contains
2.1.3-b02-redhat-0-todo.
{code:xml}
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-impl</artifactId>
<version>2.1.3-b02-jbossorg-2</version>
</dependency>
{code}
--
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