4Manuals

  • PDF Cloud HOME

Eclipse:在编辑器中打开时,如果没有问题,如何从Persistance.xml中删除Red Indicator? Download

    使用不同的定位器定位WebElement(NoSuchElementException) 生命周期配置未涵盖插件执行:org.codehaus.gmaven:groovy-maven-plugin:2.1.1 由于找不到我的文件,如何使用CSVparser(jena)? JNDI,使用Persistence.xml,不使用用户/密码,仅使用从RMI独立获得的数据源 尝试运行Selenium程序时出现此错误-在启动层初始化期间发生错误 Eclipse IDE中的目录修复中的SVN冲突 最新的Eclipse的xdoclet构建器具有StackOverflowError Eclipse外部Java库被视为“仅包含非Java资源的软件包” java.lang.NullPointerException导出War文件Eclipse 为什么Eclipse 4.14不能在运行Mojave的Mac上使用openJavaFX,openJDK正确启动HelloFX构建(Eclipse没有报告错误!)?

以下是我的persistance.xml,它没有显示任何错误:

<?xml version="1.0" encoding="UTF-8"?>
<persistence version="2.2"
    xmlns="http://xmlns.jcp.org/xml/ns/persistence"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_2.xsd">

    <persistence-unit name="IntegratorMasterdataDS"
        transaction-type="JTA">
        <provider>org.hibernate.ejb.HibernatePersistence</provider>
        <jta-data-source>java:/datasources/IasDS</jta-data-source>
        <properties>
            <property name="hibernate.archive.autodetection"
                value="class" />
            <property name="hibernate.show_sql" value="true" />
            <property name="hibernate.format_sql" value="true" />
        </properties>
    </persistence-unit>
</persistence>

以下是日食显示的红色指示器:

explorer

eclipse text editor

0 个答案:

没有答案



Similar searches
    日期时间比较Ruby on Rails 是否可以创建多个线程并使每个线程进入睡眠状态? 使用SequenceMatcher在python中使用numba加速 在kali arm64 错误TS7006:参数“ i”隐式具有“ any”类型。在reactJs文件中