| Summary: | spring_aop QS uses deprecated API | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Jiri Pechanec <jpechane> |
| Component: | Examples | Assignee: | Kevin Conner <kevin.conner> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.0.0 ER4 | ||
| Target Milestone: | --- | ||
| Target Release: | 5.0.0 GA, 5.0.0 ER6 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-1633 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-01-04 14:24:43 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: | |
Link: Added: This issue depends JBESB-3030 Issue still present in ER5 We haven't looked at that yet, so it will still be present. The linked issue will be closed once we have addressed it. Sorry; I accidently re-opened this issue in the first place when I thought I was assigning JBESB-3030 to me. JBESB-3030 is now closed, so I am re-closing this issue. Only QE can close the bug after verification Also, assigning back to me so that I can keep tracking it. Please re-test now that JBESB-3030 has been closed. Thank you. Verified in ER6 |
Date of First Response: 2009-12-14 04:35:40 project_key: SOA These warning are thrown during compilation compile: [mkdir] Created dir: /home/jpechane/releases/50ER4AS/jboss-as/samples/quickstarts/spring_aop/build/classes [javac] Compiling 4 source files to /home/jpechane/releases/50ER4AS/jboss-as/samples/quickstarts/spring_aop/build/classes [javac] /home/jpechane/releases/50ER4AS/jboss-as/samples/quickstarts/spring_aop/src/org/jboss/soa/esb/samples/quickstart/spring_aop/MySpringEnabledAction.java:40: warning: [deprecation] AbstractSpringAction() in org.jboss.soa.esb.actions.AbstractSpringAction has been deprecated [javac] { [javac] ^ [javac] /home/jpechane/releases/50ER4AS/jboss-as/samples/quickstarts/spring_aop/src/org/jboss/soa/esb/samples/quickstart/spring_aop/MySpringEnabledAction.java:49: warning: [deprecation] logHeader() in org.jboss.soa.esb.actions.AbstractSpringAction has been deprecated [javac] logHeader(); [javac] ^ [javac] /home/jpechane/releases/50ER4AS/jboss-as/samples/quickstarts/spring_aop/src/org/jboss/soa/esb/samples/quickstart/spring_aop/MySpringEnabledAction.java:55: warning: [deprecation] logFooter() in org.jboss.soa.esb.actions.AbstractSpringAction has been deprecated [javac] logFooter(); [javac] ^ [javac] 3 warnings [mkdir] Created dir: /home/jpechane/releases/50ER4AS/jboss-as/samples/quickstarts/conf/anttasks/classes [javac] Compiling 1 source file to /home/jpechane/releases/50ER4AS/jboss-as/samples/quickstarts/conf/anttasks/classes