Skip to content

Commit

Permalink
[ALS-5422] Add persistence.xml to visualization resource
Browse files Browse the repository at this point in the history
The visualization resource is failing to start due to an error injecting persistence unit into CDI managed bean. It is unable to find a persistence unit named ''.
  • Loading branch information
Gcolon021 committed Nov 29, 2023
1 parent 9d9b072 commit 1249d46
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<persistence version="2.1"
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_1.xsd">
<persistence-unit name="picsure">
</persistence-unit>
</persistence>

0 comments on commit 1249d46

Please sign in to comment.