我收到以下错误:
Failed while installing JAX-RS (REST Web Services) 1.1.
org.osgi.service.prefs.BackingStoreException: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
此外,在apache服务器上运行项目时,jersey servlet会抛出一个classnotfound异常。
答案 0 :(得分:0)
此异常主要是由于XML元素中的拼写错误引起的。你能否把你的依赖部分粘贴到pom.xml中的JAX-RS(Jersey)。