Не удается развернуть приложение за исключением java.lang.Exception: persistence-unit: persistence -750441533localhost: имя "openejb / PersistenceUnit / persistence -750441533localhost" не найдено.Было перепробовано много конфигов.Есть предложения по настройке?
постоянство .xml
<persistence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://xmlns.jcp.org/xml/ns/persistence"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence
http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd"
version="2.1">
<persistence-unit name="persistence">
<description>Hibernate JPA</description>
<provider>org.hibernate.jpa.HibernatePersistenceProvider</provider>
<non-jta-data-source>jdbc/postgres</non-jta-data-source>
<exclude-unlisted-classes>false</exclude-unlisted-classes>
<properties>
</properties>
</persistence-unit>
</persistence>
context.xml
<Context antiJARLocking="true" path="/postgres">
<Resource name="jdbc/postgres"
auth="Container"
type="javax.sql.DataSource"
username="root"
password="root"
driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://localhost:5432/base"
maxTotal="20"
maxActive="25"
maxIdle="3"/>
</Context>
Ошибки
org.apache.catalina.LifecycleException: An invalid Lifecycle transition was attempted ([before_destroy]) for component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[]] in state [STARTING_PREP]
14-Jun-2019 17:21:36.774 SEVERE [http-nio-8080-exec-4]
org.apache.openejb.assembler.classic.Assembler.destroyApplication
undeployException original cause
java.lang.Exception: deployment not found: .Comp1964794492
14-Jun-2019 17:21:36.777 SEVERE [http-nio-8080-exec-4]
org.apache.openejb.assembler.classic.Assembler.destroyApplication
undeployException original cause
java.lang.Exception: persistence-unit: persistence
-750441533localhost: Name "openejb/PersistenceUnit/persistence
-750441533localhost" not found.
org.apache.openejb.OpenEJBRuntimeException: javax.persistence.PersistenceException: [PersistenceUnit: persistence] Unable to build Hibernate SessionFactory: javax.persistence.PersistenceException: [PersistenceUnit: persistence] Unable to build Hibernate SessionFactory