[
https://issues.jboss.org/browse/RF-11544?page=com.atlassian.jira.plugin.s...
]
Lukáš Fryč edited comment on RF-11544 at 10/20/11 3:49 AM:
-----------------------------------------------------------
Java EE APIs does not contain method bodies, that's why
{code}
java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract
in class file javax/faces/context/FacesContext
{code}
http://weblogs.java.net/blog/ludo/archive/2007/01/java_ee_5_apis.html
was (Author: lfryc):
Java EE APIs does not have contain method bodies, that's why
{code}
java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract
in class file javax/faces/context/FacesContext
{code}
http://weblogs.java.net/blog/ludo/archive/2007/01/java_ee_5_apis.html
com.sun.faces:jsf-api dependencies should be replaced with
javax.faces:jsf-api
------------------------------------------------------------------------------
Key: RF-11544
URL:
https://issues.jboss.org/browse/RF-11544
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: build/distribution
Affects Versions: 4.1.0.Milestone2
Reporter: Karel Piwko
Assignee: Lukáš Fryč
Fix For: 4.1.0.Milestone4
Description of problem:
RichFaces bom contains com.sun.faces for jsf-api definition.
Version-Release number of selected component (if applicable):
4.1.0-20110910-M2-redhat-1
How reproducible:
Always.
Steps to Reproduce:
1. Import org.richfaces:richfaces-bom
Actual results:
There is com.sun.faces:jsf-api and com.sun.faces:jsf-impl
Expected results:
There should be javax.faces:jsf-api and com.sun.faces:jsf-impl
--
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