I am creating a task entity and setting local variables at the same time and then saving it. It gives me "lazy loading outside command context exception" exception. I want to do it i a single DB call only. Please suggest
Could you paste your code? A solution to only have one transaction it to write your own command, and hand it over to the ManagementService (executeCommand operartion)