Version 2

    Jason Lee has has the following notes on OC4J 10.1.3.3:

     

    The current nightly build fails to deploy and/or run on OC4J 10.1.3.3. To fix this, I did the following:

    • Upgrade jboss-seam to 2.0.0 CVS (GA might work, but I added some logging to org.jboss.seam.init.Initialization to help track down deployment issues)

    • Upgrade jboss-el to 2.0.0.GA

    • Added Mojarra 1.2_07 jars

    • Added the following to web.xml:

    <context-param>
    <param-name> com.sun.faces.forceLoadConfiguration</param-name>
    <param-value>true</param-value>
    </context-param>