Re: [appfuse-user] ClassNotFoundException on tomcat startup when using mvn install

2008-12-13 Thread Matt Raible
I'm confused too - it looks like you changed your Cargo settings to use Jetty instead of Tomcat. Matt On Sat, Dec 13, 2008 at 4:03 PM, frarebo wrote: > > Now, if I do as shown in the FAQ (only modify the container tag in the the > pom.xml), the error doesn't appear anymore. But a unit test fail

Re: [appfuse-user] ClassNotFoundException on tomcat startup when using mvn install

2008-12-13 Thread frarebo
Now, if I do as shown in the FAQ (only modify the container tag in the the pom.xml), the error doesn't appear anymore. But a unit test fails : ... 2008-12-13 22:38:32.708::INFO: Extract jar:file:/home/matt/dev/tests/tests_appfuse/aeffacer/target/tomcat5x/container/cargocpc.war!/ to /tmp/Jetty_0_0

Re: [appfuse-user] ClassNotFoundException on tomcat startup when using mvn install

2008-12-10 Thread vcgold
i like it ~[URL=http://www.vcsale.com/]wow gold[/url] yes i miss you [URL=http://www.vcsale.com/]cheap wow gold[/url] hello~, i want to make friend with you [URL=http://www.vcsale.com/]buy wow gold[/url] frarebo wrote: > > Hi !! > > I'm trying to make appfuse light work with Spring and Wicket

Re: [appfuse-user] ClassNotFoundException on tomcat startup when using mvn install

2008-12-10 Thread Matt Raible
Cargo downloads Tomcat and installs it for you. The following FAQ shows you how to use a pre-existing Tomcat. http://appfuse.org/display/APF/FAQ#FAQ-useexistingtomcat Matt On Wed, Dec 10, 2008 at 1:11 PM, frarebo <[EMAIL PROTECTED]> wrote: > > Hi!! > > Thank you for answering. I downloaded tomca

Re: [appfuse-user] ClassNotFoundException on tomcat startup when using mvn install

2008-12-10 Thread frarebo
Hi!! Thank you for answering. I downloaded tomcat 6.0.14, but it doesn't change anything. I don't understand what links mvn install and my downloaded tomcat. How does mvn install know where to find tomcat ? frarebo mraible wrote: > > I would try changing the version of Tomcat to something

Re: [appfuse-user] ClassNotFoundException on tomcat startup when using mvn install

2008-12-07 Thread Matt Raible
I would try changing the version of Tomcat to something older like 6.0.14. Matt On Sat, Dec 6, 2008 at 3:07 AM, frarebo <[EMAIL PROTECTED]> wrote: > > Hi !! > > I'm trying to make appfuse light work with Spring and Wicket, as indicated > here : > http://www.nabble.com/How-I-got-jetty%3Arun-to-wor

[appfuse-user] ClassNotFoundException on tomcat startup when using mvn install

2008-12-06 Thread frarebo
Hi !! I'm trying to make appfuse light work with Spring and Wicket, as indicated here : http://www.nabble.com/How-I-got-jetty%3Arun-to-work.-to689s2369.html#a689 , but it fails when I use the mvn install command. I get the following error, when cargo seems to deploy the newly created war

Re: [appfuse-user] ClassNotFoundException FaceletViewHandler

2008-06-19 Thread Matt Raible
Have you changed anything? It looks like you're missing Facelets in your classpath. Matt On Thu, Jun 19, 2008 at 8:21 AM, George.Francis <[EMAIL PROTECTED]> wrote: > > My basic JSF AppFuse webapp is failing to render requested .html pages.. > I'm > pretty sure these are the ones rendered from .

[appfuse-user] ClassNotFoundException FaceletViewHandler

2008-06-19 Thread George.Francis
My basic JSF AppFuse webapp is failing to render requested .html pages.. I’m pretty sure these are the ones rendered from .xhtml files through the decorator pattern. I have a number of errors in my logs which seem to correspond to these failure-to-serve events: ERROR [btpool0-12] ViewHandlerWra

Re: [appfuse-user] ClassNotFoundException: org.appfuse.webapp.listener.StartupListener

2007-07-28 Thread Matt Raible
You have to run war:inplace or full-source if you want hot deploy with jetty:run. Matt On 7/28/07, arvinder <[EMAIL PROTECTED]> wrote: > > Does this mean that cannot hot deploy any more as jetty:run-war does not do > that? > Please don't say yes to this!! > > mraible wrote: > > > > Maven (and th

Re: [appfuse-user] ClassNotFoundException: org.appfuse.webapp.listener.StartupListener

2007-07-28 Thread arvinder
Does this mean that cannot hot deploy any more as jetty:run-war does not do that? Please don't say yes to this!! mraible wrote: > > Maven (and the jetty plugin) can't read dependencies from wars. The > warpath plugin fixes this - but the jetty plugin doesn't work with it. > There's an open issue

Re: [appfuse-user] ClassNotFoundException: org.appfuse.webapp.listener.StartupListener

2007-07-28 Thread Matt Raible
Maven (and the jetty plugin) can't read dependencies from wars. The warpath plugin fixes this - but the jetty plugin doesn't work with it. There's an open issue in JIRA for this. Matt On 7/28/07, arvinder <[EMAIL PROTECTED]> wrote: > > I am getting this exception when I try mvn jetty:run > java.

[appfuse-user] ClassNotFoundException: org.appfuse.webapp.listener.StartupListener

2007-07-28 Thread arvinder
I am getting this exception when I try mvn jetty:run java.lang.ClassNotFoundException: org.appfuse.webapp.listener.StartupListener but mvn jetty:run-war starts up the server okay Am I missing something? Arvinder -- View this message in context: http://www.nabble.com/ClassNotFoundException%3A-org

[appfuse-user] ClassNotFoundException:

2007-04-06 Thread Abdul Qayyum
from which directory does ant takes test classes for testing. I have compiled the tes classes and used this to copy them to test/data