So I am running the sample code provided by Google:
package com.neat.backend; /** * An endpoint class we are exposing */ @Api( name = \"myApi\",
It took me a while and a bit of debugging to realize that the filter that is supposed to inject method_info was not being fired.
I could fix it by modifying the mapping in web.xml adding the following dispatcher tags:
endpoints-api-configuration EndpointsServlet REQUEST INCLUDE FORWARD