From: Roland Haeder <roland@mxchange.org>
Date: Sun, 11 Oct 2015 11:48:25 +0000 (+0200)
Subject: updated jar(s) + persistence.xml
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0922ff7f97b5dcd619db27aee458e73397a35e01;p=addressbook-ejb.git

updated jar(s) + persistence.xml
---

diff --git a/lib/jcontacts-business-core.jar b/lib/jcontacts-business-core.jar
index 911a7db..d76e6f2 100644
Binary files a/lib/jcontacts-business-core.jar and b/lib/jcontacts-business-core.jar differ
diff --git a/lib/jcontacts-core.jar b/lib/jcontacts-core.jar
index 9637068..999b7e6 100644
Binary files a/lib/jcontacts-core.jar and b/lib/jcontacts-core.jar differ
diff --git a/lib/jcore-logger-lib.jar b/lib/jcore-logger-lib.jar
index be2215d..5c823ef 100644
Binary files a/lib/jcore-logger-lib.jar and b/lib/jcore-logger-lib.jar differ
diff --git a/lib/jcoreee.jar b/lib/jcoreee.jar
index 2443add..ae884f5 100644
Binary files a/lib/jcoreee.jar and b/lib/jcoreee.jar differ
diff --git a/lib/jcountry-core.jar b/lib/jcountry-core.jar
index ba1e6e7..666cd17 100644
Binary files a/lib/jcountry-core.jar and b/lib/jcountry-core.jar differ
diff --git a/lib/jphone-core.jar b/lib/jphone-core.jar
index 037af93..e4db705 100644
Binary files a/lib/jphone-core.jar and b/lib/jphone-core.jar differ
diff --git a/lib/juser-core.jar b/lib/juser-core.jar
index 26ae6f8..2bef0f7 100644
Binary files a/lib/juser-core.jar and b/lib/juser-core.jar differ
diff --git a/lib/juser-lib.jar b/lib/juser-lib.jar
index 75a6351..9ef56f7 100644
Binary files a/lib/juser-lib.jar and b/lib/juser-lib.jar differ
diff --git a/src/conf/persistence.xml b/src/conf/persistence.xml
index 1306119..6617ac0 100644
--- a/src/conf/persistence.xml
+++ b/src/conf/persistence.xml
@@ -11,6 +11,7 @@
     <class>org.mxchange.jcontactsbusiness.department.CompanyDepartment</class>
     <class>org.mxchange.jcontactsbusiness.employee.CompanyEmployee</class>
     <class>org.mxchange.jcontactsbusiness.headquarters.CompanyHeadQuartersData</class>
+    <class>org.mxchange.jcontactsbusiness.jobposition.EmployeePosition</class>
     <class>org.mxchange.jcontactsbusiness.logo.CompanyLogo</class>
     <class>org.mxchange.jcountry.data.CountryData</class>
     <class>org.mxchange.jphone.phonenumbers.cellphone.CellphoneNumber</class>