jaikiran pai created JBTM-1610:
----------------------------------
Summary: Typo in method names of SerializableXAResourceDeserializer
interface
Key: JBTM-1610
URL:
https://issues.jboss.org/browse/JBTM-1610
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Recovery
Affects Versions: 5.0.0.M2, 4.17.3
Reporter: jaikiran pai
Assignee: Tom Jenkinson
Priority: Optional
The 2 methods in SerializableXAResourceDeserializer are named these:
{code}
...
public boolean canDeserialze(String className);
...
public XAResource deserialze(ObjectInputStream ois) throws IOException,
ClassNotFoundException;
{code}
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"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira