$ 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
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
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.
===
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
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
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