[appfuse-user] dbunit running twice

2007-04-25 Thread Janos Mucsi
In the generated application why is DBUnit run twice, once for test-compile and once for test? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [appfuse-user] how to tell Cargo that I have a datasource

2007-04-25 Thread Janos Mucsi
Thanks, I figured it out: .. mysql mysql-connector-java Matt Raible wrote: I think your best bet is to point at an existing Tomca

[appfuse-user] how to tell Cargo that I have a datasource

2007-04-25 Thread Janos Mucsi
atlassian.crowd crowd-web-app war crowd http://localhost:8095/crowd 24 Matt On 4/25/07, Janos Mucsi <[EMAIL PROTECT

[appfuse-user] how to tell Cargo that I have a datasource

2007-04-25 Thread Janos Mucsi
Hi I am using Appfuse and see that for integration tests cargo puts the context into Tomcat 5 like this: docBase="C:\projects\saeuser\target\saeuser-1.0-SNAPSHOT.war" debug="2"> If I have a web application that has a datasource, how do I make Cargo declare it? For example: docBase="C:\

[appfuse-user] Sitemesh; Jetty vs. Tomcat

2007-04-25 Thread Janos Mucsi
Thanks a lot for the answer. I have an other question. I see that Tomcat is used to execute the Canoo tests, but Jetty to run the application. Why is the difference? Thanks. Christian Giese wrote: Hi Janos. I'm assuming you are using appfuse 1.9(.4) because that's what I use. In web\WEB-I

[appfuse-user] Sitemesh

2007-04-24 Thread Janos Mucsi
? Thanks. -- Janos Mucsi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[appfuse-user] running generated web app

2007-04-24 Thread Janos Mucsi
Matt Yes, I changed Tomcat to use 7070 and the web tests worked. I am new to this, so excuse if I have stupid questions. In the generated war, where are the JSPs, JavaScripts, images, etc. coming from? They are always regenerated by Appfuse? Where is documentation on this? Thanks. Janos Matt

[appfuse-user] error on mvn integration-test

2007-04-24 Thread Janos Mucsi
;t work, try "rm -r ~/.m2/repository/org/apache/maven". Matt On 4/24/07, Janos Mucsi <[EMAIL PROTECTED]> wrote: Hi I just installed appfuse with Maven 2.0.5 and after creating my app like this: C:\projects\saeuser>mvn archetype:create -DarchetypeGroupId=org.appfuse

[appfuse-user] error on startup

2007-04-24 Thread Janos Mucsi
at org.apache.maven.plugin.resources.ResourcesMojo.copyFile(ResourcesMoj o.java:249) at org.apache.maven.plugin.resources.ResourcesMojo.copyResources(Resourc esMojo.java:172) at org.apache.maven.plugin.resources.TestResourcesMojo.execute(TestResou rcesMojo.java:53) Any ideas? Thanks. -- Ja