Details
-
Improvement
-
Resolution: Fixed
-
Major
-
4.2.3
-
None
Description
I've noticed several times while debugging that the real cause of failure for
info.magnolia.content2bean.impl.Content2BeanTransformerImpl.setProperty(..)
is a ClassNotFoundException. However, this cause doesn't show up in logs as it is caught and shown like this
log.error("can't set property [" + propertyName + "] to value [" + value + "] in bean [" + bean.getClass().getName() + "]");
. It would definitely save time and headaches to some people to add the exception cause to this message.
Checklists
Acceptance criteria