Re: Need help to overcome: InvalidRequestException(why:UUIDs must be exactly 16 bytes)

2010-10-14 Thread Eric Evans
This list is for the development of Cassandra directly, your question is better posed on u...@cassandra.apache.org (moving it there). Before following up though, you might want to check the wiki and list archives, questions about creating TimeUUIDs from Java have been pretty common. For example:

Need help to overcome: InvalidRequestException(why:UUIDs must be exactly 16 bytes)

2010-10-14 Thread Wicked J
Hi, I'm having issues with inserting data of TimeUUIDType in Cassandra v0.6.4. The exception that I'm getting is: *InvalidRequestException(why:UUIDs must be exactly 16 bytes)* My objective is I want to insert comments and retrieve them in the order they were inserted. My storage-conf.xml and code