Bug 918173
| Summary: | spring-mvc-webapp tests can't generate CGLIB subclass | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss Enterprise WFK Platform 2 | Reporter: | Stefan Miklosovic <smikloso> | ||||
| Component: | Spring | Assignee: | Tejas Mehta <tmehta> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Tomas Repel <trepel> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 2.2.0 | CC: | kpiwko, oskutka, rruss | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 2.2.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-03-11 14:53:45 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: |
|
||||||
|
Description
Stefan Miklosovic
2013-03-05 16:10:52 UTC
Not able to replicate: 1. mvn archetype:generate -DgroupId=org.jboss.wfk.test.spring -DartifactId=spring-mvc-webapp -Dversion=1.0.0.CR6 -DarchetypeArtifactId=spring-mvc-webapp -DarchetypeGroupId=org.jboss.spring.archetypes -DarchetypeVersion=1.0.0.CR6 -DarchetypeRepository=http://maven.apache.org -Penterprise 2. mvn clean package Environment: JDK: java version "1.7.0_09" OpenJDK Runtime Environment (IcedTea7 2.3.4) (7u9-2.3.4-0ubuntu1.12.10.1) OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode) Not replicating with: JDK: java version "1.7.0_15" OpenJDK Runtime Environment (IcedTea7 2.3.7) (7u15-2.3.7-0ubuntu1~12.10) OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode) Stefan, can you please verify with same JDK version? And can you please ensure you're not using signed cglib, which might leaked from our MEAD repository into your local repository? I tried that with openjdk 1.7.0_09 and it works, maybe using of signed cglib or just some unlucky match of dependencies was the issue. For me this issue is closed. |