Re: [appfuse-user] DWR (AJAX) and Session timeout renew, how? - URGENT

2009-01-13 Thread Sipatha
Just thinking, what if when you make the DWR call, also add some session attribute specifically for this, i think the application server should restart the expiry counter if there is some activity in the session. Sipatha __

[appfuse-user] Email Preview with Velocity

2009-01-13 Thread ashan
I'm using appfuse 2.0.2 for my project. I need to build an email sending page where user can edit their contents and move around velocity macro tags then preview the message before actually sending it. How do I generate the email preview page? Is there any API that can call to run the velocity e

[appfuse-user] Securing managers using annotations

2009-01-13 Thread Christian Decker
Hi all, I was looking for an easy and intuitive way to restrict access to managers. I found that Spring Security does support a @Secured annotation, but I have been unable to get it to work. Do I have to enable annotations for this kind of thing? And if yes, where? regards, Chris - Christia

Re: [appfuse-user] Full Source / hibernate:jtidy issues

2009-01-13 Thread Matt Raible
By default, AppFuse comes in an embedded mode which means that WARs are overlayed on your project an add a bunch of classes and other artifacts when you build your WAR. After running full-source, you'll have all the source in your project and be able to change any and all behavior. Watching the vid

Re: [appfuse-user] Full Source / hibernate:jtidy issues

2009-01-13 Thread Ice-Man
I thought that when we create owr AppFuse all source shoud be downloaded (even encapsulated/compacted) and when we deploy it to Jetty so it would temporary unpack (so that be runned). I thought that "mvn *-o* * appfuse:full-source*" would simply an unpack. :oSo, if I can't fun full-source

Re: [appfuse-user] version field in app_user table

2009-01-13 Thread Matt Raible
It's used for optimistic locking with Hibernate. Matt On Tue, Jan 13, 2009 at 7:49 AM, Raghu wrote: > Hi, I see version field in app_user table and am wondering why this field > is required for user? > Any Idea? > > Regards > Raghu >

Re: [appfuse-user] Full Source / hibernate:jtidy issues

2009-01-13 Thread Matt Raible
You can't fun full-source offline as it connects to svn and runs "svn export" to get the code down. The QuickStart guide is at http://appfuse.org/display/APF/AppFuse+QuickStart . Here's what I'm referring to: *Bug with Ant 1.7.0* Local repositories and projects on Windows platforms are held in d

Re: [appfuse-user] Full Source / hibernate:jtidy issues

2009-01-13 Thread Ice-Man
By the way, I used run "mvn *-o* *appfuse:full-source*", but even so, I yet get an 'mvn: Connection timed out' problem. Shouldn't '-o' make me able to do it Off-Line??! Ice-Man 2009/1/13 Ice-Man > Matt, > > Do u mean http://appfuse.org/display/APF/QuickStart+Subversion?!! > (I th

Re: [appfuse-user] Full Source / hibernate:jtidy issues

2009-01-13 Thread Ice-Man
Matt, Do u mean http://appfuse.org/display/APF/QuickStart+Subversion?!! (I think u already predicted I'm ALSO having a 'mvn: Connection timed out' problem!?! ;-)) Ice-Man 2009/1/13 Matt Raible > The solution for this is documented at the bottom of the QuickStart Guide. > > Matt > >

Re: [appfuse-user] Full Source / hibernate:jtidy issues

2009-01-13 Thread Matt Raible
The solution for this is documented at the bottom of the QuickStart Guide. Matt On Tue, Jan 13, 2009 at 10:55 AM, Ice-Man wrote: > And what about: "*Illegal* *character* in *path* ...ant/1.7.0/* > ant-1.7.0.jar*" issue??! Shouldn't we get back to 2.0.1, should it? > What's the updated intruc

Re: [appfuse-user] Full Source / hibernate:jtidy issues

2009-01-13 Thread Ice-Man
And what about: "*Illegal* *character* in *path* ...ant/1.7.0/* ant-1.7.0.jar*" issue??! Shouldn't we get back to 2.0.1, should it? What's the updated intruction for 2.0.2?!! Ice-Man 2009/1/13 Ice-Man >Hi Fellows, > >I've been found some problems running *mvn appfuse:full-source

[appfuse-user] version field in app_user table

2009-01-13 Thread Raghu
Any thoughts on below question? Hi, I see version field in app_user table and I am wondering why this field > is required for user? > Any Idea? > > Regards > Raghu >

Re: [appfuse-user] How to turn off CLEAN_INSERT in strutsbasic

2009-01-13 Thread Floggin Molly
H! Thanks. It worked! I first run the default mvn jetty:run-warand restart only with your segestion. Then nothing is changed in the DB. But, still...there should be an option to let the DB stay...and still run tests. Br Frank...i frzing norwegian... Matteo Villari wrote: > > Try ski

[appfuse-user] version field in app_user table

2009-01-13 Thread Raghu
Hi, I see version field in app_user table and am wondering why this field is required for user? Any Idea? Regards Raghu

Re: [appfuse-user] Server-side validation doesn't work in AppLight 1.8.2 Spring+Hibernate+Acegi flavor.

2009-01-13 Thread Irshad Buchh
Thank you Matt, it really helped us. --Irshad. mraible wrote: > > This is a known issue that has been fixed in the next release. > > http://issues.appfuse.org/browse/EQX-204 > > Matt > > On Mon, Jan 12, 2009 at 3:54 AM, Irshad Buchh wrote: > >> >> Hi, >> We tried the demo after disabling j

Re: [appfuse-user] How to turn off CLEAN_INSERT in strutsbasic

2009-01-13 Thread Matteo Villari
Try skipping tests: mvn jetty:run-war -Dmaven.test.skip=true Matteo Floggin Molly ha scritto: How to turn off CLEAN_INSERT in strutsbasic each time you redeploy with mvn jetty:run-war Br Frank - To unsubscribe, e-mail: