How can the following produce this error when they have different URLs ?
@Path(\"/job/{empId}/empProfile\") public EmpProfileResource delegateToEventProfileR
This error arises if we have written @PathParam instead of @Path in our service class or where ever we are defining the path for same.