Hello fellow listers, I'm using 2.1-RC4 and i'm load testing my system. I discovered that even under light load (5 requests/sec) i'm randomly getting the following in the logs
"A response with a 200 (Ok) status should have an entity. Make sure that resource "http://localhost:8111/v1/security?ticker=AAA" returns one or set the status to 204 (No content)." The code that's under test is the following @Override public Securities getSecurities() { Securities securities = new Securities(); return securities; } and that's it really. There was a DAO there which I've removed as I was unsure whether it was causing the issue, but as it turns out, it doesn't. Any ideas why i'm getting this? ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2956648

