Hello Chris, you cannot return a Collection in a WebService, see http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQSupportedDataTypes
Normaly the best way is to change the return type to an array and return listUsers.toArray(). Frank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951065#3951065 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951065 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
