I can confirm that String[] works. I thought it didn't at first, but then I
realized that toArray() produces an Object[] even when the type is
ArrayList<String> (stupid Java).

While using String[] works, it's still not ideal for us because we also need
the ability to pass an object as well. Is there a JIRA issue for this?

Thanks,

D



--
View this message in context: 
http://cxf.547215.n5.nabble.com/Question-on-org-apache-cxf-rs-provider-tp5725851p5725917.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to