[
https://issues.jboss.org/browse/RF-11739?page=com.atlassian.jira.plugin.s...
]
RH Bugzilla Integration commented on RF-11739:
----------------------------------------------
Karel Piwko <kpiwko(a)redhat.com> made a comment on [bug
801172|https://bugzilla.redhat.com/show_bug.cgi?id=801172]
The classpath ordering is influenced by scope of artifacts.
This concrete issue happened because
/home/kpiwko/installations/wfk/2.0.0.ER2/jboss-wfk-2.0.0.ER2-maven-repository/org/richfaces/richfaces-root-parent/4.2.0.Final-redhat-1/richfaces-root-parent-4.2.0.Final-redhat-1.pom
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-impl</artifactId>
<!-- <scope>test</scope> -->
</dependency>
line 846 was switched from test to compile scope.
Components that don't require jsf.js can break ResourceMapping
--------------------------------------------------------------
Key: RF-11739
URL:
https://issues.jboss.org/browse/RF-11739
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: resource handling
Affects Versions: 4.0.0.CR1
Reporter: Brian Leathem
Assignee: Lukáš Fryč
Fix For: 4.3-Tracking
This bug is only observable when resourceMapping is enabled.
If a component doesn't require jsf.js, and it is the first component to require a
resource, it will trigger packed.js to redner before jsf.js. This breaks some of the
scripts in packed.js, that require jsf.js.
--
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