Bug 1225003
Summary: | JpaConfigurationIT fails on EAP with JDG modules | ||
---|---|---|---|
Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Vojtech Juranek <vjuranek> |
Component: | TestSuite | Assignee: | Martin Gencur <mgencur> |
Status: | CLOSED UPSTREAM | QA Contact: | Martin Gencur <mgencur> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.5.0 | CC: | jdg-bugs, ttarrant |
Target Milestone: | ER4 | ||
Target Release: | 6.6.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2025-02-10 03:47:40 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: |
Description
Vojtech Juranek
2015-05-26 11:59:44 UTC
According to Vitalii, it's similar (can be fixed in a similar way) to BZ #1222809 (In reply to Vojtech Juranek from comment #2) > According to Vitalii, it's similar (can be fixed in a similar way) to BZ > #1222809 I tried to fix it in similar way but it is not possible as this tests uses xml configuration. So at this stage do not know how to fix it. Needs further discussion JpaStoreConfigurationParser60 is unable to see entity classes from the deployment bacause it is loaded as a service by infinispan-cachestore-jpa module's classloader and it tries to use the same classloader to load the entity classes. There's no way to pass the application classloader to the parser in order to use it for loading entities. Looks like the only way is to create a specific module with entity classes and make it a dependency of infinispan-cachestore-jpa module. I was wrong. And the class loader being used by JPA config parser as well:) Linking upstream JIRA with solution. This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |