[appfuse-user] JUnit: testUpdateUser: saveUser didn't throw EntityExistsException

2008-12-03 Thread mwaynewalter
Folks, I get this error, "saveUser didn't throw EntityExistsException" in the UserDaoTest method getUpdateUser. Here's my configuration: Appfuse 2.0.2 with JPA, full-source, and Oracle 10g instead of MySQL. NOTE: This unit test failure goes away when using the MySQL. It also goes away using

Re: [appfuse-user] appfuse 2.0.2 gen-model and join columns?

2008-11-21 Thread mwaynewalter
wrote: > > Hi wayne, > > I'm just new in appfuse and had the same problem as yours. Where did you > find the Ejb3PropertyGetAnnotation.ftl? > Do I need to do an mvn appfuse:full-source? > > Thanks! > > Where did you edit the > > mwaynewalter wrote: >&

Re: [appfuse-user] appfuse 2.0.2 gen-model and join columns?

2008-11-17 Thread mwaynewalter
andom generated test data fails foreign key constraints. I just replaced it with a sample of data from a production data base by doing a dbunit export. Wayne mraible wrote: > > On Thu, Nov 6, 2008 at 7:28 AM, mwaynewalter > <[EMAIL PROTECTED]> wrote: >> >> Matt, >>

Re: [appfuse-user] appfuse 2.0.2 gen-model and join columns?

2008-11-06 Thread mwaynewalter
y use this gen-model tool heavily? I see a number of "to do" comments in the code. Is there a more powerful, better recommended reverse engineering tool for JPA/ hibernate? The appfuse:gen seems to work better. Wayne mraible wrote: > > On Wed, Nov 5, 2008 at 2:34 PM, mwayne

[appfuse-user] appfuse 2.0.2 gen-model and join columns?

2008-11-05 Thread mwaynewalter
With appfuse 2.0.2 for struts basic and hibernate, I get the error below (with stack trace) when running appfuse:gen-model This is an Oracle 10g database. appfuse:gen-model works like a charm on any individual table or tables without inter-dependencies. But as soon as you include any two table

Re: [appfuse-user] mvn site error 'maven-changes-plugin' does not exist

2008-10-23 Thread mwaynewalter
this issue in the past. > > Matt > > On Thu, Oct 23, 2008 at 1:40 PM, mwaynewalter > <[EMAIL PROTECTED]> wrote: >> >> In AppFuse 2.0 for Basic Struts 2 I get the following error when trying >> to >> run "mvn site" on the original pom.xml.

[appfuse-user] mvn site error 'maven-changes-plugin' does not exist

2008-10-23 Thread mwaynewalter
In AppFuse 2.0 for Basic Struts 2 I get the following error when trying to run "mvn site" on the original pom.xml. After scouring the web and reading documentation on maven 2 plugins (I learned alot ) it still leaves me confused how to solve this. It appears I should add version information to ea