THRIFT-734. java: Can't use primitive types in service definitions for bean generated code

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@923566 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/JavaBeansTest.thrift b/test/JavaBeansTest.thrift
index 02bf98d..b6c3ea8 100644
--- a/test/JavaBeansTest.thrift
+++ b/test/JavaBeansTest.thrift
@@ -32,3 +32,8 @@
   10: list<i16> i16_list,
   11: list<i64> i64_list
 }
+
+
+service Service {
+  i64 mymethod(i64 blah);
+}
\ No newline at end of file