- 
        1. Re: Jboss 3.2.0 CMP bean table name problemhoos May 4, 2003 10:33 PM (in response to hoos)Jboss 3.2 
 Postgres 7.2
 I guess another CMP feature that does not work, it seems the bean name is used to create the tables name begging the question why bother whith a table name element?
 prove me wrong!
 cheers Hoos
- 
        2. Re: Jboss 3.2.0 CMP bean table name problempittala Jul 14, 2003 9:04 PM (in response to hoos)It happens for me too. BTW it happens with code that is not generated through x-doclet. It must be a big bug:-) 
- 
        3. Re: Jboss 3.2.0 CMP bean table name problempshankar Nov 20, 2003 3:16 PM (in response to hoos)Hi There, 
 It is quite common that you create a Table Name different from the Bean Name. Say you can Prefix the Table Name with your business Domain Name/ anything you need and still have a Bean name different.
 If you have the EJB Name as AccountBean, do you create the Table as AccountBean? (or)
 You have a Table name called XYZBUSS_ACCOUNT_TBL
 Will you name your EJB as XYZ_Account_TBL?
 You wouldn't Right.
- 
        4. Re: Jboss 3.2.0 CMP bean table name problemmusophil Nov 22, 2003 6:19 AM (in response to hoos)Don't know if you've cracked this problem. But i don't get this behaviour. Example in my blog that behaves ok @ http://mp3monster.blogspot.com/ 
 
     
     
    