If a transaction server sends me POST messages (using HttpURLConnection directly), can com.vaadin.terminal.gwt.server.GAEApplicationServlet receive these messages? Currently I might miss these messages.
You could try to override GAEApplicationServlet.service() and handle those messages there before calling super.service() - not sure how easy this is to do correctly in GAEApplicationServlet.