首页 > Web开发 > 详细

新建maven web 项目后,出现的小问题

时间:2016-08-02 22:15:00      阅读:1196      评论:0      收藏:0      [点我收藏+]

问题一:
Description Resource Path Location Type
Cannot change version of project facet Dynamic Web Module to 2.4. wadl line 1 Maven Java EE Configuration Problem

Description Resource Path Location Type
Java compiler level does not match the version of the installed Java project facet. wadl Unknown Faceted Project Problem (Java Version Mismatch)

Description Resource Path Location Type
JAX-RS (REST Web Services) 2.0 can not be installed : One or more constraints have not been satisfied. wadl line 1 Maven Java EE Configuration Problem

Description Resource Path Location Type
JAX-RS (REST Web Services) 2.0 requires Java 1.6 or newer. wadl line 1 Maven Java EE Configuration Problem

Description Resource Path Location Type
One or more constraints have not been satisfied. wadl line 1 Maven Java EE Configuration Problem

解决:升级servlet


问题二:
Failed to import bean definitions from URL location [classpath:META-INF/cxf/osgi/cxf-extension-osgi.xml]

解决:
<!-- cxf -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<version>2.7.6</version>
</dependency>

里有 cxf-rt-transports-http-2.7.6.jar 里有

新建maven web 项目后,出现的小问题

原文:http://www.cnblogs.com/zno2/p/4747728.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!