InjectionUtils can not access a member of class DateTimeZoneBuilder$PrecalculatedZone
问题 I am trying to send a post request with cxf implementation. But I am getting java.lang.IllegalAccessException: Class org.apache.cxf.jaxrs.utils.InjectionUtils can not access a member of class org.joda.time.tz.DateTimeZoneBuilder$PrecalculatedZone with modifiers "public" My method interface is : @GET @Path("history") HistoryResult getHistory(@Valid @QueryParam("") HistoryParameters historyParameters) HistoryParameters has two joda time LocalDate : public class HistoryParameters { @NotNull