[jboss-user] [JBossWS] - Re: Return value for Java bean always empty
jason.greene@jboss.com
do-not-reply at jboss.com
Wed Nov 1 13:14:53 EST 2006
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#3982433
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982433
More information about the jboss-user
mailing list