-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Optional
-
Resolution:
Won't Fix
-
Affects Version/s: 4.17.3, 5.0.0.M2
-
Fix Version/s: None
-
Component/s: Recovery
-
Labels:None
The 2 methods in SerializableXAResourceDeserializer are named these:
... public boolean canDeserialze(String className); ... public XAResource deserialze(ObjectInputStream ois) throws IOException, ClassNotFoundException;
Notice the typo - a missing "i" in deserialize.
I guess it's too late or a bit too much to change those methods now since that interface might already be in use, in different projects. Hence, marking this JIRA as "Optional"