Bug 1099156
| Summary: | Handle storeMetadata=false in JpaStore.process and JpaStore.purge methods | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Radim Vansa <rvansa> |
| Component: | Infinispan | Assignee: | Tristan Tarrant <ttarrant> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Gencur <mgencur> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.3.0 | CC: | gsheldon, jdg-bugs, mhusnain, vjuranek |
| Target Milestone: | ER7 | ||
| Target Release: | 6.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
If JPA Cache Stores are used with the metadata storage attribute disabled, the cache store executes the queries for the metadata when other operations occur. As a result, if the metadata class disabled in the <filename>persistence.xml</filename> file, other operations can fail to execute or not perform optimally.
A workaround for this issue is to ensure that the application includes <classname>org.infinispan.persistence.jpa.impl.MetadataEntity</classname> in the <filename>persistence.xml</filename> file as a workaround.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-26 14:05:44 UTC | Type: | Bug |
| 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: | 1104639 | ||
|
Description
Radim Vansa
2014-05-19 15:24:05 UTC
This was fixed. We don't need to mention it in release notes unless we want to mention issues that were in Beta release notes and fixed for GA. |