2 Replies Latest reply on Dec 3, 2009 11:47 AM by peterj

    Which version of el-api?

    ova

      Hello,

      Can me say anybody which version of unified expression language (javax.el) is located in JBoss 5.0.1 AS? I found the file el-api.jar under common/lib, but cann't figure out the version. I need the 2.1.2-b04 version or higher.

      Another question - If we build a JSF web application, we need jsf-api and jsf-impl jar files. Are they not already in JBoss 5.0.1 AS classpath?

      Thanks. Best regards.
      Oleg.

        • 1. Re: Which version of el-api?
          ova

          Sorry, I meant JBoss 5.1.0 GA AS.

          I found JSF jars under server\default\deploy\jbossweb.sar\jsf-libs

          Just not clear with the version of el-api. Is it 2.0.x or 2.1.x ? It's important to know because new syntax for method invocations in EL works with 2.1.x and doesn't work with 2.0.x.

          Thanks. Oleg.

          • 2. Re: Which version of el-api?
            peterj

            Here is a line from the META-INF/MANIFEST.MF file in jsp-api.jar:

            Import-Package: javax.el;version="2.1",...

            Thus it would appear that this JAR contains EL 2.1

            By the way, examining the manifest.mf jar is usually the best way to determine the version number of any components.