Re: org.apache.cxf.endpoint.EndpointImpl may not be used as a hash map key

2011-05-19 Thread Aki Yoshida
Thanks for your advice. Yes, the equals method is already using the identity check. For RMManager, RMUtils has a utility method getEndpointIdentifier to return the the identify of a given Endpoint as a string. This string is basically constructed out of the endpoint info object. This can be used a

Re: org.apache.cxf.endpoint.EndpointImpl may not be used as a hash map key

2011-05-18 Thread Daniel Kulp
On Tuesday, May 17, 2011 10:23:29 AM Aki Yoshida wrote: > Hi CXF-developers, > I haven't seen feedbacks to my question that I posted here last week. > And I am afraid that my message was probably too long. So, I am adding > a short intro to this issue. (or let me know if should have used the > user

Re: org.apache.cxf.endpoint.EndpointImpl may not be used as a hash map key

2011-05-17 Thread Aki Yoshida
Hi CXF-developers, I haven't seen feedbacks to my question that I posted here last week. And I am afraid that my message was probably too long. So, I am adding a short intro to this issue. (or let me know if should have used the users list). The above Endpoint implementation uses its super class's