EHC ❯ ReadWriteSerializationCopyStrategy does not use TCCL for resolving classes
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
ehcache-core
-
-
teck
-
Reporter: teck
-
August 29, 2011
-
0
-
Watchers: 0
-
July 27, 2012
-
August 29, 2011
Description
ReadWriteSerializationCopyStrategy uses a standard ObjectInputStream which uses standard serialization semantics for resolving classes. For scenarios where the ehcache-core jar is not colocated with application classes (ie. osgi, shared app server loader, etc) you can ClassNotFoundException.
Comments
Tim Eck 2011-09-06
Fiona OShea 2011-09-19
Oh it be.
this is merge to ehcache-2.4.x branch too and will be present in 2.4.6+ if that ever comes to be