Bug 1090968
| Summary: | Seam 2.2 Spring doesn't work in EAP 6.3 on JDK8 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Ron Šmeral <rsmeral> | ||||
| Component: | Seam2 | Assignee: | Marek Novotny <mnovotny> | ||||
| Status: | CLOSED EOL | QA Contact: | Marek Schmidt <maschmid> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.3.0 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2019-08-19 12:48:22 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: | |||||||
| Attachments: |
|
||||||
Created attachment 889284 [details] Reproducer Description of problem: The Seam 2.2 Spring module fails in EAP 6.3 on JDK8 with the following exception: ... Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/applicationContext.xml]; nested exception is java.lang.IllegalStateException: AnnotationTransactionAttributeSource is only available on Java 1.5 and higher at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:420) [spring.jar:2.5.6.SEC03] ... Version-Release number of selected component (if applicable): EAP 6.3.0.ER2 (target) EAP 5.3.0.ER3 (Seam) Steps to Reproduce: 1. Deploy the EAP6-migrated Seam 2.2 Spring example to EAP 6.3 running on JDK8. Actual results: Deployment fails with the above mentioned exception. Expected results: Deployment succeeds.