NTU-12, LDEV-1261 Fix a lazy initialisation exception Objects should not be passed to services' methods if they were not fetched in other se…
Show more
NTU-12, LDEV-1261 Fix a lazy initialisation exceptionObjects should not be passed to services' methods if they were notfetched in other service methods. For example, passing an object fromAction to a service can result in a lazy initialisation exception. It itbetter to use primitives, IDs.
Show less