Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.5.0.RELEASE
-
Fix Version/s: 3.5.1.RELEASE
-
Labels:
-
Environment:Windows 7 - 64bit, 24MB memory, 500GB hybrid hard drive
Description
I was creating a service. I created a JsonBuilder:
def builder = new JsonBuilder()
... work with builder ...
return builder. <- this is where GGTS hangs and never returns.