[forge-issues] [JBoss JIRA] (FORGE-2512) CommandScope is not active in IntellJ IDEA

George Gastaldi (JIRA) issues at jboss.org
Mon Oct 26 14:37:00 EDT 2015


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

George Gastaldi updated FORGE-2512:
-----------------------------------
    Description: 
When we use @CommandScoped in addons on IntelliJ the scope is not activated throwing 

WELD-001303: No active contexts for scope type org.jboss.forge.addon.ui.cdi.CommandScoped

A sample code is here at ¹ where *SongsFilter * is commandScoped. 

I've also tried to activate it in IDEA plugin modifying UIContextImpl² but found some issues, more details at ³ . 


[1] https://github.com/rmpestano/music-addon/issues/14
[2] https://github.com/rmpestano/intellij-idea-plugin/commit/45757d714ecc0c0c3210153d6396ec20f4c81ead 
[3] https://github.com/rmpestano/music-addon/blob/master/src/main/java/com/github/forge/addon/music/ui/SearchCommand.java#L61

  was:
When we use @CommandScoped in addons on IntelliJ the scope is not activated throwing 

WELD-001303: No active contexts for scope type org.jboss.forge.addon.ui.cdi.CommandScoped

A sample code is here at ¹ where *SongsFilter * is commandScoped. 

I've also tried to activate it in IDEA plugin modifying UIContextImpl² but found some issues, more details at ³ . 


[1]https://github.com/rmpestano/music-addon/issues/14
[2]https://github.com/rmpestano/intellij-idea-plugin/commit/45757d714ecc0c0c3210153d6396ec20f4c81ead 
[3]https://github.com/rmpestano/music-addon/blob/master/src/main/java/com/github/forge/addon/music/ui/SearchCommand.java#L61



> CommandScope is not active in IntellJ IDEA 
> -------------------------------------------
>
>                 Key: FORGE-2512
>                 URL: https://issues.jboss.org/browse/FORGE-2512
>             Project: Forge
>          Issue Type: Bug
>          Components: UI - IntelliJ IDEA
>    Affects Versions: 2.20.0.Final
>            Reporter: Rafael Pestano
>
> When we use @CommandScoped in addons on IntelliJ the scope is not activated throwing 
> WELD-001303: No active contexts for scope type org.jboss.forge.addon.ui.cdi.CommandScoped
> A sample code is here at ¹ where *SongsFilter * is commandScoped. 
> I've also tried to activate it in IDEA plugin modifying UIContextImpl² but found some issues, more details at ³ . 
> [1] https://github.com/rmpestano/music-addon/issues/14
> [2] https://github.com/rmpestano/intellij-idea-plugin/commit/45757d714ecc0c0c3210153d6396ec20f4c81ead 
> [3] https://github.com/rmpestano/music-addon/blob/master/src/main/java/com/github/forge/addon/music/ui/SearchCommand.java#L61



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the forge-issues mailing list