Re: [appfuse-user] Integrating Apache Camel

2008-04-16 Thread watcher
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

Re: [appfuse-user] Integrating Apache Camel

2008-03-27 Thread watcher
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

Re: [appfuse-user] Integrating Apache Camel

2008-03-26 Thread Matt Raible
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

[appfuse-user] Integrating Apache Camel

2008-03-26 Thread watcher
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