User: lqd
Date: 02/04/09 05:26:12
Modified:src/main/org/jboss/mq SpyObjectMessage.java
Log:
better safe than sorry; somehow i was getting ObjectMessage messages
that had this set to 'true' despite not being byte arrays ...
Revision ChangesPath
1.9 +5 -1
User: lqd
Date: 02/04/09 05:28:29
Modified:src/main/org/jboss/mq Tag: Branch_2_4 SpyObjectMessage.java
Log:
better safe than sorry; somehow i was getting ObjectMessage messages
that had this set to 'true' despite not being byte arrays ...
Revision ChangesPath
No
User: starksm
Date: 01/09/08 23:44:26
Modified:src/main/org/jboss/mq Tag: Branch_2_4 SpyObjectMessage.java
Log:
Merge change from main concerning ObjectMessage class loading issue
Revision ChangesPath
No revision
No revision
User: chirino
Date: 01/08/25 22:35:57
Modified:src/main/org/jboss/mq SpyObjectMessage.java
Log:
Fixed the a serialization problem. ClassNotFoundExceptions were being thrown
when a MDB would receive a ObjectMessage.
Revision ChangesPath
1.5 +20 -2 jbossmq/sr
User: chirino
Date: 01/08/17 16:32:26
Modified:src/main/org/jboss/mq SpyObjectMessage.java
Log:
Rolling back the changes. Don't think they would have worked
under different classloaders.
Revision ChangesPath
1.4 +70 -83jbossmq/src/main/org/jboss/mq/SpyObjec
User: chirino
Date: 01/08/17 15:12:50
Modified:src/main/org/jboss/mq SpyObjectMessage.java
Log:
First pass at attempting to optimize the case where an ObjectMessage never
needs to be serialized if it is only traveling in the same VM. May need
to be tweeked to account for diffe