gpt4 book ai didi

java - 我尝试连接一个外部数据库 (mySql 5.7) 以在 Liferay 7.0 中填充我的实体。但是有一个异常(exception)

转载 作者:行者123 更新时间:2023-11-30 21:27:25 24 4
gpt4 key购买 nike

我的 ext-spring.xml 是:

<?xml version="1.0"?>
<bean class="com.liferay.portal.dao.jdbc.spring.DataSourceFactoryBean" id="liferayDataSourceFactory">
<property name="propertyPrefix" value="jdbc.ext." />
</bean>

service.xml 我使用 data-source=extDataSource

在我使用正确配置的 portal-ext-properties 中:

jdbc.ext.driverClassName=com.mysql.jdbc.Driver
jdbc.ext.password=
jdbc.ext.url=jdbc:
jdbc.ext.username=

但是 Liferay 有这个异常(exception):

is invalid; 
nested exception is org.xml.sax.SAXParseException;
lineNumber: 3;
columnNumber: 102;
cvc-elt.1.a: Cannot find the declaration of element 'bean'

如有任何帮助,我们将不胜感激。

最佳答案

看起来您的 ext-spring.xml 文件无效。如果没有完整的 XML 文件和完整的堆栈跟踪,很难说到底是什么导致了这种情况。

关于java - 我尝试连接一个外部数据库 (mySql 5.7) 以在 Liferay 7.0 中填充我的实体。但是有一个异常(exception),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58216337/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com