[infinispan-issues] [JBoss JIRA] (ISPN-1521) Forget rhq-pluginAnnotations dependency in infinispan-core
Sanne Grinovero (Commented) (JIRA)
jira-events at lists.jboss.org
Fri Nov 11 06:03:45 EST 2011
[ https://issues.jboss.org/browse/ISPN-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642065#comment-12642065 ]
Sanne Grinovero commented on ISPN-1521:
---------------------------------------
Briefly looked in the code:
The annotations we're using are correctly scoped as retention CLASS, but some take an enum parameter. This enum is is imported by the annotated classes, and the import will fail if rhq-pluginAnnotations can't be found.
See for example org.infinispan.interceptors.ActivationInterceptor
which imports
org.rhq.helpers.pluginAnnotations.agent.MeasurementType
> Forget rhq-pluginAnnotations dependency in infinispan-core
> -----------------------------------------------------------
>
> Key: ISPN-1521
> URL: https://issues.jboss.org/browse/ISPN-1521
> Project: Infinispan
> Issue Type: Bug
> Components: Build process
> Affects Versions: 5.1.0.BETA4
> Reporter: Davide Di Somma
> Assignee: Manik Surtani
>
> It has been forgotten org.rhq.helpers:rhq-pluginAnnotations dependency in infinispan-core pom.xml
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list