maybe the code 
  | int[] names= {"jim","john","tom","mick","bodger","badger"};
  | 

should be like 
  | String[] names= {"jim","john","tom","mick","bodger","badger"};
  | 

And the int[] type in your first method is a bit tricky if you want to do null 
test....I would like to use the Integer[] or better yet, List in your case....

Regards,
Ellen

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061781#4061781

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061781
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to