Hi Robert,
We didn't add Vector support until just recently. Look for it in the next release! You will be able to use generics or mapping files with the Vector. Also, the WSDL first approach won't help you because it generates POJOs and the service interface for you.
Cheers,
- Dan

Robert Nicholson wrote:
I'm not sure about componentTypes.

I am just exposing a POJO. ie. not generating stubs from WSDL must I strongly type my collections?

If I have a method like

public Vector buildMeAListOfSomething();

do I have to use generics to type the Vector?

do I need mapping files for this to work?

...

Also,

If I use WSDL that defines the sequence and what's inside it and generate stubs from that will that allow me to use the above signature?

I do see the newly added support for Vectors in the CollectionType in SVN.




--
Dan Diephouse
Envoi Solutions
http://envoisolutions.com
http://netzooid.com/blog

Reply via email to