[jboss-user] [JBoss Seam] - Seam 2.0: Why does @Datamodel require a setter?
fhh
do-not-reply at jboss.com
Fri Aug 24 18:34:42 EDT 2007
Hello!
This patch http://lists.jboss.org/pipermail/jboss-cvs-commits/2007-August/039852.html
requires all methods annotated with @Datamodels to have a corresponding setter.
This makes the Seam 2.0 migration much harder than necessary. My project has lots of lists that are created on the fly when the get-Method is called. So these are really readonly. Seam 2.0 will require to add empty setters to all these components.
Is this change of behaviour intended?
Regards
Felix
P.S.: Does anybody know why deployment exceptions are swalloed?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077956#4077956
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077956
More information about the jboss-user
mailing list