From 92bf37bbbe93088e5451d7f6a1611a84b5684366 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 9 Jun 2017 22:46:22 +0200 Subject: [PATCH] Don't cherry-pick: - added missing jars for business contacts - no Financials here, Addressbook is the right class prefix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- lib/jcontacts-business-lib.jar | Bin 0 -> 1505 bytes nbproject/genfiles.properties | 2 +- nbproject/project.properties | 3 +++ nbproject/project.xml | 3 +++ ...AddressbookBusinessContactWebSessionBean.java | 8 ++++---- 5 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 lib/jcontacts-business-lib.jar diff --git a/lib/jcontacts-business-lib.jar b/lib/jcontacts-business-lib.jar new file mode 100644 index 0000000000000000000000000000000000000000..929e5694cb8938ec4f50a7ccc2eded9d3922235c GIT binary patch literal 1505 zcmb7E-EI;=6g~qK%IYemB*w%}_l$TCZIXHDy! z@1hs_2wv!=rZ+x=58#C_(0FEP7P?SLCz=26JAX6h>}|&r8o)e2@$=6u7;9-rK(lsW zmNs|l#`zh*UI;B9bmi0UmoCCp&tVUtO><|nUTYncoAo9Y{D^t7bjVzfJK{;cQeM(E zQ;eOM18N>gS5`{PYRngQU254Zzu~w8 z$E6a57j;e7Mm8>d|8dEk1ls7hUE^wmeu3zpSjSX!*%(wgjJILCk1HiCg!U{)NNP#1 z?R#7>&x?@XJj3)UeSxqv43|da*IXiHMwa0$T0FVgnU#F9nMP7O8DV zP#%G7p*Ym#OKuwt?n$JkTf8f%^j${a)db+_b!~aBtZ6yEYq2`FQRc&l9g|U0?i0AX z?+eNM?2voBZ8K8{M+QGg86KE@Vz6G@7={|PytrPJCiD`>i~_&g?lDUe$OT8-Fi%$4JNdg37*yH#~VhMuzJcqj^?h-hs@MIp+xYE=; z+`xV_Sm|&J=Oo_TR#{JCxi~_uC=rOnmVrN}n!_qEEEpr|w349+s(t+M2*;2*RzSv; zPfO^49w`5XOBK5RF;s#Nn=HLY ${file.reference.jcontacts-business-core.jar} + + ${file.reference.jcontacts-business-lib.jar} + ${file.reference.jcontacts-lib.jar} diff --git a/src/java/org/mxchange/addressbook/beans/businesscontact/AddressbookBusinessContactWebSessionBean.java b/src/java/org/mxchange/addressbook/beans/businesscontact/AddressbookBusinessContactWebSessionBean.java index aeb8d454..334d73cd 100644 --- a/src/java/org/mxchange/addressbook/beans/businesscontact/AddressbookBusinessContactWebSessionBean.java +++ b/src/java/org/mxchange/addressbook/beans/businesscontact/AddressbookBusinessContactWebSessionBean.java @@ -26,10 +26,10 @@ import javax.inject.Named; import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; +import org.mxchange.addressbook.beans.BaseAddressbookController; +import org.mxchange.addressbook.beans.login.user.AddressbookUserLoginWebSessionController; import org.mxchange.jcontactsbusiness.BusinessContact; import org.mxchange.jcontactsbusiness.BusinessContactSessionBeanRemote; -import org.mxchange.jfinancials.beans.BaseFinancialsController; -import org.mxchange.jfinancials.beans.login.user.FinancialsUserLoginWebSessionController; /** * A business contact bean (controller) @@ -38,7 +38,7 @@ import org.mxchange.jfinancials.beans.login.user.FinancialsUserLoginWebSessionCo */ @Named ("businessContactController") @SessionScoped -public class AddressbookBusinessContactWebSessionBean extends BaseFinancialsController implements AddressbookBusinessContactWebSessionController { +public class AddressbookBusinessContactWebSessionBean extends BaseAddressbookController implements AddressbookBusinessContactWebSessionController { /** * Serial number @@ -59,7 +59,7 @@ public class AddressbookBusinessContactWebSessionBean extends BaseFinancialsCont * User instance */ @Inject - private FinancialsUserLoginWebSessionController userLoginController; + private AddressbookUserLoginWebSessionController userLoginController; /** * Constructor -- 2.39.5