]> git.mxchange.org Git - jcore-utils.git/commit
The local logger EJB is only available to EJBs, not web applications. Therefore
authorRoland Häder <roland@mxchange.org>
Thu, 6 Jul 2017 19:26:43 +0000 (21:26 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 6 Jul 2017 19:26:43 +0000 (21:26 +0200)
commitc80a673c8725e4efa5fdbf499a168c9027a23859
treee3c8a66bb466cc8ecc582873835ea7cfe1a07834
parent2b5f50fa08d5fc2454fe4edcc0770de29dd95c21
The local logger EJB is only available to EJBs, not web applications. Therefore
it needs to be moved to BaseDatabaseBean (which is the super class for EJBs).

Same with sendMessage() method. No web application shall send out mails
directly. Only an EJB (message-driven, of course) should do that.

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcoreee/bean/BaseBean.java
src/org/mxchange/jcoreee/bean/faces/BaseFacesBean.java
src/org/mxchange/jcoreee/database/BaseDatabaseBean.java