We have as standard to name entity beans with the suffix Entity 
(ForeignAccountEntity, CustomerEntity,....), but XDoclet seems to assume 
that the suffix Bean is used for all beans when naming the generated classes.

Our classes gets named ForeignAccountEntityLocalHome instead of just 
ForeignAccountLocalHome, as it would be named had we called it 
ForeignAccountBean instead.

So, my question is, is there a way to tell XDoclet that we use Entity as 
the suffix, or could "Entity" be an allowed default suffix for a bean? I 
would prefer to not have to hardcode the names of the generated classes 
inte every entity bean.

/Daniel


_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to