Fix in one of the PersistenceXmlParser.parse() methods used in tests

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
Jan Schatteman 2021-05-05 23:45:30 +02:00 committed by Jan Schatteman
parent e60e3736a7
commit 987dbbba2f
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ public class PersistenceXmlParser {
transactionType
);
parser.doResolve( integration );
parser.parsePersistenceXml( persistenceXmlUrl, integration );
return parser.persistenceUnits;
}