[jboss-jira] [JBoss JIRA] Updated: (AS7-1112) EJB annotation processing DUP fails to find annotations from classes belonging to jars in .ear/lib
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Mon Jul 11 01:19:23 EDT 2011
[ https://issues.jboss.org/browse/AS7-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
jaikiran pai updated AS7-1112:
------------------------------
Fix Version/s: 7.0.0.Final
(was: 7.1.0.Alpha1)
Git Pull Request: https://github.com/jaikiran/jboss-as/tree/AS7-1112 (was: https://github.com/jaikiran/jboss-as/tree/AS7-1112)
Forum Reference: http://community.jboss.org/message/611776#611776 (was: http://community.jboss.org/message/611776#611776)
> EJB annotation processing DUP fails to find annotations from classes belonging to jars in .ear/lib
> --------------------------------------------------------------------------------------------------
>
> Key: AS7-1112
> URL: https://issues.jboss.org/browse/AS7-1112
> Project: Application Server 7
> Issue Type: Bug
> Components: EJB
> Affects Versions: 7.0.0.CR1
> Environment: AS7 upstream (June 24 2011)
> Reporter: jaikiran pai
> Assignee: jaikiran pai
> Fix For: 7.0.0.Final
>
>
> Consider the following deployment:
> {code}
> .ear
> |
> |--- lib/lib.jar
> |
> |--- ejb.jar
> {code}
> If ejb.jar contains:
> {code}
> @Stateless
> public class MyBean implements SomeInterface {
> }
> {code}
> and the lib/lib.jar contains the interface:
> {code}
> @Remote
> public interface SomeInterface {
> ...
> }
> {code}
> then the BusinessViewAnnotationProcessor complains about missing index for the SomeInterface class:
> {code}
> 09:05:28,739 WARN [org.jboss.as.ejb3.deployment.processors.BusinessViewAnnotationProcessor] (MSC service thread 1-2) Could not read annotations on EJB interface blah.blah.SomeInterface
> {code}
> Please see the referenced forum thread for the details.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list