Sebastian Schaffert created FELIX-3606:
------------------------------------------

             Summary: SCR Plugin: build failure on wildcard imports (e.g. 
java.util.*)
                 Key: FELIX-3606
                 URL: https://issues.apache.org/jira/browse/FELIX-3606
             Project: Felix
          Issue Type: Bug
          Components: Maven SCR Plugin
    Affects Versions: maven-scr-plugin-1.7.4
            Reporter: Sebastian Schaffert


When running the SCR plugin on a class that imports using a wildcard import, 
classes imported using the wildcard are not found and instead looked up in the 
java.lang package. This might be related to FELIX-2906

Exception details:

Caused by: org.apache.felix.scrplugin.SCRDescriptorException: Unable to load 
class
        at 
org.apache.felix.scrplugin.JavaClassDescriptorManager.getJavaClassDescription(JavaClassDescriptorManager.java:444)
        at 
org.apache.felix.scrplugin.tags.qdox.QDoxJavaClassDescription.getExternalFieldByName(QDoxJavaClassDescription.java:174)
        at 
org.apache.felix.scrplugin.tags.annotation.Util$1.visitAnnotationFieldRef(Util.java:412)
        ... 35 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to