Re: [appfuse-user] Error building new project

2009-08-28 Thread gerjan
Seems to work here. I never ran the Tapestry archetype before, so in my case Maven downloaded lots of fresh stuff. Could the problem be caused by a stale local .m2 repository? Ger-Jan Quoting Matt Raible : Dunno - is anyone else able to reproduce this? On Thu, Aug 27, 2009 at 1:13 PM, Mar

[appfuse-user] GenericManager's getAll returns empty list in controller test?

2009-06-24 Thread gerjan
Hi, I seem to have a problem retrieving objects from the database, but only when running a test. I added a model class 'Download' and generated CRUD using the appfuse maven plugin. All works fine when I run with maven.test.skip=true, but if I attempt to run with tests, or try to run the o

Re: [appfuse-user] Run an appfuse app on cdrom?

2009-02-11 Thread gerjan
Quoting syg6 : Is this possible? I've been looking at SQLLite, Jetty, and projects like Google Gears and Adobe Air. I would like to take my appfuse app and stick it on a cdrom. Of course the user would no longer be able to enter new data, only browse existing data. Don't know about a cd, but I

Re: [appfuse-user] disable db generation and eclipse plugin suggestion for reverse engine.

2009-02-11 Thread gerjan
Quoting Flavio Froes : How do I disabel DB generation? I have model my DB first instead of modeling my java classes. how can I disable the db generation on mvn command line? Add the option -Dmaven.test.skip=true Ger-Jan -- "I went out to Charing Cross, to see Major-general Harrison hanged, d

[appfuse-user] Plain password in db although encryption is active?

2009-01-28 Thread gerjan
Hi, (AppFuse basic 2.0.1 Spring MVC + Hibernate & appfuse jars as dependencies) If I change the default admin's password via the user form, my new password shows up as plain text in the database. I did make some non-related changes to WEB-INF/security.xml (to enable regular users to see no

Re: [appfuse-user] Rebuild from scratch? (org.hibernate.MappingException: Unable to load class)

2008-05-17 Thread gerjan
It's running now, thanks for your help. Still wondering what would make the maven compile task skip a source file? If mvn clean removes the entire target subtree, shouldn't I see a full build with mvn compile (or mvn jetty:run-war)? Ger-Jan Quoting Matt Raible <[EMAIL PROTECTED]>: You sh

[appfuse-user] Many-to-many question

2008-05-09 Thread gerjan
Hi, Not sure if this isn't more of a Hibernate question rather than an Appfuse one, but I'm going to give it a try anyway. I defined two POJOs, Model and Module. (I know, those names are a bug waiting to happen...) There exists a many-to-many relationship between them, so, following the H

[appfuse-user] Reverse proxy authentication & Acegi

2008-04-21 Thread gerjan
Hi, I'm trying to figure out how to fit my AppFuse app into my organisation's existing security infrastructure. My web application server is behind a reverse proxy (Novell Ichain), which handles authentication (against a Novell LDAP directory) and caches static content to take some load o

Re: [appfuse-user] CRUD+

2008-04-16 Thread gerjan
Thanks, this works quite well. It seems I only need to customise forms and controllers to hook the related objects up in the web UI (e.g. to display all possible values of the related object in a select box). Ger-Jan Quoting "Kropp, Henning" <[EMAIL PROTECTED]>: Hi Ger-Jan, you would use

[appfuse-user] CRUD+

2008-04-16 Thread gerjan
(Sorry for the repeat, meant to start a new thread instead of replying to an earlier one) Hi, First of all, many thanks to Matt and all contributing to this wonderful project. I week ago I could hardly ride a bike and now I feel like doing web app wheelies! Is there a quick/easy way to a

[appfuse-user] CRUD+?

2008-04-16 Thread gerjan
Hi, First of all, many thanks to Matt and all contributing to this wonderful project. I week ago I could hardly ride a bike and now I feel like doing web app wheelies! Is there a quick/easy way to add a simple relation to CRUD functionality in AppFuse? Having been pampered by appfuse:gen