Re: [appfuse-user] Where is org.appfuse.model ?

2008-02-17 Thread Nikolay Karasev
Thanks to those who is helping - I am busy with lots of stuff but I sure will try all advices On Feb 17, 2008 10:06 AM, Michael Horwitz <[EMAIL PROTECTED]> wrote: > Have you tried re-running mvn eclipse:eclipse in your project directory and > refreshing the project in Eclipse? > > Mike > > > > On

[appfuse-user] hbm2ddl not outputing generated SQL

2008-02-17 Thread mettamara
My Hibernate plugin is not outputting the DB creation SQL (using MySQL 5). Below is the pom and profiles section. Anyone had any similar experiences? --- org.codehaus.mojo hibernate3-maven-plugin

[appfuse-user] Re: mvn dbunit:operation - error in CLEAN_INSERT

2008-02-17 Thread Derek Broughton
Derek Broughton wrote: > I have finally got my pojos, actions and tests to all compile, but now > when > I try to test I get the following. Since this _has_ been working, I'm > sure it's something I've done, but how can I find out exactly what > CLEAN_INSERT is trying to pass to the database, so

[appfuse-user] mvn dbunit:operation - error in CLEAN_INSERT

2008-02-17 Thread Derek Broughton
I have finally got my pojos, actions and tests to all compile, but now when I try to test I get the following. Since this _has_ been working, I'm sure it's something I've done, but how can I find out exactly what CLEAN_INSERT is trying to pass to the database, so that I debug it? Embedded error:

Re: [appfuse-user] Where is org.appfuse.model ?

2008-02-17 Thread Michael Horwitz
Have you tried re-running mvn eclipse:eclipse in your project directory and refreshing the project in Eclipse? Mike On 15/02/2008, Nikolay Karasev <[EMAIL PROTECTED]> wrote: > > My eclipse seems to have lost reference to that package (only sees > dao, hibernate and spring, but not model subpackag

Re: [appfuse-user] DropDown and Checkbox from Appfuse:gen

2008-02-17 Thread Matt Raible
This is currently not supported, but you can ovverride the freemarker templates by putting them in src/test/resources/appfuse. Matt On 2/17/08, Casanova <[EMAIL PROTECTED]> wrote: > > Hello Sir, > > App:gen created checkbox automatically if I declare the property as bit in > mysql. So, the only c

Re: [appfuse-user] DropDown and Checkbox from Appfuse:gen

2008-02-17 Thread Casanova
Hello Sir, App:gen created checkbox automatically if I declare the property as bit in mysql. So, the only concern is how to generate the dropdownbox automatically using app:gen. Thanking you. Regards, Ajay Casanova wrote: > > Hello sir, > > Iam wondering if there is already a solution for

Re: [appfuse-user] Ahh shoot !!

2008-02-17 Thread Gareth Davis
or as an alternative you can use: http://m2eclipse.codehaus.org/ to import the project to your workspace. Gareth On 16 Feb 2008, at 02:03, Nathan Anderson wrote: Hi Nikolay, Here is some helpful information on using Eclipse with AppFuse: http://appfuse.org/display/APF/Eclipse The short ans