]> git.mxchange.org Git - jfinancials-ejb.git/commitdiff
Only receipt:
authorRoland Häder <roland@mxchange.org>
Sun, 23 Jul 2017 13:58:20 +0000 (15:58 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 23 Jul 2017 13:58:20 +0000 (15:58 +0200)
- new entity registered + unregistered 2 old ones

Signed-off-by: Roland Häder <roland@mxchange.org>
src/conf/persistence.xml

index 9aef3f79e60b740f8cf486373e7e2adf09fe602b..a465fa39025f89d71a901ea0fe78ba0f21dd7833 100644 (file)
@@ -3,8 +3,7 @@
   <persistence-unit name="jfinancials-ejbPU" transaction-type="JTA">
     <jta-data-source>jdbc/jfinancials</jta-data-source>
     <class>org.mxchange.jcontacts.contact.UserContact</class>
-    <class>org.mxchange.jcontactsbusiness.CompanyContact</class>
-    <class>org.mxchange.jcontactsbusiness.basicdata.CompanyBasicData</class>
+    <class>org.mxchange.jcontactsbusiness.CompanyBasicData</class>
     <class>org.mxchange.jcontactsbusiness.branch.CompanyBranchOffice</class>
     <class>org.mxchange.jcontactsbusiness.department.CompanyDepartment</class>
     <class>org.mxchange.jcontactsbusiness.employee.CompanyEmployee</class>