4 Replies Latest reply on Jan 22, 2008 11:17 AM by holstead

    jdk1.4 to 1.5

    holstead

      What version of Richfaces starting requiring jdk1.5? I'm looking at possibly taking an existing app using richfaces3.1.0 and trying to get it working on an older Oracle OAS 10.1.2 which requires jdk1.4.2. I'm not sure how much has changed since this upgrade and I'm not finding any archived docs or anything in the wiki. Thanks

        • 1. Re: jdk1.4 to 1.5

          versions 3.1.x should support jdk 1.4 and up
          versions 3.2.x should support jdk 1.5 and up

          The latest official GA (3.1.3) has some problems with it. The bug will be fixed in 3.1.4.

          3.1.4GA is going to be released within a week from now.

          • 2. Re: jdk1.4 to 1.5
            holstead

            I'm currently using:
            Richfaces-api-3.1.1-GA.jar
            Richfaces-impl-3.1.1-GA.jar
            Richfaces-ui-3.1.1-GA.jar

            When running the project using jdk1.4.2_14 I get the following error, which is telling me its trying to use the Integer.valueOf method which is jdk1.5?

            javax.servlet.jsp.JspException: java.lang.Integer.valueOf(I)Ljava/lang/Integer; at com.sun.faces.taglib.html_basic.PanelGridTag.doEndTag(PanelGridTag.java:470) at _eatool._eaBrowse._jspService(_eaBrowse.java:558) [/eatool/eaBrowse.jsp] at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

            • 3. Re: jdk1.4 to 1.5

              Yes, this is a known bug. Try the 3.1.4CR1 (http://snapshots.jboss.org/maven2/org/richfaces/ui/richfaces-ui/3.1.4.CR1/)

              If you find some incompatibility with JDK 1.4, let's know.

              • 4. Re: jdk1.4 to 1.5
                holstead

                Working with 3.1.4RC1. Thank you Sergey!