]> git.mxchange.org Git - jjobs-ejb.git/commitdiff
updated own name and resources
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:11 +0000 (23:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:11 +0000 (23:55 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
21 files changed:
src/java/log4j2.xml
src/java/org/mxchange/jcontacts/contact/JobsAdminContactSessionBean.java
src/java/org/mxchange/jcontacts/contact/JobsContactSessionBean.java
src/java/org/mxchange/jcontacts/phone/JobsAdminContactPhoneSessionBean.java
src/java/org/mxchange/jcountry/data/JobsCountrySingletonBean.java
src/java/org/mxchange/jjobs/beans/resendlink/JobsResendLinkSessionBean.java
src/java/org/mxchange/jjobs/model/addressbook/JobsAddressbookSessionBean.java
src/java/org/mxchange/jmailee/model/delivery/JobsEmailDeliveryMessageBean.java
src/java/org/mxchange/jmailer/config.properties
src/java/org/mxchange/jphone/phonenumbers/mobileprovider/JobsAdminMobileProviderSessionBean.java
src/java/org/mxchange/jphone/phonenumbers/mobileprovider/JobsMobileProviderSingletonBean.java
src/java/org/mxchange/jphone/phonenumbers/phone/JobsAdminPhoneSessionBean.java
src/java/org/mxchange/jphone/phonenumbers/phone/JobsPhoneSessionBean.java
src/java/org/mxchange/jusercore/model/email_address/JobsUserEmailChangeSessionBean.java
src/java/org/mxchange/jusercore/model/login/JobsUserLoginSessionBean.java
src/java/org/mxchange/jusercore/model/register/JobsUserRegistrationSessionBean.java
src/java/org/mxchange/jusercore/model/user/JobsAdminUserSessionBean.java
src/java/org/mxchange/jusercore/model/user/JobsUserSessionBean.java
src/java/org/mxchange/jusercore/model/user/activity/JobsUserActivityLogMessageBean.java
src/java/org/mxchange/jusercore/model/user/activity/JobsUserActivitySessionBean.java
src/java/org/mxchange/jusercore/model/user/password_history/JobsUserPasswordHistorySessionBean.java

index 8d9a6455c141f14852798a4dd62cfdc21059eaf2..3741761ae97430f8041162218c6ba1b02c14a39e 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (C) 2016 Roland Haeder
+Copyright (C) 2016 Roland Häder
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as
index 709e0a8d1853e2a87296f3bb79539ae19e462584..42eb66a923d28cbb05086e91680b819de43d07f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -25,7 +25,7 @@ import org.mxchange.jjobs.database.BaseJobsDatabaseBean;
 /**
  * An administrative contact EJB
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "adminContact", description = "An administrative contact EJB")
 public class JobsAdminContactSessionBean extends BaseJobsDatabaseBean implements AdminContactSessionBeanRemote {
index 8cf05c4651d7568fe6ebaa19cdf3c659be547cb9..a851c816e001344f8109598954b53d03b3fda2b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -30,7 +30,7 @@ import org.mxchange.jjobs.database.BaseJobsDatabaseBean;
 /**
  * A contact EJB
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "contact", description = "A bean handling contact data")
 public class JobsContactSessionBean extends BaseJobsDatabaseBean implements ContactSessionBeanRemote {
index d8d4beb8d05a08424ef625d94fda881fbf63a511..7fe16747ccfb100573e04be6ba9b3ae9c0f900de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -34,7 +34,7 @@ import org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber;
 /**
  * A session EJB for administrative contact's phone number purposes
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "adminContactPhone", description = "An administrative bean handling contact's phone (fax, land-line and mobile) data")
 public class JobsAdminContactPhoneSessionBean extends BaseJobsDatabaseBean implements AdminContactsPhoneSessionBeanRemote {
index 98a261247860a6bffa2736f11d2735cf6afc5b32..ea7db91aa515d8c559fdf7f22d7dac52dd2d6968 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -29,7 +29,7 @@ import org.mxchange.jjobs.database.BaseJobsDatabaseBean;
 /**
  * A singleton EJB for country informations
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Startup
 @Singleton (name = "country", description = "A singleton session bean for country informations")
index 0411ef9fd58e6cf53cf17886f6271690af25c800..88d6b1aa8bc0ab02f54064fc8c66688019612db7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -37,7 +37,7 @@ import org.mxchange.jusercore.model.user.status.UserAccountStatus;
 /**
  * A session-based EJB for resending confirmation links
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "resendLink", description = "A bean resending confirmation links")
 public class JobsResendLinkSessionBean extends BaseJobsDatabaseBean implements ResendLinkSessionBeanRemote {
index 7513a0799295b9f24202218f800783696e770cde..591ceaa69c0e15ac28d43b4c5b969e811fc72203 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -34,7 +34,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A stateless bean handling addressbooks
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "addressbook", description = "A stateless bean for handling JJobs addressbooks")
 public class JobsAddressbookSessionBean extends BaseJobsDatabaseBean implements AddressbookSessionBeanRemote {
index 5d7f97bbe63fa271e6690e282b0d297a658eecfc..3a6e0178091d7a94fefe32325995271a7c37f909 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -36,7 +36,7 @@ import org.mxchange.jmailee.model.delivery.wrapper.WrapableEmailDelivery;
 /**
  * A message queue for sending out emails
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @MessageDriven (
                name = "jjobsEmail",
index 4d2c1cf2620bca50161f982ae27c1773e6dc8416..45b88a7beacabeb9f4f55a00c820dbda43520e22 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016 Roland Haeder
+# Copyright (C) 2016 Roland H\u00e4der
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as
index d00d508a23e2f879ce32c0ccae7fcb907eb446c3..6e7fb8fd6dbda474aeaeadd3bf1618d2bcf0df74 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -25,7 +25,7 @@ import org.mxchange.jphone.exceptions.MobileProviderAlreadyAddedException;
 /**
  * An administrative singleton EJB for mobile provider informations
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "adminMobileProvider", description = "A singleton session bean for mobile provider informations, admin-edition")
 public class JobsAdminMobileProviderSessionBean extends BaseJobsDatabaseBean implements AdminMobileProviderSessionBeanRemote {
index 6c01d15a8a451895b1bd39b4cd6f2733a600b086..0f0db28cd933d4348fdbfd3920a9fc96428c84db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -26,7 +26,7 @@ import org.mxchange.jjobs.database.BaseJobsDatabaseBean;
 /**
  * A singleton EJB for mobile provider informations
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Startup
 @Singleton (name = "mobileProvider", description = "A singleton session bean for SMS provider informations")
index 74ec0a7d4529938fe272a71b88770b3c35e5a62f..7b457a38e4849d49b2aa1f6a8a3d8547817787ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -27,7 +27,7 @@ import org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber;
 /**
  * An EJB for administrative phone purposes
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "adminPhone", description = "An administrative bean handling phone data")
 public class JobsAdminPhoneSessionBean extends BaseJobsDatabaseBean implements AdminPhoneSessionBeanRemote {
index f6de210659d42c0f9ab8744c17db19a725594030..7aa54d1a035735481550926e6b9362346b83bb38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -33,7 +33,7 @@ import org.mxchange.jphone.phonenumbers.mobile.MobileNumber;
 /**
  * A general phone EJB
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "phone", description = "A bean handling phone data")
 public class JobsPhoneSessionBean extends BaseJobsDatabaseBean implements PhoneSessionBeanRemote {
index 4fab83292d97c5df32b2e9e8a8961f41bf0c1034..bf23192a496b608055781574a797a213eed0beaf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -34,7 +34,7 @@ import org.mxchange.jusercore.model.user.UserUtils;
 /**
  * A session bean for changing email addresses
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "userEmailChange", description = "A bean handling user email changes")
 public class JobsUserEmailChangeSessionBean extends BaseJobsDatabaseBean implements UserEmailChangeSessionBeanRemote {
index b41d509c813d98b664d548d932cc381027232313..b4d1d432fb14b5085577b66e20f43dc2187931f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -34,7 +34,7 @@ import org.mxchange.jusercore.model.user.status.UserAccountStatus;
 /**
  * A session EJB for user logins
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "login", description = "A bean handling the user login")
 public class JobsUserLoginSessionBean extends BaseJobsDatabaseBean implements UserLoginSessionBeanRemote {
index 47a0e7383dbaeb5a4469bbf201b32a61473e1f24..71f4e511f1b4b53841553bc80cce42faa0e53487 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -38,7 +38,7 @@ import org.mxchange.jusercore.model.user.UserUtils;
 /**
  * A session bean for user registration
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "register", description = "A bean handling the user registration")
 public class JobsUserRegistrationSessionBean extends BaseJobsDatabaseBean implements UserRegistrationSessionBeanRemote {
index d27d0b44f6c521405fde78268271ab6bfc4ead39..24afb36688034259dce9c863e3f1fa3519c2f90f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -38,7 +38,7 @@ import org.mxchange.jusercore.model.user.status.UserAccountStatus;
 /**
  * An administrative user EJB
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "adminUser", description = "A bean handling the user data")
 public class JobsAdminUserSessionBean extends BaseJobsDatabaseBean implements AdminUserSessionBeanRemote {
index 0d21b94003b6e87ecabe46d6a134ef1c4abb870e..14ff94085bc77904a27823fd84be532bf45883fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -46,7 +46,7 @@ import org.mxchange.jusercore.model.user.status.UserAccountStatus;
 /**
  * A user EJB
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "user", description = "A bean handling the user data")
 public class JobsUserSessionBean extends BaseJobsDatabaseBean implements UserSessionBeanRemote {
index 374a6fbb9b70ea09c71f5614aea8a725941e2761..7915fe36373f52ac451ebb466365e0ac92778cb2 100644 (file)
@@ -30,7 +30,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A message-driven bean for adding user activity log
  * <p>
- * @author Roland Haeder<rhaeder@cho-time.de>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @MessageDriven (
                name = "userActivityLog",
@@ -38,7 +38,7 @@ import org.mxchange.jusercore.model.user.User;
                activationConfig = {
                        @ActivationConfigProperty (
                                        propertyName = "destinationLookup",
-                                       propertyValue = "jms/jlanding-user-activity-log"
+                                       propertyValue = "jms/jjobs-user-activity-log"
                        ),
                        @ActivationConfigProperty (
                                        propertyName = "destinationType",
index b974ffbaca06dd5b886f0ee34f419717abab2a71..f486ea1630f32034832e11cdd6de24f6eada6bef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -41,7 +41,7 @@ import org.mxchange.jusercore.model.user.User;
  * project-specific "base class". The simple reason is that this class requires
  * no email queue as no emails are ever being sent from this class.
  * <p>
- * @author Roland Haeder<rhaeder@cho-time.de>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "userActivity", description = "A bean handling the user data")
 public class JobsUserActivitySessionBean extends BaseDatabaseBean implements UserActivityLogSessionBeanRemote {
@@ -83,7 +83,7 @@ public class JobsUserActivitySessionBean extends BaseDatabaseBean implements Use
                        Context context = new InitialContext();
 
                        // Get factory from JMS resource
-                       QueueConnectionFactory connectionFactory = (QueueConnectionFactory) context.lookup("jms/jlandingpage-queue-factory"); //NOI18N
+                       QueueConnectionFactory connectionFactory = (QueueConnectionFactory) context.lookup("jms/jjobs-queue-factory"); //NOI18N
 
                        // Lookup queue
                        this.activityQueue = (Queue) context.lookup("jms/jlanding-user-activity-log"); //NOI18N
index 6b12b5335ee53cc113379c1b537463e44c85bb61..9d602c81630d92f5c2175ba78481efebbedb1866 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -26,7 +26,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A user password history EJB
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "userPasswordHistory", description = "A stateless EJB for user's password history. This bean does return the full user's password history and not limited. The application then needs to limit it to it's purpose.")
 public class JobsUserPasswordHistorySessionBean extends BaseJobsDatabaseBean implements UserPasswordHistorySessionBeanRemote {