From: Roland Häder Date: Wed, 24 Aug 2016 14:59:51 +0000 (+0200) Subject: added juser-activity to persistence unit and both projects (core/lib) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ca7a3cf24c290cee7c78052e83cefb96d1a8ef61;p=pizzaservice-ejb.git added juser-activity to persistence unit and both projects (core/lib) Signed-off-by: Roland Häder --- diff --git a/lib/juser-activity-core.jar b/lib/juser-activity-core.jar new file mode 100644 index 0000000..cace3fd Binary files /dev/null and b/lib/juser-activity-core.jar differ diff --git a/lib/juser-activity-lib.jar b/lib/juser-activity-lib.jar new file mode 100644 index 0000000..4926acd Binary files /dev/null and b/lib/juser-activity-lib.jar differ diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 44a91f0..ffb69cf 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -25,8 +25,8 @@ is divided into following sections: - @@ -36,7 +36,7 @@ is divided into following sections: - + @@ -749,9 +749,9 @@ or ant -Dj2ee.platform.classpath=<server_classpath> (where no properties f The libs.CopyLibs.classpath property is not set up. -This property must point to +This property must point to org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part -of NetBeans IDE installation and is usually located at +of NetBeans IDE installation and is usually located at <netbeans_installation>/java<version>/ant/extra folder. Either open the project in the IDE and make sure CopyLibs library exists or setup the property manually. For example like this: @@ -812,6 +812,9 @@ exists or setup the property manually. For example like this: + + + @@ -820,6 +823,9 @@ exists or setup the property manually. For example like this: + + + @@ -833,84 +839,80 @@ exists or setup the property manually. For example like this: + - + + - - - - - - + + + + - + + - - - - - - + + + - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + + - - - - - - + + + @@ -1296,6 +1298,7 @@ exists or setup the property manually. For example like this: + diff --git a/nbproject/project.xml b/nbproject/project.xml index 4cc3755..d451355 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -6,23 +6,22 @@ pizzaservice-ejb 1.6.5 file.reference.jcoreee.jar + file.reference.jcore-logger-lib.jar file.reference.jcountry-core.jar file.reference.jcountry-lib.jar - file.reference.jcore-logger-lib.jar + file.reference.jphone-core.jar + file.reference.jphone-lib.jar file.reference.jcontacts-core.jar file.reference.jcontacts-lib.jar file.reference.juser-core.jar file.reference.juser-lib.jar - file.reference.jcustomer-core.jar - file.reference.jcustomer-lib.jar - file.reference.jphone-core.jar - file.reference.jphone-lib.jar - file.reference.jshop-core.jar - file.reference.jshop-ee-lib.jar + file.reference.juser-activity-core.jar + file.reference.juser-activity-lib.jar file.reference.jmailer-ee.jar file.reference.pizzaservice-core.jar reference.pizzaservice-lib.jar reference.pizzaservice-mailer.jar + file.reference.cdi-api.jar @@ -31,13 +30,13 @@ - lib/nblibraries.properties + ./lib/nblibraries.properties - + pizzaservice-lib jar - + jar clean jar @@ -45,7 +44,15 @@ pizzaservice-mailer jar - + + jar + clean + jar + + + juser-core + jar + jar clean jar diff --git a/src/conf/persistence.xml b/src/conf/persistence.xml index 9e37f0d..53f09b6 100644 --- a/src/conf/persistence.xml +++ b/src/conf/persistence.xml @@ -16,6 +16,7 @@ org.mxchange.jusercore.model.email_address.EmailAddressChange org.mxchange.jusercore.model.user.LoginUser org.mxchange.jusercore.model.user.password_history.UserPasswordHistory + org.mxchange.jusercore.model.user.activity.UserActivityLog false