Carmart quickstart for EAP in client-server mode (other modes are OK because they use cache store) has eviction max-entries set to 4, which causes confusing behaviour (cars are being evicted, but are still listed on the main page).
The workaround here is not to use eviction - i.e. remove the eviction configuration from a readme file which suggests using it. If we stil want to use eviction, we would need to add some logic to the application, like a cache listener which listens for events related to eviction and changes the list of stored cars (stored under a special key as an array list). IMO we could just remove the eviction configuration.
Set flag to nominate bug for 6.2 release notes.
Changed doc type to known issue since it looks like this bug is open.
removing requires_doc_text flag as this bug is not to be included in release notes.
Removed the eviction configuration in my pull request.
PR integrated in master: https://github.com/jboss-developer/jboss-jdg-quickstarts/pull/49