Let’s say I have a class “Foo” in two of my apps, app1 and app2. In both of the apps, all field names are the same; the only difference is their namespace (let’s say in app1 it is Bar.Foo and in app2 it is Baz.Foo).
Both app1 and app2 cache Foo, but I keep running into a de-serialization issue because of the typeID generated for the class (the specific exception is CWOBJ6328E). Why does this happen, when the docs state that classes with the same name and fields will cached in the same “place”?
P.S.: typeID is always off by 1 between the two apps; the apps are .NET apps
EDIT: The product in question is websphere extreme scale (v8.6.0); I am referring to this specific section in this doc: "If you define two classes with the same name and fields, the data grid data is automatically shared between the classes."
Hi, which product are you writing about? It is unclear. Also we would need the version of the software you are using. It would also be helpful to list the documentation you are referring.