What JBC version were you running? JBC has a config attribute "StateTransferVersion" or in later releases "ReplicationVersion". Sounds like the cache has this set to "1.2.3" to allow interoperability with a cache instance running JBC 1.2.3 or earlier.
The registerClassloader()/activateRegion() API are 1.2.4 features that will not interoperate with 1.2.3. If your "ReplicationVersion" is set to "1.2.3", you cannot use these features. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000076#4000076 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000076 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
