Bug 817035
| Summary: | Seam 2.2: JBoss Cache Seam Cache provider cannot be used on EAP6 | ||
|---|---|---|---|
| Product: | [Retired] JBoss Enterprise WFK Platform 2 | Reporter: | Marek Schmidt <maschmid> |
| Component: | Seam | Assignee: | Marek Novotny <mnovotny> |
| Status: | CLOSED CANTFIX | QA Contact: | |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.0.0.GA | CC: | kpiwko, rnewton |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | Seam2.2 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
JBoss Cache is not supported on Enterprise Application Platform 6, which causes JBoss Cache Seam Cache provider to fail in a Seam application on the application server.
|
Story Points: | --- |
| Clone Of: | Environment: |
2.2.5.EAP5 (included in EAP 5.1.2.GA)
|
|
| Last Closed: | 2012-06-18 15:32:10 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: | |||
Thanks for the bug, please check the technical notes field for accuracy.
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
JBoss Cache is broken on Enterprise Application Platform 6, which causes JBoss Cache Seam Cache provider to fail in a Seam application on the application server.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
Diffed Contents:
@@ -1 +1 @@
-JBoss Cache is broken on Enterprise Application Platform 6, which causes JBoss Cache Seam Cache provider to fail in a Seam application on the application server.+JBoss Cache is not supported on Enterprise Application Platform 6, which causes JBoss Cache Seam Cache provider to fail in a Seam application on the application server.
WFK 2.0 does not delivere Seam 2.2, however, these issues have already been documented in the EAP 6 release notes, so no need to duplicate each issue in WFk 2.0 release notes. However, we should include a pointer to the EAP 6 release notes to assist customers looking for Seam 2.2 bug information. Marek Novotny <mnovotny> updated the status of jira JBPAPP-8850 to Closed Marek Novotny <mnovotny> made a comment on jira JBPAPP-8850 Infinispan is not supported on EAP5 |
JBoss Cache doesn't work on EAP6 and therefore JBoss Cache Seam Cache provider cannot be used in a Seam application on EAP6. Attempting to use JBoss Cache on EAP6 fails with Caused by: java.lang.NoClassDefFoundError: org/jboss/util/xml/JBossEntityResolver at org.jboss.cache.config.parsing.RootElementBuilder.<clinit>(RootElementBuilder.java:51) [jbosscache-core.jar:3.2.8.GA] at org.jboss.cache.config.parsing.XmlConfigurationParser.<init>(XmlConfigurationParser.java:93) [jbosscache-core.jar:3.2.8.GA] at org.jboss.cache.DefaultCacheFactory.createCache(DefaultCacheFactory.java:170) [jbosscache-core.jar:3.2.8.GA] at org.jboss.seam.cache.JbossCache3Provider.create(JbossCache3Provider.java:66) [jboss-seam.jar:2.2.5.EAP5] ... 61 more Caused by: java.lang.ClassNotFoundException: org.jboss.util.xml.JBossEntityResolver from [Module "deployment.jboss-seam-blog.ear:main" from Service Module Loader] at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190) at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468) at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456) at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:423) at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398) at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120) ... 65 more