You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Ate Douma (JIRA)" <ji...@apache.org> on 2014/03/03 09:30:22 UTC

[jira] [Closed] (SCXML-17) Unified EL support

     [ https://issues.apache.org/jira/browse/SCXML-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ate Douma closed SCXML-17.
--------------------------

       Resolution: Later
    Fix Version/s:     (was: 2.0)

With SCXML-194 for now EL support has been dropped.
This might be brought back later after SCXML 2.0 compliance has been better established.

> Unified EL support
> ------------------
>
>                 Key: SCXML-17
>                 URL: https://issues.apache.org/jira/browse/SCXML-17
>             Project: Commons SCXML
>          Issue Type: Wish
>    Affects Versions: 0.5
>         Environment: jdk 5.0
>            Reporter: Tuomas Kiviaho
>
> Currently there are dependencies to both JSF 1.1 and servlet api. Both of them have different EL apis, but the latter is only currently supported while the former has couple of patches to get parts of it working. Support for new javax.el API would be more than welcome because it would not only support JSF out-of-the-box but replace compile time dependencies with one (container) provided api that supports pointers as well as values.
> The API is available at least at java.net repository <https://maven-repository.dev.java.net/nonav/repository> along with RI.
> 	<dependency>
> 		<groupId>com.sun.el</groupId>
> 		<artifactId>el-ri</artifactId>
> 		<version>1.0</version>
> 	</dependency>
> 	<dependency>
> 		<groupId>javax.faces</groupId>
> 		<artifactId>jsf-api</artifactId>
> 		<version>1.2</version>
> 	</dependency>



--
This message was sent by Atlassian JIRA
(v6.2#6252)