Hello,
I am using middlegen 2.1 and when I try to add "implement" attribute for hibernate tag under middlegen action of the build file, I get the below error:
Class middlegen.plugins.hibernate.HibernatePlugin doesn't support the "implements" attribute
Here is the piece of the code:
<hibernate
destination="${build.gen-src.dir}"
package="${name}.hibernate"
genXDocletTags="true"
javaTypeMapper="middlegen.plugins.hibernate.HibernateJavaTypeMapper"
extends="BusinessObject"
implements="IBusinessObjectFramwork"
beansuffix="BO"
/>
</middlegen>
Anyone knows why? Also, how do I auto-generate import statements?
Thanks for your help.
Sahra
|