]> git.mxchange.org Git - jjobs-ejb.git/commit
Fixed: (please cherry-pick)
authorRoland Häder <roland@mxchange.org>
Wed, 10 Aug 2016 12:53:58 +0000 (14:53 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 16 Aug 2016 19:23:38 +0000 (21:23 +0200)
commit6f2546f29e24836b1f1ba9304c0af14d1443a91e
tree317dc136d815d2155920f08bf35ba3dfd9ca80ac
parentdf75812b17f677f8cadfc4ea74859905031fb68f
Fixed: (please cherry-pick)
- em.remove() needs a managed entity, not a one passed from e.g. a controller
- still this method may throw an exception, e.g. when an other entity (table) references this entity
- but since deleteCellphoneNumber() *should* delete cell phone numbers, it doesn't care if the entity is still referenced.
- this needs to be taken care of the controller and not the EJB (job-executor)
src/java/org/mxchange/jphone/phonenumbers/phone/JobsAdminPhoneSessionBean.java