Bug 999354
Summary: | Infinispan library (such as JDG) breaks Hibernate 2LC with java.lang.ClassCastException: org.infinispan.remoting.ReplicationQueueImpl cannot be cast to org.infinispan.remoting.ReplicationQueue | ||||||
---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Marek Schmidt <maschmid> | ||||
Component: | Clustering, Hibernate | Assignee: | Paul Ferraro <paul.ferraro> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Marek Schmidt <maschmid> | ||||
Severity: | high | Docs Contact: | Russell Dickenson <rdickens> | ||||
Priority: | unspecified | ||||||
Version: | 6.1.0, 6.1.1 | CC: | dereed, mgencur, mnovotny, rhusar, rjanik | ||||
Target Milestone: | DR1 | Keywords: | Reopened | ||||
Target Release: | EAP 6.3.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1002931 (view as bug list) | Environment: | |||||
Last Closed: | 2014-08-06 14:36:08 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: | 1036889 | ||||||
Bug Blocks: | 1013819 | ||||||
Attachments: |
|
Description
Marek Schmidt
2013-08-21 08:33:10 UTC
Created attachment 788752 [details]
reproducer war
I cannot reproduce the problem on Wildfly 8.0.0.Alpha4 BTW I see 6.0.0 and 6.0.1 are unaffected, regression introduced in 6.1.0 release. This is misfiled, IMO This is a JDG issue - not an EAP issue. It is JDG's responsibility to play nice with EAP, not the other way around. In my opinion this is a design issue with JDG's "library mode". I created https://bugzilla.redhat.com/show_bug.cgi?id=1002931 for JDG. Thanks for testing this with several versions of the container. This is indeed a regression for JDG between EAP 6.0.1 and EAP 6.1. This bug can be closed. Please see my rationale to reopen this bug. It is not solely an issue of JDG. Seam application which bundles infinispan library and uses hibernate 2lc in JPA is affected too, so it means every app which bundles ISPN and uses Hibernate 2 LC will experience the same issue. This is a classloading bug in the Infinispan bundled with EAP. See comment #4 on BZ1002931 for more details. Please retest after Infinispan 5.2.8 upgrade. Still the same problem with both JDG 6.1 and JDG 6.2 on EAP 6.3.0.DR0 btw. EAP 6.3.0.DR0 still has infinispan 5.2.7.Final-redhat-2, I assume this shouldn't have been ON_QA with DR0. Verified for DR1. |