Re: Table database creation

2006-04-09 Thread Gianny Damour
There is an Ant task to generate a SQL script to create the underlying tables. The following snippet should get you started (note that you need to replace the various ${} with the relevant base location and version numbers): taskdef name=ddlExporter

Re: Table database creation

2006-04-09 Thread Jason Dillon
Might want to add this to the docs wiki if it is not already there. --jason On Apr 9, 2006, at 3:34 AM, Gianny Damour wrote: There is an Ant task to generate a SQL script to create the underlying tables. The following snippet should get you started (note that you need to replace the

Table database creation

2006-04-08 Thread Olivier Voutat
I saw that jBoss has the capability of creating a database tables based on the Entity Beans that are created inside the container. It is that possible in Geronimo too ?Best Regards,-- Olivier Jeanpierre Voutat Rua Praia de Muriú, 9188Cep 59092-390 / Natal - RNTel: (84) 3219-0427 Cel: (84)

Re: Table database creation

2006-04-08 Thread Aaron Mulder
I believe there's a command-line or Maven tool to output the table create SQL, but we don't do it as part of the deployment process. Gianny would probably know the exact syntax. Thanks, Aaron On 4/8/06, Olivier Voutat [EMAIL PROTECTED] wrote: I saw that jBoss has the capability of creating