第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

我在 [row,col]:[1,2] 得到 XMLStreamException

我在 [row,col]:[1,2] 得到 XMLStreamException

慕妹3242003 2023-02-23 17:34:31
我突然開始在我的項目中遇到 XMLStreamException。昨天它工作得很好,今天我做了一些小改動,但它壞了。我試圖重新定位到以前的版本,但沒有任何改變。這是我的 xml 文件:<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE hibernate-configuration PUBLIC        "-//Hibernate/Hibernate Configuration DTD 3.0//EN"        "http://hibernate.org/dtd/hibernate-configuration-3.0.dtd"><hibernate-configuration>    <session-factory>        <property name="hibernate.connection.driver_class">org.postgresql.Driver</property>        <property name="hibernate.connection.url">jdbc:postgresql://localhost:5433/logistica</property>        <property name="hibernate.connection.username">testUser</property>        <property name="hibernate.connection.password">pass</property>        <property name="hibernate.show_sql">true</property>        <property name="hibernate.dialect">org.hibernate.dialect.PostgreSQL9Dialect</property>        <mapping class="com.log.iei.logistica.data.entities.ClientEntity" />        <mapping class="com.log.iei.logistica.data.entities.ContractEntity" />        <mapping class="com.log.iei.logistica.data.entities.ContainerEntity" />        <mapping class="com.log.iei.logistica.data.entities.VehicleEntity" />        <mapping class="com.log.iei.logistica.data.entities.TransactionEntity" />    </session-factory></hibernate-configuration>和例外:org.hibernate.HibernateException: Error accessing stax stream    at org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor.unmarshal(JaxbCfgProcessor.java:107)    at org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor.unmarshal(JaxbCfgProcessor.java:65)    at org.hibernate.boot.cfgxml.internal.ConfigLoader.loadConfigXmlResource(ConfigLoader.java:57)    at org.hibernate.boot.registry.StandardServiceRegistryBuilder.configure(StandardServiceRegistryBuilder.java:165)    at org.hibernate.cfg.Configuration.configure(Configuration.java:258)    at org.hibernate.cfg.Configuration.configure(Configuration.java:244)
查看完整描述

1 回答

?
慕妹3146593

TA貢獻1820條經(jīng)驗 獲得超9個贊

我開始遇到同樣的問題。我沒有更新任何東西,但是重啟 tomcat 失敗了,出現(xiàn)了很多新的異常。我注意到下面的文件今天更新了,想知道它是否是來源(我的每個實體映射中都引用了它):

http://hibernate.org/dtd/hibernate-mapping-3.0.dtd

所以我更新了我的映射以使用此處的 DTD:“hibernate.sourceforge.net/hibernate-mapping-3.0.dtd” - 并且有效。所以它似乎是由 Hibernate 更新的 DTD 文件引起的。

我猜你的選擇是:

  1. 找出 hibernate 在更新的 dtd 中想要什么

  2. 使用來自其他來源的 dtd,例如 sourceforge

  3. 像這樣使用你的 hibernate jar 中的 dtd:“classpath://org/hibernate/hibernate-mapping-3.0.dtd”


查看完整回答
反對 回復(fù) 2023-02-23
  • 1 回答
  • 0 關(guān)注
  • 155 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號