- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我正在尝试在 Spring 使用模式定位类路径从本地驱动器导入 xsd 模式。我在类路径中添加了所需的文件,并使用
添加了该文件的引用15:10:19.336 [localhost-startStop-1] DEBUG o.s.b.f.xml.ResourceEntityResolver - Could not resolve XML entity [classpath:spring-social-facebook-1.1.xsd] against system root URL
java.net.MalformedURLException: unknown protocol: classpath
at java.net.URL.<init>(Unknown Source) ~[na:1.8.0_31]
at java.net.URL.<init>(Unknown Source) ~[na:1.8.0_31]
at java.net.URL.<init>(Unknown Source) ~[na:1.8.0_31]
这是我的 applicationContext.xml 的 header ,
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
xmlns:jdbc="http://www.springframework.org/schema/jdbc" xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:beans="http://www.springframework.org/schema/beans" xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:mongo="http://www.springframework.org/schema/data/mongo" xmlns:mvc="http://www.springframework.org/schema/mvc"
xmlns:social="http://www.springframework.org/schema/social"
xmlns:facebook="http://www.springframework.org/schema/social/facebook"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd
http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd
http://www.springframework.org/schema/data/mongo http://www.springframework.org/schema/data/mongo/spring-mongo-1.7.xsd
http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd
http://www.springframework.org/schema/social http://www.springframework.org/schema/social/spring-social.xsd
http://www.springframework.org/schema/social/facebook classpath:spring-social-facebook-1.1.xsd">
我正在使用 spring 4.1 和 spring-bean 3.0 版。
最佳答案
您不应该乱用其他位置并使用默认值。对于 Spring Social Facebook,您应该使用 http://www.springframework.org/schema/social/spring-social-facebook-1.1.xsd
或最好是少一个版本 http://www.springframework.org/schema/social/spring-social-facebook.xsd
.
Spring 总是首先从类路径的 jars 中加载 xsd。 Spring 附带一个自定义的 EntityResolver
,PluggableSchemaResolver
它使用 Spring jar 文件的 META-INF
目录中的不同 spring.schemas
文件。
出现像你这样的错误的唯一原因(以及你尝试解决它的原因)是
我敢打赌选项 2 没有所有 1.1.0 版本的 spring-social-facebook,而是混合版本的 jars。
关于java.net.MalformedURLException : unknown protocol: classpath,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31939072/
我希望程序打印出每个网址的文本 HtmlPage points = (HtmlPage) webClient.getPage("https://www.hockey-reference.com/lea
我有以下代码片段: public class DOMTest { public static void main( String[] args ) throws Par
该程序假设调用以下 URL http://www.google.com当选择退出时,所有其他按钮都工作正常,但是当我单击“退出”时没有任何反应。 我还得到: warning: unreachable
我正在尝试从 HTMLUnit tutorial 执行此代码: final WebClient webClient = new WebClient(); final HtmlPage page = w
我的 friend 让我在这里发布他的问题,问题就在这里: 我有一个问题...我的代码运行得很好,突然出现了一个错误。我不知道它有什么问题,也许你们可以告诉我一些我正在犯的明显错误。 那是错误的沟通:
网络逻辑 11g (10.3.5) Spring 框架 3.1.3 Spring 网络服务 2.1.1 在 Weblogic 上运行的 Spring-ws Web 服务。相同的 Web 服务在 Tom
我正在进行应用程序测试并发现了一个问题。我的应用程序。在里面有一个 authenticate(email, password) Action 安全 Controller ,当从登录页面调用时,带有有效
我正在配置 SymmetricDS 3.6.12 的两个实例。服务器实例在 Glassfish 3 服务器中工作,使用 8181 端口作为 https。客户端实例作为服务运行(在 jetty 中),h
我写了一个简单的程序,它在我的书中。但我收到 MalformedURLException 异常。这是我的代码 import java.net.URL; import javax.swing.Image
我将 Windows 从 7 升级到 10,现在在我的项目中,我在运行测试时遇到了这些异常。 这是我的代码 @BeforeClass public static void createSche
实例化新 URL 时,DrawImage 类中的下面第一段代码起作用。但是,当我从另一个类 RandomImage 输入相同的字符串(“https://www.purchased.com/hubfs/
我试图在我的代码中引发 MalformedURLException 来测试我对它的处理,但是无论我尝试什么,我似乎都无法引起它。 (我传入了一个完整的无意义的非 url 字符串,但它仍然没有出现,我只
我使用了以下代码: g.drawImage(Toolkit.getDefaultToolkit().createImage(new URL(".\\mouseicon1.bmp")), MouseX
我的意思是,Java 如何决定哪些协议(protocol)可用?我从 Eclipse 内部运行一些代码,它工作得很好。然后我从 Eclipse 外部运行相同的代码,并得到“未知协议(protocol)
如何解决这个问题?有什么帮助吗? ERROR : java.net.MalformedURLException: Protocol not found: /mnt/sdcard/EREADER/New
如果 url 路径中有 http,为什么我得不到协议(protocol)? 日志: network: Connecting http://xxx.ccc.local/upload/up.php?aa=
我正在编写一个类以在 Java 中运行 xjc。我的代码如下: URL url = new URL("C:\\Users\\Simran\\Desktop\\books.xsd"); Schema
public class AnalyticsDetectLanguage { static String subscription_key_var; static String sub
所以我正在开发浏览器(正当理由),但我不断收到 java.net.MalformedURLException。我正在尝试将 JEditorPane 的页面设置为从我的计算机加载的文件。代码如下:
我正在尝试解析 xml,但出现错误。 公共(public)静态字符串xmlVersion(字符串源){ try { DocumentBuilderFactory documentBuilder
我是一名优秀的程序员,十分优秀!