[jboss-user] [JBoss Seam] - JBoss tools - Seam generate entities from existing entities
mortena
do-not-reply at jboss.com
Mon Nov 19 04:51:19 EST 2007
I've evaluated and tested the JBoss tools generate entities from existing entities and it turns out that the entities are overwritten by hbm2java instead of being used as they are. This undermines the usage of this tool to get a running seam application from a set of EJB3 entities:
* It removes all inheritance information in the entities
* It removes all documentation etc. in the entities
So:
* Why are the entities overwritten instead of being used as they are?
* Can this be configured so that the entities are used as they are?
In an iterative (real life) situation extra properties would be added to existing entities over time. If the Seam generate entities are run several times some information would be thrown away due to this procedure.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105943#4105943
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105943
More information about the jboss-user
mailing list