]> git.mxchange.org Git - jfinancials-war.git/commitdiff
updated JNDIs because package/project has changed
authorRoland Häder <roland@mxchange.org>
Wed, 12 Jul 2017 21:43:14 +0000 (23:43 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 12 Jul 2017 21:43:14 +0000 (23:43 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jfinancials/beans/user/login/FinancialsUserLoginWebSessionBean.java
src/java/org/mxchange/jfinancials/beans/user/register/FinancialsUserRegisterWebSessionBean.java
src/java/org/mxchange/jfinancials/beans/user/resendlink/FinancialsResendLinkWebSessionBean.java

index 095da4c960698d05a64070316b5a1865ef58297f..7c3eaf5d15508053ce2d7bf00fa9cb08310bef1a 100644 (file)
@@ -330,7 +330,7 @@ public class FinancialsUserLoginWebSessionBean extends BaseFinancialsController
                        Context context = new InitialContext();
 
                        // Try to lookup
-                       this.userLoginBean = (UserLoginSessionBeanRemote) context.lookup("java:global/jfinancials-ejb/userLogin!org.mxchange.jusercore.model.login.user.UserLoginSessionBeanRemote"); //NOI18N
+                       this.userLoginBean = (UserLoginSessionBeanRemote) context.lookup("java:global/jfinancials-ejb/userLogin!org.mxchange.juserlogincore.model.login.user.user.UserLoginSessionBeanRemote"); //NOI18N
 
                        // Also find this
                        this.userPasswordHistoryBean = (UserPasswordHistorySessionBeanRemote) context.lookup("java:global/jfinancials-ejb/userPasswordHistory!org.mxchange.jusercore.model.user.password_history.UserPasswordHistorySessionBeanRemote"); //NOI18N
index 95df639cb6f1d58b2924f7ab58d8731a8ec01883..802b66a08af134f6d44ec406d968ef336224057d 100644 (file)
@@ -293,7 +293,7 @@ public class FinancialsUserRegisterWebSessionBean extends BaseFinancialsControll
                        Context context = new InitialContext();
 
                        // Try to lookup
-                       this.registerBean = (UserRegistrationSessionBeanRemote) context.lookup("java:global/jfinancials-ejb/userRegistration!org.mxchange.jusercore.model.user.register.UserRegistrationSessionBeanRemote"); //NOI18N
+                       this.registerBean = (UserRegistrationSessionBeanRemote) context.lookup("java:global/jfinancials-ejb/userRegistration!org.mxchange.juserlogincore.model.user.register.UserRegistrationSessionBeanRemote"); //NOI18N
                } catch (final NamingException ex) {
                        // Continue to throw
                        throw new FaceletException(ex);
index 8796f741058da98b95898706cd93732672651157..4e959c0014737b6569b98038d1c12ca47a6f0326 100644 (file)
@@ -184,7 +184,7 @@ public class FinancialsResendLinkWebSessionBean extends BaseFinancialsController
                        Context context = new InitialContext();
 
                        // Try to lookup
-                       this.resendLinkBean = (ResendLinkSessionBeanRemote) context.lookup("java:global/jfinancials-ejb/userResendConfirmationLink!org.mxchange.jusercore.model.user.resendlink.ResendLinkSessionBeanRemote"); //NOI18N
+                       this.resendLinkBean = (ResendLinkSessionBeanRemote) context.lookup("java:global/jfinancials-ejb/userResendConfirmationLink!org.mxchange.juserlogincore.model.user.resendlink.ResendLinkSessionBeanRemote"); //NOI18N
                } catch (final NamingException e) {
                        // Throw again
                        throw new FaceletException(e);