The problem is that your getters/setters aren't public.
Your data objects must be either a conformant JavaBean, or a class with public fields and
a noarg constructor.
-Jason
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982433#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...