1 Reply Latest reply on Sep 3, 2009 1:28 PM by stlewis

    ClassCastException: de.odysseus.el.ExpressionFactoryImpl cannot be cast to

    heretique

      Hi everyone,

      in unit tests everything went fine, but when I deployed application to SMX 3.4.0.2 (using camel-1.6.0.0-fuse and everything else in same versions as in SMX) I got exception like in subject.

       

      I thought it may be class loading conflict, but can't find any, I even added -verbose:class option, and it seems there are no conflicts:

       

      Loaded javax.el.ExpressionFactory from file:/C:/progress/fuse-esb-3.4.0.2/data/smx/service-assemblies/PDCTN-SA/version_9/sus/servicemix-camel/PDCTN-Camel-SU/lib/*juel-2.1.0.jar*

      Loaded de.odysseus.el.ExpressionFactoryImpl from file:/C:/progress/fuse-esb-3.4.0.2/data/smx/service-assemblies/PDCTN-SA/version_9/sus/servicemix-camel/PDCTN-Camel-SU/lib/*juel-2.1.0.jar*

       

      What can I check more?

       

      I appreciate any help...