Skip to content

Commit

Permalink
[ALS-5422] Add persistence.xml to visualization resource (#161)
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 authored Nov 29, 2023
1 parent 9d9b072 commit b050c9f
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 b050c9f

Please sign in to comment.