Re: [appfuse-user] Re[appfuse-user] garding Appfuse core classes

2008-05-21 Thread Michael Horwitz
It looks like you pulled down the user classes for 2.0.1 rather than 2.0.2 - did you follow the instructions for the core classes on the AppFuse site? If so this line needs to change: svn export --force https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.1/data/common/src--username guest To

Re: [appfuse-user] mvn appfuse:full-source + cannot start Jetty.

2008-05-21 Thread Matt Raible
rm -r src/main/webapp/WEB-INF/lib rm -r src/main/webapp/WEB-INF/classes On Wed, May 21, 2008 at 9:21 AM, Jon Loken <[EMAIL PROTECTED]> wrote: > Hi again, > > I am still testing out appfuse 2.0.2 on a win box using spring mvc and > basic archetype. > > I've successfully run: mvn war:inplace > and t

[appfuse-user] mvn appfuse:full-source + cannot start Jetty.

2008-05-21 Thread Jon Loken
Hi again, I am still testing out appfuse 2.0.2 on a win box using spring mvc and basic archetype. I've successfully run: mvn war:inplace and tested Jetty. Works well. After committing code to SVN, I then wanted the source: mvn appfuse:full-source At some point I then got this trace: [INFO]

[appfuse-user] Move part of security.xml to database??

2008-05-21 Thread oliver.appfuse
hi,Matt In appfuse, visit of web pages are controlled by acegi's security.xml based on user'role. if i want make some changes,i have to change the descriptor, i think it is more convenient for me to change the configuration by modifying the database records,does acegi support this kind of operat

[appfuse-user] Maven +oracle /Maven + Ant

2008-05-21 Thread Jon Loken
Hi, After quite some time I am revisiting appFuse2 and Maven to see if things go more smoothly. Here is some feedback, most of which is not too important. 1) Please update http://appfuse.org/display/APF/FAQ#FAQ-usingant, in particular the 'Download maven-artifact-ant-2.0.4-dep.jar' dead link.

[appfuse-user] Appfuse searching with Compass 2.0 (Lucene)

2008-05-21 Thread Chris Barham
Hi, I've extended the previous DisplayTag external sorting and paging project to implement full search capability across the domain objects by using Compass 2.0 - http://www.compass-project.org/ Although there are a number of tutorials around for Compass and Appfuse, but I thought I'd upda