EHC ❯ SelfPopulatingCache prints exceptions to System.err
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
ehcache-core
-
-
alexsnaps
-
Reporter: edalquis
-
June 17, 2010
-
0
-
Watchers: 0
-
July 15, 2010
-
June 20, 2010
Description
At SelfPopulatingCache:85 there is “throwable.printStackTrace();”
It would be good if Ehcache wasn’t writing to System.err when an exception occurs and leaves that to the client application.
Comments
Steve Harris 2010-06-20
Alexander Snaps 2010-06-20
Just removed the printing, the exception was wrapped and re-thrown anyways
This seems pretty easy to fix right alex?