]> git.mxchange.org Git - pizzaservice-ejb.git/commitdiff
fixed persistence.xml from renaming
authorRoland Häder <roland@mxchange.org>
Tue, 16 Aug 2016 09:33:17 +0000 (11:33 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 16 Aug 2016 18:11:04 +0000 (20:11 +0200)
src/conf/persistence.xml

index 91ab1d93e6945af2f5050dff3d2fbb70afac22e3..9e37f0d48009e9b3baa54c7835aaa45e5456fd9b 100644 (file)
@@ -4,9 +4,9 @@
     <jta-data-source>jdbc/shop</jta-data-source>
     <class>org.mxchange.jcontacts.contact.UserContact</class>
     <class>org.mxchange.jcountry.data.CountryData</class>
-    <class>org.mxchange.jphone.phonenumbers.cellphone.CellphoneNumber</class>
     <class>org.mxchange.jphone.phonenumbers.fax.FaxNumber</class>
     <class>org.mxchange.jphone.phonenumbers.landline.LandLineNumber</class>
+    <class>org.mxchange.jphone.phonenumbers.mobile.MobileNumber</class>
     <class>org.mxchange.jphone.phonenumbers.mobileprovider.CellphoneProvider</class>
     <class>org.mxchange.jshopcore.model.basket.items.BasketItem</class>
     <class>org.mxchange.jshopcore.model.category.ProductCategory</class>