You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Harald Wellmann (JIRA)" <ji...@apache.org> on 2012/08/21 12:27:38 UTC

[jira] [Created] (OWB-695) Cause missing in AnnotationDB$CrossReferenceException

Harald Wellmann created OWB-695:
-----------------------------------

             Summary: Cause missing in AnnotationDB$CrossReferenceException 
                 Key: OWB-695
                 URL: https://issues.apache.org/jira/browse/OWB-695
             Project: OpenWebBeans
          Issue Type: Improvement
    Affects Versions: 1.1.5
            Reporter: Harald Wellmann
            Priority: Minor


While trying to run a web profile TCK test on Tomcat 7, I had the following stack trace in my Tomcat log:

{noformat}
Caused by: org.apache.webbeans.corespi.scanner.AnnotationDB$CrossReferenceException: 
	at org.apache.webbeans.corespi.scanner.AnnotationDB.crossReferenceMetaAnnotations(AnnotationDB.java:177)
	at org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery.crossReferenceBeans(AbstractMetaDataDiscovery.java:251)
{noformat}

This is not very helpful, as it does not mention the cause of the problem.

--
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

        

[jira] [Updated] (OWB-695) Cause missing in AnnotationDB$CrossReferenceException

Posted by "Mark Struberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg updated OWB-695:
------------------------------

    Fix Version/s: 1.1.6
    
> Cause missing in AnnotationDB$CrossReferenceException 
> ------------------------------------------------------
>
>                 Key: OWB-695
>                 URL: https://issues.apache.org/jira/browse/OWB-695
>             Project: OpenWebBeans
>          Issue Type: Improvement
>    Affects Versions: 1.1.5
>            Reporter: Harald Wellmann
>            Assignee: Mark Struberg
>            Priority: Minor
>             Fix For: 1.1.6
>
>         Attachments: AnnotationDB.patch
>
>
> While trying to run a web profile TCK test on Tomcat 7, I had the following stack trace in my Tomcat log:
> {noformat}
> Caused by: org.apache.webbeans.corespi.scanner.AnnotationDB$CrossReferenceException: 
> 	at org.apache.webbeans.corespi.scanner.AnnotationDB.crossReferenceMetaAnnotations(AnnotationDB.java:177)
> 	at org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery.crossReferenceBeans(AbstractMetaDataDiscovery.java:251)
> {noformat}
> This is not very helpful, as it does not mention the cause of the problem.

--
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

        

[jira] [Assigned] (OWB-695) Cause missing in AnnotationDB$CrossReferenceException

Posted by "Mark Struberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg reassigned OWB-695:
---------------------------------

    Assignee: Mark Struberg
    
> Cause missing in AnnotationDB$CrossReferenceException 
> ------------------------------------------------------
>
>                 Key: OWB-695
>                 URL: https://issues.apache.org/jira/browse/OWB-695
>             Project: OpenWebBeans
>          Issue Type: Improvement
>    Affects Versions: 1.1.5
>            Reporter: Harald Wellmann
>            Assignee: Mark Struberg
>            Priority: Minor
>         Attachments: AnnotationDB.patch
>
>
> While trying to run a web profile TCK test on Tomcat 7, I had the following stack trace in my Tomcat log:
> {noformat}
> Caused by: org.apache.webbeans.corespi.scanner.AnnotationDB$CrossReferenceException: 
> 	at org.apache.webbeans.corespi.scanner.AnnotationDB.crossReferenceMetaAnnotations(AnnotationDB.java:177)
> 	at org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery.crossReferenceBeans(AbstractMetaDataDiscovery.java:251)
> {noformat}
> This is not very helpful, as it does not mention the cause of the problem.

--
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

        

[jira] [Updated] (OWB-695) Cause missing in AnnotationDB$CrossReferenceException

Posted by "Harald Wellmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harald Wellmann updated OWB-695:
--------------------------------

    Attachment: AnnotationDB.patch

Simple patch that lists the unresolved annotation classes in the exception message.

{noformat}
Caused by: org.apache.webbeans.corespi.scanner.AnnotationDB$CrossReferenceException: cannot resolve annotations [org.jboss.test.audit.annotations.SpecVersion, org.jboss.test.audit.annotations.SpecAssertion]
{noformat}

                
> Cause missing in AnnotationDB$CrossReferenceException 
> ------------------------------------------------------
>
>                 Key: OWB-695
>                 URL: https://issues.apache.org/jira/browse/OWB-695
>             Project: OpenWebBeans
>          Issue Type: Improvement
>    Affects Versions: 1.1.5
>            Reporter: Harald Wellmann
>            Priority: Minor
>         Attachments: AnnotationDB.patch
>
>
> While trying to run a web profile TCK test on Tomcat 7, I had the following stack trace in my Tomcat log:
> {noformat}
> Caused by: org.apache.webbeans.corespi.scanner.AnnotationDB$CrossReferenceException: 
> 	at org.apache.webbeans.corespi.scanner.AnnotationDB.crossReferenceMetaAnnotations(AnnotationDB.java:177)
> 	at org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery.crossReferenceBeans(AbstractMetaDataDiscovery.java:251)
> {noformat}
> This is not very helpful, as it does not mention the cause of the problem.

--
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