Bug 1186857
Summary: | JDG650.CustomCacheStore | ||
---|---|---|---|
Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Pedro Zapata <pzapataf> |
Component: | Infinispan | Assignee: | Sebastian Łaskawiec <slaskawi> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Gencur <mgencur> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | dstahl, jdg-bugs, tsykora |
Target Milestone: | ER1 | ||
Target Release: | 6.5.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-06-23 12:25:01 UTC | Type: | Enhancement |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1186882 |
Description
Pedro Zapata
2015-01-28 17:29:54 UTC
TLDR: it works and "on-fly" configuration is the matter for other BZ. So, good news. All 3 types of deployment are working as expected. CCS.jar = my-awesomely-brilliant-custom-cache-store-created-using-Vijays-archetype.jar 1) Putting CCS.jar into $server_home/stadalone/deployments folder - OK 2) Using JON's EAP's parent plugin operation: DEPLOY for deploying CCS.jar - OK 3) Using our server's jboss-cli.sh - OK I was able to get custom cache store registered by server and start using it with reconfigured cache after server RESTART. I want to be explicitly clear in this statement: We need to re-configure cache and then restart the server to apply changes in the case when we have ALREADY running server. The second, more fluent use case: We deploy our CCS.jar into $server_home/standalone/deployments, configure caches to use that store and THEN start server. Server picks up CCS.jar, deploy it and after that start caches. That works nicely. Cache configuration "on-fly" in not in the scope of this BZ. VERIFIED, function works as expected. Thank you Sebastian for excellent work!! |