Re: [appfuse-user] Appfuse PB creating an app from an existing table

2007-03-28 Thread Matt Raible
On 3/28/07, Nitram <[EMAIL PROTECTED]> wrote: I done it and it does not work more. But I have generate correctly an application managing my table (without date concerns); I create a pojo whose name is person, my table is person. I think it may have tricky concern mixing case like in RAO_Info.

Re: [appfuse-user] Appfuse PB creating an app from an existing table

2007-03-28 Thread Nitram
I done it and it does not work more. But I have generate correctly an application managing my table (without date concerns); I create a pojo whose name is person, my table is person. I think it may have tricky concern mixing case like in RAO_Info. I have another question; the application has no co

Re: [appfuse-user] Appfuse PB creating an app from an existing table

2007-03-27 Thread Matt Raible
Can you try moving your project to a directory that doesn't have spaces in it? For example, use "c:\source" instead of "c:\program files". Thanks, Matt On 3/27/07, Nitram <[EMAIL PROTECTED]> wrote: Hi, I have ran ant test-dao I will send you the traces. May be I wrongly understand the "confi

Re: [appfuse-user] Appfuse PB creating an app from an existing table

2007-03-27 Thread Nitram
Hi, I have ran ant test-dao I will send you the traces. May be I wrongly understand the "configuration of the mapping file". Do I need to do it if I need to create POJO from a table ? If Yes, I used to work on : C:\Program Files\PlanningRAO\src\dao\org\thalesInfo\dao\hibernate I add :

Re: [appfuse-user] Appfuse PB creating an app from an existing table

2007-03-26 Thread Matt Raible
Can you run "ant test-dao" to verify that the tests can connect to your database? Matt On 3/26/07, Nitram <[EMAIL PROTECTED]> wrote: A mySQL driver is installed in C:\Program Files\planningRAO\lib\mysql-connector-java-5.0.3\mysql-connector-java-5.0.3-bin.jar. I have not find any warning about

Re: [appfuse-user] Appfuse PB creating an app from an existing table

2007-03-26 Thread Nitram
A mySQL driver is installed in C:\Program Files\planningRAO\lib\mysql-connector-java-5.0.3\mysql-connector-java-5.0.3-bin.jar. I have not find any warning about the compatibility between the MySQL core product "MySQL 5.0.37" and this driver. The file C:\Program Files\planningRAO\.classpath points

Re: [appfuse-user] Appfuse PB creating an app from an existing table

2007-03-26 Thread Nitram
I may have problem with mi JDBC driver. I am looking further more to check if I have properly installed a JDBC driver. mraible wrote: > > Can you try using Ant 1.6.5, we haven't tested 1.9.x with Ant 1.7. > > Matt > > On 3/23/07, Nitram <[EMAIL PROTECTED]> wrote: >> >> First of all, I work o

Re: [appfuse-user] Appfuse PB creating an app from an existing table

2007-03-26 Thread Nitram
Hi, all of you. Back to the workbench. I have switched to the Ant 1.6.5 version. Always the same. So I destroy the previous building; I execute the following commands : cd "\Program Files\AppFuse" ant new answering planningRAO, RAO_DB, org.IDS, struts cd "\Program Files\PlanningRAO\extras\appgen

Re: [appfuse-user] Appfuse PB creating an app from an existing table

2007-03-23 Thread Matt Raible
Can you try using Ant 1.6.5, we haven't tested 1.9.x with Ant 1.7. Matt On 3/23/07, Nitram <[EMAIL PROTECTED]> wrote: First of all, I work on 1.9.4 because I want to work on a stable version and without maven. MySQL 5.0.37 Ant 1.7.0 Windows XP SP4 struts In fact, when I was prompted I answer

Re: [appfuse-user] Appfuse PB creating an app from an existing table

2007-03-23 Thread Nitram
First of all, I work on 1.9.4 because I want to work on a stable version and without maven. MySQL 5.0.37 Ant 1.7.0 Windows XP SP4 struts In fact, when I was prompted I answer struts; I don't know if I had to select some other product Martin mraible wrote: > > Are there any log files in extra

Re: [appfuse-user] Appfuse PB creating an app from an existing table

2007-03-23 Thread Matt Raible
Are there any log files in extras/middlegen - maybe it's not making the connection to your database? What web framework, DB, version of AppFuse, JDK, OS and Ant version are you using? Matt On 3/23/07, Nitram <[EMAIL PROTECTED]> wrote: When I interactively answer questions it does the same (it

Re: [appfuse-user] Appfuse PB creating an app from an existing table

2007-03-23 Thread Nitram
When I interactively answer questions it does the same (it does not work). For the moment, I do not set module name, I had try, yesterday, to give a name but, for conceptual reason I stopped. Martin mraible wrote: > > If you use "ant install-detailed" and enter the values when prompted, > does

Re: [appfuse-user] Appfuse PB creating an app from an existing table

2007-03-23 Thread Matt Raible
If you use "ant install-detailed" and enter the values when prompted, does it work? Matt On 3/23/07, Nitram <[EMAIL PROTECTED]> wrote: HI I get a problem while I need to create an application from an existing table. I have created my application with : appFuse > ant new I have navigated to my

[appfuse-user] Appfuse PB creating an app from an existing table

2007-03-23 Thread Nitram
HI I get a problem while I need to create an application from an existing table. I have created my application with : appFuse > ant new I have navigated to my new app : \planningRAO\extras\appgen>ant install-detailed -Dappgen.type=table -Dobject.name=RAO_Info I get the following error BUILD F