I am trying to begin a new project using JavaSpace. I start up a JavaSpace instance from Jini Starter Kit. The problem is when I try to write ten object intances of a simple class with serveral public string fields, I only can get the last one back from the same space. After I remove some fields of that Entry class, my code working fine to get all ten objects back. Any suggestion??