Cool, thanks Romain. The whole version concept seems to have been introduced adhoc, which has made this much harder than it should be.
Newer clients will not be able to talk to older servers as they must send the current version (3), but older servers still have code that basically does 'if version == 2 do something', but should really have been 'if version >= 2 do something'. I still think it is a real requirement for older clients to be able to talk to a newer server though. -- View this message in context: http://openejb.979440.n4.nabble.com/EJBD-tp4664447p4664458.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.
