0
我試圖在eclipse luna中啓動JBOSS 5.1。 當嘗試部署我的應用程序,我收到以下錯誤:JBoss在啓動時無法驗證模式
08:20:44,492 WARN [SaxJBossXBParser] schema_reference.4: Failed to read schema document 'http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>. @ vfsfile:/C:/(...)/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_AS_5.11414613613116/deploy/mywarfile.war/WEB-INF/classes/META-INF/persistence.xml[6,15]
我敢肯定我的JPA的persistence.xml是對的,因爲我使用外部工具的XSD驗證它。這隻剩下一個選項:JBOSS無法獲取* .xsd文件。由於我在公司防火牆下,我最初的猜測是試圖在Java VM選項(在Eclipse啓動配置中)中放置代理設置(proxySet,proxyHost,proxyPort,proxyUser和proxyPassword)。這也沒有奏效。
任何線索?
考慮: 的Eclipse 4.4 JBOSS 5.1(不容更改爲更新的版本) JPA 2.1 + Hibernate的