MyFaces Core 1.1.5 references JSP 2.0 API which prevents it from running with
WebLogic 8.1
------------------------------------------------------------------------------------------
Key: MYFACES-1810
URL: https://issues.apache.org/jira/browse/MYFACES-1810
Project: MyFaces Core
Issue Type: Bug
Components: General
Affects Versions: 1.1.5
Environment: Solaris SPARC 10 multi-zone, WebLogic 8.1 SP6
Reporter: Irena Shaigorodsky
Priority: Blocker
Following classes in myfaces-core-1.1.5 are referencing
javax/servlet/jsp/el/ELException which was introduced in JSP 2.0.
WebLogic 8.1 SP6 only supports JSP 1.2 and Servlet 2.3 and per requirements
should run on the selected app server.
See http://myfaces.apache.org/core11/index.html
Additionally, jstl-1.1.0.jar is shipped with libraries. Should be JSTL 1.0 to
run on selected server.
Classes referencing javax/servlet/jsp/el/ELException:
myfaces-core-1.1.5\src\org\apache\myfaces\shared_impl\util\ClassUtils.java
myfaces-core-1.1.5\src\org\apache\myfaces\el\ELParserHelper.java
myfaces-core-1.1.5\src\org\apache\myfaces\el\MethodBindingImpl.java
myfaces-core-1.1.5\src\org\apache\myfaces\el\ValueBindingImpl.java
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.