Re: [appfuse-user] Failing tests using full source

2008-08-17 Thread Matt Raible
$ mvn --help usage: mvn [options] [] [] Options: -q,--quietQuiet output - only show errors -C,--strict-checksums Fail the build if checksums don't match -c,--lax-checksumsWarn if checksums don't match -P,--activate-profilesComma-delimited list o

Re: [appfuse-user] AppFuse 2.0.2 JSF-- Editing a newly created user --- STACK TRACE

2008-08-17 Thread Matt Raible
Are you using a username or e-mail address that already exists? On Sun, Aug 17, 2008 at 12:21 PM, Irshad Buchh <[EMAIL PROTECTED]> wrote: > > 1. Create a JSF 2.0.2 project success > 2. Run mvn jetty:run-war success > 3. Log in to the app http://localhost:8080 ...success > 4. Create a

[appfuse-user] AppFuse 2.0.2 JSF-- Editing a newly created user --- STACK TRACE

2008-08-17 Thread Irshad Buchh
1. Create a JSF 2.0.2 project success 2. Run mvn jetty:run-war success 3. Log in to the app http://localhost:8080 ...success 4. Create a new user ...success 5. Edit the newly created user failure below is the stack trace Please help, are we missing here something. --Irshad. ===

Re: [appfuse-user] appfuse:gen-model anomaly...

2008-08-17 Thread stelios
I don't remember exactly to be honest...I'll try and have a look tomorrow at work. Bob Fleischman wrote: > > I am having this problem trying to reverse engineer a MySQL db with > foreign keys. How did you get this working? > > > stelios wrote: >> >> finally I got it working with Hibernate t

Re: [appfuse-user] appfuse:gen-model anomaly...

2008-08-17 Thread Bob Fleischman
I am having this problem trying to reverse engineer a MySQL db with foreign keys. How did you get this working? stelios wrote: > > finally I got it working with Hibernate tools. > I had some configuration errors. > Probably thats why appfuse:gen-model didn't work. > POJOs are generated fine

[appfuse-user] Convert Timestamp with DateConverter

2008-08-17 Thread Kropp, Henning
Hi, I am trying to figure out how to use the DateConverter in Appfuse 2.0.2 to convert Timestamp to String and vis versa. At first I used java.util.Date and the DateConverter worked fine, than I changed the type in the POJOs to java.sql.Timestamp. To have the java.sql.Timestamp be converted