Hi Ravi,
What heiko is trying to say is to use and array rather than the array list.. ie you
will have to invoke the toArray method on your array list.
ie
public result[] getResults()
rather than
public Collection getResults()
Steve.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966344#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...