Re: [appfuse-user] Embedded error: java.lang.reflect.InvocationTargetException

2009-11-30 Thread Matt Raible
If you're using AppFuse 2.1.0-M1, you should be able to use mvn jetty:run and Jetty will detect when you compile new classes to your target/classes directory. If you use an IDE like Eclipse or IDEA, you can configure them to auto-compile whenever you save a class. If you're using AppFuse 2.0.x, I'

Re: [appfuse-user] Embedded error: java.lang.reflect.InvocationTargetException

2009-11-30 Thread Babu
Thanks for your quick reply, I haven't seen any javaassist dependency in my classpath.So i added externally to my class path,that's also not worked. I am having doubts regarding setting target...Am not using our appfuse project,using Maven project.So my workspace in /home/test/workspace.. I hav

Re: [appfuse-user] Embedded error: java.lang.reflect.InvocationTargetException

2009-11-30 Thread Matt Raible
I haven't seen this error before, but it looks like you might have a couple versions of javassist in your classpath. I'd suggest using "mvn dependency:tree" and see if you can spot the two versions. Then exclude the one you don't want. On Mon, Nov 30, 2009 at 7:10 AM, Babu wrote: > > Hi all, > m

[appfuse-user] Embedded error: java.lang.reflect.InvocationTargetException

2009-11-30 Thread Babu
Hi all, mvn jetty:run-war -Dmaven.test.skip=true or mvn jetty:run -Dmaven.test.skip=true -Dhost=localhost When i am trying run with terminal ..context initilzed successfully .But server is not starting..I have trace my log here,please help me to fix 2009-11-30 19:31:30.942::WARN: failed Dispat