Michael Horwitz wrote:
The key error here is "Duplicate entry 'admin' for key 2". It looks as if you are trying to save a user who already exists.
Or you're just trying to signup in a newly created appfuse application, and the sequence that issues ids for new rows doesn't know about the users added in metadata/sql/sample-data.xml . I bet if you try this several times that sequence will increment enough that it stops failing.
This is fixable, but there are different fixes for different DBs. What DB are you using?
-Dale --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]