Hi I think that for each property of th entity bean, You need a get and set accessor ex : private String myField=null; you need to have getMyFiled() and setMyField(String myFiled)
Hope that helps richy007 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984243#3984243 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984243 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
