javax.xml.bind.PropertyException: name: eclipselink.id-resolver value: com.persistence.MyIDResolver@4ab34646
at javax.xml.bind.helpers.AbstractUnmarshallerImpl.setProperty(AbstractUnmarshallerImpl.java:332)
at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.setProperty(UnmarshallerImpl.java:444)
皆さん、私はこのコード行を使用してこのプロパティの例外を取得しています:
jaxbUnmarshaller.setProperty(UnmarshallerProperties.ID_RESOLVER, new MyIDResolver());
私を助けてください、私は何が間違っているのか分かりません!!!