Hi ,

This is my sample.thrift file
namespace java com.test.generated

service Extract {
  MultiMap extract(1: string text),
}
The return type of extract function is MultiMap,which is from
apache.commons.collections

when i run thrift --gen java sample.thrift,
since thrift is not ware of MultiMap type and saying Type "MultiMap" has
not been defined.

How can i make this MultiMap from apache.commons.collection make aware to
thrift.

-- 


*Sreejith.S*
http://srijiths.wordpress.com/
* *http://sreejiths.emurse.com/

tweet2sree@twitter <http://tweet2Sree>

Reply via email to