[appfuse-user] set customise application version by ant

2008-12-28 Thread Anil Rawat
I am using appfuse version 1.9.3 , i am having a problem that i want to update my applicationResources.xml file through ant. As my build.properties file is having some customise properties , I want to do some calculation on these properties and result is to be updated in my applicationResources.xml

[appfuse-user] Struts - modular - project generation

2008-12-28 Thread arve
hi, i used the following command to generate a Struts modular project mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-struts -DarchetypeVersion=2.0.2 -DgroupId=com.company.sample -DartifactId=struts2modular Struts modular project was generat

Re: [appfuse-user] Testdata are not deleted

2008-12-28 Thread Matt Raible
What are you looking for? No data after the tests run? I believe the behavior you're seeing is correct. Matt On Sat, Dec 27, 2008 at 3:54 PM, Arthur Erdös wrote: > Hello everybody, > > I'm very new to AppFuse and I'm currently working thru the tutorials. > Everything works fine so far, but I no

[appfuse-user] Re: Re[appfuse-user] attaching object to session

2008-12-28 Thread Christian Decker
This is even better than what I was trying to do ^^ Thanks, Chris Mike Horwitz wrote: > > Hi, > > There is a configuration in the web.xml file for a filter called > lazyLoadingFilter which will keep your session open on the web request. By > default it is commented out - simply un-comment it