[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-7844) CDI validator hangs if there is cycle dependency in the bean.

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed Dec 8 10:40:31 EST 2010


     [ https://jira.jboss.org/browse/JBIDE-7844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-7844:
----------------------------------

    Description: 
1. Create 

@Decorator
public class BazDecorator extends BazDecorator 
{

   @Inject @Delegate String bazt;

}

2. Save the file.
3. See Progress view.

  was:
1. Create 

@Decorator
public class BazDecorator implements BazDecorator 
{

   @Inject @Delegate String bazt;

}

2. Save the file.
3. See Progress view.



> CDI validator hangs if there is cycle dependency in the bean.
> -------------------------------------------------------------
>
>                 Key: JBIDE-7844
>                 URL: https://jira.jboss.org/browse/JBIDE-7844
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: cdi (jsr-299)
>    Affects Versions: 3.2.0.Beta2
>            Reporter: Alexey Kazakov
>            Assignee: Viacheslav Kabanovich
>            Priority: Critical
>             Fix For: 3.2.0.CR1
>
>
> 1. Create 
> @Decorator
> public class BazDecorator extends BazDecorator 
> {
>    @Inject @Delegate String bazt;
> }
> 2. Save the file.
> 3. See Progress view.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list