Community
Participate
Working Groups
Create two jaxb RMs with different names. Removing the second one in the list. Shut down and restart Eclipse. When Eclipse restarts, the first RM was removed instead, and the second is still in the list.
The problem was comparing the service provider using equals rather than ==. In the former case, it was actually comparing the service provider type, so finding the first RM with a service provider of the same type.
Fixed in HEAD and ptp_5_0