J2EE v 1.3 SQL (?) Error

I'm trying to deploy my application with J2EE v1.3 and I'm getting the following error:javax.ejb.EJBException: ERROR: SQL statement for creating table is empty. Possible cause: SQL Generator has not been run.Could someone please explain what this means?
[290 byte] By [huertas77] at [2007-9-26 2:00:55]
# 1
Can you provide more info on your environment/setup ?
shirish_wagh at 2007-6-29 8:40:39 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

Hi,

In the deploytool, expand the tree node from your application. Click on one of the EJB's. In the panel on the right side, click on the "Entity" tab. Then click on the "deployment settings" button. If the button "Generate Default SQL" is enabled, click on it. If the button "Generate Default SQL" is not enabled, click on the button "Database Settings...". Fill in your database connection info and click on "Generate SQL now".

Repeat this process for all your EJB's.

Hope this helps,

Kurt.

leukbr at 2007-6-29 8:40:39 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...