[
https://issues.jboss.org/browse/RF-11767?page=com.atlassian.jira.plugin.s...
]
RH Bugzilla Integration commented on RF-11767:
----------------------------------------------
Pavol Pitonak <ppitonak(a)redhat.com> made a comment on [bug
759105|https://bugzilla.redhat.com/show_bug.cgi?id=759105]
Description of problem:
It is not possible to build projects generated from richfaces-archetype-simpleapp because
of wrong version of JSF impl - EAP6 repository doesn't contain
com.sun.faces:jsf-impl:jar:2.1.3-b02-jbossorg-2. RichFaces BOM should be updated during
productization.
Version-Release number of selected component (if applicable):
How reproducible:
generate a new project from richfaces-archetype-simpleapp with enterprise=true and build
it
Steps to Reproduce:
1.
2.
3.
Actual results:
Could not find artifact com.sun.faces:jsf-impl:jar:2.1.3-b02-jbossorg-2 in
wfk2-enterprise-repository
Expected results:
project build pass
Additional info:
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
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