-
Bug
-
Resolution: Done
-
Major
-
JBossAS-4.0.4RC1, JBossAS-3.2.8 Final
-
None
org.jboss.mq.TransactionRequest is swallowing the real ClassNotFoundException.
This is totally unnecessary since readExternal is allowed to throw ClassNotFoundException.
public void readExternal(ObjectInput in) throws IOException
{
requestType = in.readByte();
try
catch (ClassNotFoundException e)
{ throw new IOException("Class not found for xid."); }