We get the following log:
[2015-06-08 13:07:02 #1 type.user] Enhancement of type com.btc.ep.requirement.bl.internal.ScopeRequirementContainerImpl is old and cannot be used (1567684682299716046:-2962887009206123121) [2015-06-08 13:07:02 #2 type] Type com.btc.ep.requirement.bl.internal.ScopeRequirementContainerImpl is not enhanced. [2015-06-08 13:07:02 #3 type.user] Enhancement of type com.btc.ep.requirement.bl.internal.RequirementReferenceImpl is old and cannot be used (1519595287234187308:-2962887009206123121) [2015-06-08 13:07:02 #4 type] Type com.btc.ep.requirement.bl.internal.RequirementReferenceImpl is not enhanced.
We understand the reason of the messages #2 and #4 "Type ... is not enhanced". We didn't added the package com.btc.ep.requirement.bl.internal.* to the enhancer.
But what is a possible cause for the messages #1 and #3 "Enhancement of type ... is old and cannot be used".