]> git.mxchange.org Git - jfinancials-lib.git/commitdiff
Continued a bit:
authorRoland Haeder <roland@mxchange.org>
Tue, 5 Apr 2016 12:19:39 +0000 (14:19 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 5 Apr 2016 12:22:55 +0000 (14:22 +0200)
- changed JNDI lookup to portable (long) version
- updated jar(s)

lib/juser-lib.jar
src/org/mxchange/addressbook/validator/user/UserIdValidator.java

index 89275c5218b48c3842588289e939ade13098c570..fdf6c73fa2eb69e4712ec404e9017de768b943d5 100644 (file)
Binary files a/lib/juser-lib.jar and b/lib/juser-lib.jar differ
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