You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by cocorossello <co...@gmail.com> on 2016/10/27 13:38:01 UTC

Tomee 7.0.2-SNAPSHOT

Hi,

Just a quick question about upcoming 7.0.2 release.

We are using glassfish EL implementation:

    <context-param>
        <param-name>org.apache.myfaces.EXPRESSION_FACTORY</param-name>
        <param-value>com.sun.el.ExpressionFactoryImpl</param-value>
    </context-param>

It is working fine in 7.0.1 with myfaces 2.2.11, but with tomee 7.0.2 I can
see that the apache one is being used, and I cannot remove it since it will
give a Class not found.

Is it a bug?

Thanks!



--
View this message in context: http://tomee-openejb.979440.n4.nabble.com/Tomee-7-0-2-SNAPSHOT-tp4680416.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Re: Tomee 7.0.2-SNAPSHOT

Posted by cocorossello <co...@gmail.com>.
No, the class not found was my issue because I disabled scanning, sorry.

The point is that the apache EL implementation is being used instead of the
glassfish one, it shouldn't be this way.

Let me see if I can get an example. 



--
View this message in context: http://tomee-openejb.979440.n4.nabble.com/Tomee-7-0-2-SNAPSHOT-tp4680416p4680418.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Re: Tomee 7.0.2-SNAPSHOT

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hello,

is the classcast error happening with myfaces or somewhere else? Do you
have a github sample showing this behavior?


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://blog-rmannibucau.rhcloud.com> | Old Wordpress Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2016-10-27 15:38 GMT+02:00 cocorossello <co...@gmail.com>:

> Hi,
>
> Just a quick question about upcoming 7.0.2 release.
>
> We are using glassfish EL implementation:
>
>     <context-param>
>         <param-name>org.apache.myfaces.EXPRESSION_FACTORY</param-name>
>         <param-value>com.sun.el.ExpressionFactoryImpl</param-value>
>     </context-param>
>
> It is working fine in 7.0.1 with myfaces 2.2.11, but with tomee 7.0.2 I can
> see that the apache one is being used, and I cannot remove it since it will
> give a Class not found.
>
> Is it a bug?
>
> Thanks!
>
>
>
> --
> View this message in context: http://tomee-openejb.979440.
> n4.nabble.com/Tomee-7-0-2-SNAPSHOT-tp4680416.html
> Sent from the TomEE Users mailing list archive at Nabble.com.
>