hi,I publish a restful service with:
@POST
@Path("/removeProcessInstances/{processInstanceIds:.*}")
public void removeProcessInstances(@PathParam("processInstanceIds") int[]
processInstanceIds) throws SDKException {
//remove...
}
but,when i call the service like "xxx/removeProcessInstances/11,22",cxf
handlers "11,22" as string, how to call it? is this right?Thanks
--
View this message in context:
http://cxf.547215.n5.nabble.com/restful-service-with-int-array-tp5735335.html
Sent from the cxf-user mailing list archive at Nabble.com.