0

Following is my persistance.xml which is not showing any error:

<?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>

Following is red indicator shown by eclipse:

explorer

eclipse text editor

fatherazrael
  • 5,511
  • 16
  • 71
  • 155

0 Answers0