Ok, so we would have: 4.0.x: MBeanServerConnection:* RMIAdaptor:add/removeNotificationListener(...) 3.2.8-: RMIAdaptor:* 3.2.8.SP1: RMIAdaptor:* MBeanServerConnection:* The real problem is not having the hash
codes, its choosing the right hash codes for the target server. You really need
to be able to build the hash map based on the connection. From: Clebert Suconic For doing that, you would need to implement that on [EMAIL PROTECTED],
what would make only possible a communication between 3.2.8.sp1 and 4.0.4. If we had a way to inject other hashCodes on 3.2.8.sp1, we
would be able to have 3.2.8.sp1 communicating with previous versions of 4.0.4.
But I don't know if that is required. Clebert From: Scott M
Stark My
suggestion is that the useFullHashMode be updated to include the hash of all
methods in there interface inheritence tree hashed to the subinterfaces as well
as the interface. So, an interface B like: |
Title: RE: 3.2.8 Client -> 4.0.x Compatibility
- [JBoss-dev] RE: 3.2.8 Client -> 4.0.x Compatibility Clebert Suconic
- [JBoss-dev] RE: 3.2.8 Client -> 4.0.x Compatibilit... Scott M Stark
- [JBoss-dev] RE: 3.2.8 Client -> 4.0.x Compatib... Clebert Suconic
- [JBoss-dev] RE: 3.2.8 Client -> 4.0.x Compatibilit... Scott M Stark
- [JBoss-dev] RE: 3.2.8 Client -> 4.0.x Compatibilit... Clebert Suconic
- [JBoss-dev] RE: 3.2.8 Client -> 4.0.x Compatibilit... Scott M Stark