Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
[Closed]Where do I maintain a db table name in my ejb class?
The problem that I am running into is when I run the XDoclet, my table name will always reverse back to my ejb class name in my weblogic-cmp-rdbms-jar.xml file. Is there a way to maintain the table name within the ejb class? so I do not have to edit the above xml file before I deploy my jar file and after I run the XDcolet process?
Have you tried adding a XDoclet ejb.persistence table-name tag to your EJB class? If not trying putting the following tags just below your @ejb.bean xdoclet tags in your EJB implementation.