]> git.mxchange.org Git - jjobs-war.git/commitdiff
relinked this to jjobs-ejb
authorRoland Haeder <roland@mxchange.org>
Wed, 2 Mar 2016 20:41:05 +0000 (21:41 +0100)
committerRoland Haeder <roland@mxchange.org>
Wed, 2 Mar 2016 20:43:42 +0000 (21:43 +0100)
src/java/org/mxchange/jjobs/beans/country/CountryWebApplicationBean.java
src/java/org/mxchange/jjobs/beans/smsprovider/SmsProviderWebApplicationBean.java
src/java/org/mxchange/jjobs/converter/country/CountryConverter.java
src/java/org/mxchange/jjobs/converter/smsprovider/SmsProviderConverter.java

index d47102b753a358ea3471334c96a9c5ded47b825b..41d682b5d67cbfc6ffca2b407c357d036bc7e8db 100644 (file)
@@ -62,7 +62,7 @@ public class CountryWebApplicationBean implements CountryWebApplicationControlle
                        Context context = new InitialContext();
 
                        // Try to lookup the bean
-                       this.countryBean = (AddressbookCountrySingletonBeanRemote) context.lookup("ejb/addressbook-singleton-country"); //NOI18N
+                       this.countryBean = (AddressbookCountrySingletonBeanRemote) context.lookup("ejb/jjobs-singleton-country"); //NOI18N
                } catch (final NamingException ex) {
                        // Continue to throw
                        throw new FaceletException(ex);
index 889a790007ce9e1b4e2494fd82ea06022387e3e6..bce5b51c9d7eff6ddcaf3005801b89fb3ed02eea 100644 (file)
@@ -62,7 +62,7 @@ public class SmsProviderWebApplicationBean implements SmsProviderWebApplicationC
                        Context context = new InitialContext();
 
                        // Try to lookup the bean
-                       this.cellphoneBean = (AddressbookSmsProviderSingletonBeanRemote) context.lookup("ejb/addressbook-singleton-smsprovider"); //NOI18N
+                       this.cellphoneBean = (AddressbookSmsProviderSingletonBeanRemote) context.lookup("ejb/jjobs-singleton-smsprovider"); //NOI18N
                } catch (final NamingException ex) {
                        // Continue to throw
                        throw new FaceletException(ex);
index 72d37ab34dfdd53e18fae2c185ab4798b6b9cc52..302337f1ba87ed851db6522615646663855eb2c7 100644 (file)
@@ -63,7 +63,7 @@ public class CountryConverter implements Converter {
                        this.loggerBeanLocal = (LoggerBeanLocal) context.lookup("java:global/jcore-logger-ejb/logger!org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal"); //NOI18N
 
                        // ... and country controller
-                       this.countryController = (AddressbookCountrySingletonBeanRemote) context.lookup("java:global/addressbook-ejb/country!org.mxchange.jcountry.data.AddressbookCountrySingletonBeanRemote"); //NOI18N
+                       this.countryController = (AddressbookCountrySingletonBeanRemote) context.lookup("java:global/jjobs-ejb/country!org.mxchange.jcountry.data.AddressbookCountrySingletonBeanRemote"); //NOI18N
                } catch (final NamingException ex) {
                        // Continue to throw it
                        throw new RuntimeException("context.lookup() failed.", ex); //NOI18N
index 806e01b8ac075fe39f1925943392f7678b8daa30..32334b4e0420ed3ccec2e1f4b1bb853a49cc6c33 100644 (file)
@@ -63,7 +63,7 @@ public class SmsProviderConverter implements Converter {
                        this.loggerBeanLocal = (LoggerBeanLocal) context.lookup("java:global/jcore-logger-ejb/logger!org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal"); //NOI18N
 
                        /// and SMS provider controller
-                       this.providerController = (AddressbookSmsProviderSingletonBeanRemote) context.lookup("java:global/addressbook-ejb/smsprovider!org.mxchange.jphone.phonenumbers.smsprovider.AddressbookSmsProviderSingletonBeanRemote"); //NOI18N
+                       this.providerController = (AddressbookSmsProviderSingletonBeanRemote) context.lookup("java:global/jjobs-ejb/smsprovider!org.mxchange.jphone.phonenumbers.smsprovider.AddressbookSmsProviderSingletonBeanRemote"); //NOI18N
                } catch (final NamingException ex) {
                        // Continue to throw it
                        throw new RuntimeException("context.lookup() failed.", ex); //NOI18N