]> git.mxchange.org Git - jfinancials-ejb.git/commitdiff
fixed JNDIs
authorRoland Häder <roland@mxchange.org>
Wed, 12 Jul 2017 22:02:40 +0000 (00:02 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 12 Jul 2017 22:02:40 +0000 (00:02 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/juserlogincore/model/user/register/FinancialsUserRegistrationSessionBean.java
src/java/org/mxchange/juserlogincore/model/user/resendlink/FinancialsResendLinkSessionBean.java

index 8e2b9a16d39e6df439845b38c52141b931a77ca4..4431b66f17606cec38fddbbcbc40007ff4dd0b83 100644 (file)
@@ -62,7 +62,7 @@ public class FinancialsUserRegistrationSessionBean extends BaseFinancialsDatabas
         */
        public FinancialsUserRegistrationSessionBean () {
                // Call super constructor
-               super("jms/addressbook-queue-factory", "jms/addressbook-email-queue"); //NOI18N
+               super("jms/jfinancials-queue-factory", "jms/jfinancials-email-queue"); //NOI18N
        }
 
        @Override
index a66de30662851727c713aef98d38f27756071529..333d93492caededa594179a858aa6f6b07bb43c5 100644 (file)
@@ -60,7 +60,7 @@ public class FinancialsResendLinkSessionBean extends BaseFinancialsDatabaseBean
         */
        public FinancialsResendLinkSessionBean () {
                // Call super constructor
-               super("jms/addressbook-queue-factory", "jms/addressbook-email-queue"); //NOI18N
+               super("jms/jfinancials-queue-factory", "jms/jfinancials-email-queue"); //NOI18N
        }
 
        @Override