View Single Post
  #7 (permalink)  
Old 05-22-2008, 05:36 PM
danielstoner's Avatar
danielstoner danielstoner is offline
Senior Member
 
Join Date: Apr 2008
Location: Canada
Posts: 191
danielstoner is on a distinguished road
How can I answer your question without looking at the code that created the ID instances? Maybe when the servers are not synced the IDs are reused when they mean the same thing. Maybe when you sync your servers one of the instances (or both) of ID come from a communication layer where objects are instantiated every time you sync something (do you use RMI to send parameters across?). No matter what the cause of == working is in the end it is just plain wrong to use it. If you want non generic answers show more code.
__________________
Daniel @ [
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
Language is froth on the surface of thought
Reply With Quote