If I roll back to 6.0.0 from 6.1.9 the
problem goes away.
org.mortbay.jetty
maven-jetty-plugin
6.0.0
false
/
3
src/main/webapp/WEB-INF
**/*.jsp
Here you go. It does look like a problem with juel.jar
I've tried
org.apache.camel
camel-juel
1.2.0
juel
de.odysseus.juel
but is throws a different error
java.lang.NoClassDefFoundError: de/odysseus/el/util/Simple
Can you run "mvn dependency:tree"? It's possible that commons-el is
being included or possibly juel and they're causing a conflict.
Matt
On Wed, Mar 26, 2008 at 8:26 AM, watcher <[EMAIL PROTECTED]> wrote:
>
> I'm getting a strange error that I'm unable to solve and I was hoping someone
> could
I'm getting a strange error that I'm unable to solve and I was hoping someone
could give me some pointers.
I'm using Appfuse version 2.01 SpringMVC , full-source
I'm attempting to integrate Apache Camel into Appfuse.
Everything works fine until add the camel-juel dependancy to my POM
or