[jbosstools-issues] [JBoss JIRA] (JBIDE-9801) CDI Searcher doesn't look for beans in dependent projects

Alexey Kazakov (Commented) (JIRA) jira-events at lists.jboss.org
Wed Jan 4 14:45:10 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-9801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653872#comment-12653872 ] 

Alexey Kazakov commented on JBIDE-9801:
---------------------------------------

{code}
java.lang.ClassCastException: org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo cannot be cast to org.eclipse.jdt.internal.core.SourceRefElementInfo
	at org.eclipse.jdt.internal.core.SourceRefElement.getSourceRange(SourceRefElement.java:218)
	at org.eclipse.jdt.internal.core.Annotation.getSourceRange(Annotation.java:121)
	at org.jboss.tools.common.java.impl.JavaAnnotation.getStartPosition(JavaAnnotation.java:68)
	at org.jboss.tools.common.java.impl.AnnotationDeclaration.getStartPosition(AnnotationDeclaration.java:84)
	at org.jboss.tools.cdi.internal.core.impl.AbstractBeanElement.getRestrictedTypeDeclarations(AbstractBeanElement.java:292)
	at org.jboss.tools.cdi.internal.core.impl.ClassBean.getLegalTypes(ClassBean.java:348)
	at org.jboss.tools.cdi.internal.core.impl.CDIProject.getBeans(CDIProject.java:372)
	at org.jboss.tools.cdi.ui.search.CDIBeanQueryParticipant.searchInProject(CDIBeanQueryParticipant.java:96)
	at org.jboss.tools.cdi.ui.search.CDIBeanQueryParticipant.search(CDIBeanQueryParticipant.java:73)
	at org.eclipse.jdt.internal.ui.search.JavaSearchQuery$2.run(JavaSearchQuery.java:164)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.jdt.internal.ui.search.JavaSearchQuery.run(JavaSearchQuery.java:170)
	at org.eclipse.search2.internal.ui.InternalSearchUI$InternalSearchJob.run(InternalSearchUI.java:91)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
{code}
                
> CDI Searcher doesn't look for beans in dependent projects
> ---------------------------------------------------------
>
>                 Key: JBIDE-9801
>                 URL: https://issues.jboss.org/browse/JBIDE-9801
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: CDI
>    Affects Versions: 3.3.0.M4
>            Reporter: Alexey Kazakov
>            Assignee: Daniel Azarov
>             Fix For: 3.3.0.Beta1
>
>
> EXECUTE: Create two CDI projects: ProjectA and ProjectB. ProjectB depends on ProjectA.
> EXECUTE: Create a bean in ProjectA:
> {code}
> @Named("cdiBean")
> public class CDIBeanTest {
> }
> {code}
> EXECUTE: Create another bean in ProjectB:
> {code}
> public class TestBean {
>     @Inject @Named("cdiBean") Object foo;
> }
> {code}
> EXECUTE: Select CDIBeanTest class name in CDIBeanTest.java and press Ctrl+Shift+G
> ASSERT: TestBean.foo should be found as an injection point which gets the wanted bean. Now it's working only if you have both beans in the same project.

--
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 jbosstools-issues mailing list