]> git.mxchange.org Git - jfinancials-lib.git/blobdiff - src/org/mxchange/addressbook/validator/user/UserIdValidator.java
Continued a bit:
[jfinancials-lib.git] / src / org / mxchange / addressbook / validator / user / UserIdValidator.java
index c3bdc2c79e208054ee778ca53801777643daaca0..de65c6ffa0380e963ddf3c1543ea749ea535e57b 100644 (file)
@@ -78,7 +78,7 @@ public class UserIdValidator extends BaseLongValidator implements Validator {
                        this.loggerBeanLocal = (LoggerBeanLocal) context.lookup("java:global/jcore-logger-ejb/logger!org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal"); //NOI18N
 
                        // ... and user controller
-                       this.userBean = (UserSessionBeanRemote) context.lookup("java:global/juser-ejb/user!org.mxchange.jusercore.model.user.UserSessionBeanRemote"); //NOI18N
+                       this.userBean = (UserSessionBeanRemote) context.lookup("java:global/addressbook-ejb/user!org.mxchange.jusercore.model.user.UserSessionBeanRemote"); //NOI18N
                } catch (final NamingException ex) {
                        // Continue to throw it
                        throw new RuntimeException("context.lookup() failed.", ex); //NOI18N