我使用Eclipse Luna(版本4.4.2)和Glassfish 4使用JAX-RS構建REST Web應用程序。EclipseLink修復在Eclipse中不可用 - Jersey POST/PUT不工作
所有POST和PUT操作,這在以前工作正常,現在拋出這個錯誤在Web服務器上:
Warning: StandardWrapperValve[Jersey Web Application]: Servlet.service() for servlet Jersey Web Application threw exception
java.lang.ClassNotFoundException: javax.xml.parsers.ParserConfigurationException not found by org.eclipse.persistence.moxy
我已經發現了(在這裏評論:https://java.net/jira/browse/JERSEY-2888),它已被固定在EclipseLink 2.6.1和Jersey 2.19。
我已更新至Jersey 2.22.1。
的EclipseLink 2.6.1已經發布了二零一五年十月十五日,你可以在這裏看到:http://www.eclipse.org/eclipselink/releases/
然而,正如你可以在這裏看到,它似乎並沒有被納入蝕「救命 - >更新軟件「:http://download.eclipse.org/rt/eclipselink/updates/
有誰知道如何獲得2.6.1使用Eclipse?目前,它阻止了我完成我的申請,並且這個問題已經持續了4周。
或者有其他解決方法嗎?
所有幫助非常感謝......