I\'m experiencing the following problem.
I have a test suit in my project and each individual test runs fine.
However when I run them as a suite I some of th
This issue occurs basically, Whenever you Cache shared among multiple applications. So try not to share your cache by setting shared property to false.
But on execution you will encounter
Another CacheManager with same name 'cacheManager' already exists in the same VM. IllegalStateException
To counter this we need to mention
I hope finally issue will be resolved.