Notes from the meeting with SEAM team at Devoxx, nov 2009:
expression resolving needs to be switched from jsr 223 to unified EL
scripts should remain with jsr 223
we need to make the ExpressionFactory lookup pluggable. in Seam context it needs to be fetched from JNDI.
we can use the el-api from Sun. @see sun glassfish maven repo
http://download.java.net/maven/2/javax/el/el-api/
CDI -> planned for JBoss 6 (5.2)
!!! jBPM integration is with CDI, not with Seam
http://docs.jboss.org/cdi/
http://repo2.maven.org/maven2/javax/enterprise/cdi-api/1.0/