]> git.mxchange.org Git - jjobs-war.git/commitdiff
Pre cherry-pick: jcontacts-business-core/lib has changed again ...
authorRoland Häder <roland@mxchange.org>
Sat, 19 Aug 2017 18:57:47 +0000 (20:57 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 19 Aug 2017 18:57:47 +0000 (20:57 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jjobs/beans/businessdata/JobsAdminBusinessDataWebRequestBean.java
src/java/org/mxchange/jjobs/converter/businesscontact/JobsBusinessContactConverter.java

index f378d24856ef62cc4031935af4f33393e0cdfb12..aa461a38e2a8077435a54f5f2a2a0db88a55da73 100644 (file)
@@ -25,9 +25,9 @@ import javax.naming.Context;
 import javax.naming.InitialContext;
 import javax.naming.NamingException;
 import org.mxchange.jcontactsbusiness.basicdata.BusinessBasicData;
-import org.mxchange.jcontactsbusiness.basicdata.BusinessDataAdminSessionBeanRemote;
 import org.mxchange.jcountry.data.Country;
 import org.mxchange.jjobs.beans.BaseJobsController;
+import org.mxchange.jcontactsbusiness.basicdata.AdminBusinessDataSessionBeanRemote;
 
 /**
  * An administrative business contact bean (controller)
@@ -46,7 +46,7 @@ public class JobsAdminBusinessDataWebRequestBean extends BaseJobsController impl
        /**
         * Remote contact bean
         */
-       private BusinessDataAdminSessionBeanRemote adminBusinessDataBean;
+       private AdminBusinessDataSessionBeanRemote adminBusinessDataBean;
 
        /**
         * A list of all registered companies (globally)
@@ -285,7 +285,7 @@ public class JobsAdminBusinessDataWebRequestBean extends BaseJobsController impl
                        Context context = new InitialContext();
 
                        // Try to lookup
-                       this.adminBusinessDataBean = (BusinessDataAdminSessionBeanRemote) context.lookup("java:global/jjobs-ejb/adminBusinessData!org.mxchange.jcontactsbusiness.basicdata.BusinessDataAdminSessionBeanRemote"); //NOI18N
+                       this.adminBusinessDataBean = (AdminBusinessDataSessionBeanRemote) context.lookup("java:global/jjobs-ejb/adminBusinessData!org.mxchange.jcontactsbusiness.basicdata.BusinessDataAdminSessionBeanRemote"); //NOI18N
                } catch (final NamingException e) {
                        // Throw again
                        throw new FaceletException(e);
index 7c88de36d00eb78a05ae0501ecc712b0b6077308..daa143e0ffb5044ba6bcf76c3e74f1cc7d7739f1 100644 (file)
@@ -28,7 +28,7 @@ import javax.naming.NamingException;
 import org.mxchange.jcontacts.contact.Contact;
 import org.mxchange.jcontactsbusiness.basicdata.BusinessBasicData;
 import org.mxchange.jcontactsbusiness.basicdata.BusinessDataSessionBeanRemote;
-import org.mxchange.jcontactsbusiness.exceptions.BusinessDataNotFoundException;
+import org.mxchange.jcontactsbusiness.exceptions.basicdata.BusinessDataNotFoundException;
 
 /**
  * Converter for contact id <-> valid business contact instance