-
Bug
-
Resolution: Done
-
Major
-
5.0.0.CR8
-
None
this is because by default GenericJBossMarshaller is used and
GenericJBossMarshaller.isMarshallable implementation marshalls objects to find whether they are marshallable.
this proves to be a very significant performance bottleneck, see details in JBPAPP-6865
in remote access storeAsBinary shouldn't have any performance impact, because the values that are received on serverside are already byte arrays.