I can easily invoke a resource passing in a single value, for example: /products/123 Is it possible to bind a url like this: /products/123;456;789 to a method signature? Basically I'd like to return multiple products at once.
I tried defining an @PathParam on an array parameter, but that didn't work. I tried a @MatrixParam, but as far as I can tell that is for name=value pairs. Any help or example would be greatly appreciated, Thanks, Tim -- View this message in context: http://www.nabble.com/JAX-RS-specifying-multiple-values-in-a-pathparam-tp17702725p17702725.html Sent from the cxf-user mailing list archive at Nabble.com.