0 Replies Latest reply on Apr 25, 2007 12:12 AM by hasuley

    Problem in creating entity bean..

    hasuley

      Hi..

      I'm trying to create an CMP EJB from an existing database.

      I am using Eclipse-3.2 , MySQL-5.0 and XDoclet-1.2.3. So I go to File > New > XDoclet Enterprise JavaBean, I select Container Managed Entity Bean, fill out the package/class info, use the defaults for CMP Entity Bean, I re-establish my working connection to mysql via jdbc (mysql-connector) as root just to exclude permission problem possibilities, and I'm stuck at a blank CMP Attributes page with the message "Entity bean has no attributes".

      My db/tables are not shown. But yet when I connect via Database Explorer I'm able to see the db and tables.

      Any suggestions? Thanks ahead.