Hello,
it seems that the object post-processing is not used for objects with scope PROTOTYPE. I'm using @transactional which works on an object with SINGLETON scope but not on an object with PROTOTYPE scope. It's unclear if it is the desired behaviour or a bug. Does anybody know the answer?
Regards,
Valeriy
it seems that the object post-processing is not used for objects with scope PROTOTYPE. I'm using @transactional which works on an object with SINGLETON scope but not on an object with PROTOTYPE scope. It's unclear if it is the desired behaviour or a bug. Does anybody know the answer?
Regards,
Valeriy
Comment