[jbosstools-issues] [JBoss JIRA] (JBIDE-13156) Cannot install jboss-as-7 plugin

Pavol Srna (JIRA) jira-events at lists.jboss.org
Tue Nov 27 10:49:21 EST 2012


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

Pavol Srna edited comment on JBIDE-13156 at 11/27/12 10:48 AM:
---------------------------------------------------------------

That's strange, cd'ing into the folder you suggested and running forge from there works but still not from IDE. What you mean by entire stack trace? I can post the whole forge console output here:



{code}
[no project] 6.0.0.CR1-05 $ set VERBOSE true
[no project] 6.0.0.CR1-05 $ forge install-plugin jboss-as-7 
***INFO*** Preparing to install plugin: jboss-as-7
***INFO*** Checking out plugin source files to [/tmp/forgetemp8933014787007533193/repo] via 'git'
***INFO*** Switching to branch/tag [refs/heads/1.0.5.Final]
***INFO*** Invoking build with underlying build system.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - org.jboss.as:plugin-jboss-as7:jar:1.0.0-SNAPSHOT
[INFO]    task-segment: [clean, package]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 23 source files to /tmp/forgetemp8933014787007533193/repo/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[24,28] package org.jboss.forge.maven does not exist
[ERROR] /tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[25,36] package org.jboss.forge.maven.plugins does not exist
[ERROR] /tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[33,15] cannot find symbol
symbol: class MavenPluginFacet
@RequiresFacet(MavenPluginFacet.class)
[ERROR] /tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[43,8] cannot find symbol
symbol  : class MavenPluginFacet
location: class org.jboss.as.forge.AS7Facet
[ERROR] /tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[43,56] cannot find symbol
symbol  : class MavenPluginFacet
location: class org.jboss.as.forge.AS7Facet
[ERROR] /tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[45,34] cannot find symbol
symbol  : variable MavenPluginBuilder
location: class org.jboss.as.forge.AS7Facet
[ERROR] /tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[52,8] cannot find symbol
symbol  : class MavenPluginFacet
location: class org.jboss.as.forge.AS7Facet
[ERROR] /tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[52,56] cannot find symbol
symbol  : class MavenPluginFacet
location: class org.jboss.as.forge.AS7Facet
[INFO] 8 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[24,28] package org.jboss.forge.maven does not exist
/tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[25,36] package org.jboss.forge.maven.plugins does not exist
/tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[33,15] cannot find symbol
symbol: class MavenPluginFacet
@RequiresFacet(MavenPluginFacet.class)
/tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[43,8] cannot find symbol
symbol  : class MavenPluginFacet
location: class org.jboss.as.forge.AS7Facet
/tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[43,56] cannot find symbol
symbol  : class MavenPluginFacet
location: class org.jboss.as.forge.AS7Facet
/tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[45,34] cannot find symbol
symbol  : variable MavenPluginBuilder
location: class org.jboss.as.forge.AS7Facet
/tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[52,8] cannot find symbol
symbol  : class MavenPluginFacet
location: class org.jboss.as.forge.AS7Facet
/tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[52,56] cannot find symbol
symbol  : class MavenPluginFacet
location: class org.jboss.as.forge.AS7Facet

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Tue Nov 27 16:44:00 CET 2012
[INFO] Final Memory: 41M/260M
[INFO] ------------------------------------------------------------------------
org.jboss.forge.project.build.BuildException: Build failed.***ERROR*** Exception encountered: (type "set VERBOSE false" to disable stack traces)
[no project] 6.0.0.CR1-05 $ 
	at org.jboss.forge.maven.facets.MavenProjectBuilder.build(MavenProjectBuilder.java:86)
	at org.jboss.forge.shell.plugins.builtin.ForgePlugin.buildFromCurrentProject(ForgePlugin.java:633)
	at org.jboss.forge.shell.plugins.builtin.ForgePlugin.installFromGit(ForgePlugin.java:404)
	at org.jboss.forge.shell.plugins.builtin.ForgePlugin.installFromIndex(ForgePlugin.java:245)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.jboss.forge.shell.command.Execution.perform(Execution.java:134)
	at org.jboss.forge.shell.command.fshparser.FSHRuntime.run(FSHRuntime.java:109)
	at org.jboss.forge.shell.command.fshparser.FSHRuntime.run(FSHRuntime.java:47)
	at org.jboss.forge.shell.ShellImpl$ExecutorThread.run(ShellImpl.java:818)
	at org.jboss.forge.shell.ShellImpl.execute(ShellImpl.java:841)
	at org.jboss.forge.shell.ShellImpl.doShell(ShellImpl.java:631)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:48)
	at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:125)
	at org.jboss.forge.shell.ShellImpl$Proxy$_$$_WeldClientProxy.doShell(ShellImpl$Proxy$_$$_WeldClientProxy.java)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:305)
	at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:54)
	at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:163)
	at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:299)
	at org.jboss.weld.introspector.jlr.WeldMethodImpl.invokeOnInstance(WeldMethodImpl.java:188)
	at org.jboss.weld.introspector.ForwardingWeldMethod.invokeOnInstance(ForwardingWeldMethod.java:59)
	at org.jboss.weld.injection.MethodInjectionPoint.invokeOnInstanceWithSpecialValue(MethodInjectionPoint.java:198)
	at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:282)
	at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:265)
	at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:234)
	at org.jboss.weld.manager.BeanManagerImpl.notifyObservers(BeanManagerImpl.java:635)
	at org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:622)
	at org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:616)
	at org.jboss.forge.shell.Bootstrap$1.run(Bootstrap.java:172)
	at java.lang.Thread.run(Thread.java:662)

{code}
                
      was (Author: psrna):
    That's strange, cd'ing into the folder you suggested and running forge from there works but still not from IDE. What you mean by entire stack trace? I can post the whole forge console output here:

{code}
[no project] 6.0.0.CR1-05 $ set VERBOSE true
[no project] 6.0.0.CR1-05 $ forge install-plugin jboss-as-7 
***INFO*** Preparing to install plugin: jboss-as-7
***INFO*** Checking out plugin source files to [/tmp/forgetemp8933014787007533193/repo] via 'git'
***INFO*** Switching to branch/tag [refs/heads/1.0.5.Final]
***INFO*** Invoking build with underlying build system.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - org.jboss.as:plugin-jboss-as7:jar:1.0.0-SNAPSHOT
[INFO]    task-segment: [clean, package]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 23 source files to /tmp/forgetemp8933014787007533193/repo/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[24,28] package org.jboss.forge.maven does not exist
[ERROR] /tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[25,36] package org.jboss.forge.maven.plugins does not exist
[ERROR] /tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[33,15] cannot find symbol
symbol: class MavenPluginFacet
@RequiresFacet(MavenPluginFacet.class)
[ERROR] /tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[43,8] cannot find symbol
symbol  : class MavenPluginFacet
location: class org.jboss.as.forge.AS7Facet
[ERROR] /tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[43,56] cannot find symbol
symbol  : class MavenPluginFacet
location: class org.jboss.as.forge.AS7Facet
[ERROR] /tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[45,34] cannot find symbol
symbol  : variable MavenPluginBuilder
location: class org.jboss.as.forge.AS7Facet
[ERROR] /tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[52,8] cannot find symbol
symbol  : class MavenPluginFacet
location: class org.jboss.as.forge.AS7Facet
[ERROR] /tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[52,56] cannot find symbol
symbol  : class MavenPluginFacet
location: class org.jboss.as.forge.AS7Facet
[INFO] 8 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[24,28] package org.jboss.forge.maven does not exist
/tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[25,36] package org.jboss.forge.maven.plugins does not exist
/tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[33,15] cannot find symbol
symbol: class MavenPluginFacet
@RequiresFacet(MavenPluginFacet.class)
/tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[43,8] cannot find symbol
symbol  : class MavenPluginFacet
location: class org.jboss.as.forge.AS7Facet
/tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[43,56] cannot find symbol
symbol  : class MavenPluginFacet
location: class org.jboss.as.forge.AS7Facet
/tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[45,34] cannot find symbol
symbol  : variable MavenPluginBuilder
location: class org.jboss.as.forge.AS7Facet
/tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[52,8] cannot find symbol
symbol  : class MavenPluginFacet
location: class org.jboss.as.forge.AS7Facet
/tmp/forgetemp8933014787007533193/repo/src/main/java/org/jboss/as/forge/AS7Facet.java:[52,56] cannot find symbol
symbol  : class MavenPluginFacet
location: class org.jboss.as.forge.AS7Facet

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Tue Nov 27 16:44:00 CET 2012
[INFO] Final Memory: 41M/260M
[INFO] ------------------------------------------------------------------------
org.jboss.forge.project.build.BuildException: Build failed.***ERROR*** Exception encountered: (type "set VERBOSE false" to disable stack traces)
[no project] 6.0.0.CR1-05 $ 
	at org.jboss.forge.maven.facets.MavenProjectBuilder.build(MavenProjectBuilder.java:86)
	at org.jboss.forge.shell.plugins.builtin.ForgePlugin.buildFromCurrentProject(ForgePlugin.java:633)
	at org.jboss.forge.shell.plugins.builtin.ForgePlugin.installFromGit(ForgePlugin.java:404)
	at org.jboss.forge.shell.plugins.builtin.ForgePlugin.installFromIndex(ForgePlugin.java:245)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.jboss.forge.shell.command.Execution.perform(Execution.java:134)
	at org.jboss.forge.shell.command.fshparser.FSHRuntime.run(FSHRuntime.java:109)
	at org.jboss.forge.shell.command.fshparser.FSHRuntime.run(FSHRuntime.java:47)
	at org.jboss.forge.shell.ShellImpl$ExecutorThread.run(ShellImpl.java:818)
	at org.jboss.forge.shell.ShellImpl.execute(ShellImpl.java:841)
	at org.jboss.forge.shell.ShellImpl.doShell(ShellImpl.java:631)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:48)
	at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:125)
	at org.jboss.forge.shell.ShellImpl$Proxy$_$$_WeldClientProxy.doShell(ShellImpl$Proxy$_$$_WeldClientProxy.java)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:305)
	at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:54)
	at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:163)
	at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:299)
	at org.jboss.weld.introspector.jlr.WeldMethodImpl.invokeOnInstance(WeldMethodImpl.java:188)
	at org.jboss.weld.introspector.ForwardingWeldMethod.invokeOnInstance(ForwardingWeldMethod.java:59)
	at org.jboss.weld.injection.MethodInjectionPoint.invokeOnInstanceWithSpecialValue(MethodInjectionPoint.java:198)
	at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:282)
	at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:265)
	at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:234)
	at org.jboss.weld.manager.BeanManagerImpl.notifyObservers(BeanManagerImpl.java:635)
	at org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:622)
	at org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:616)
	at org.jboss.forge.shell.Bootstrap$1.run(Bootstrap.java:172)
	at java.lang.Thread.run(Thread.java:662)

{code}
                  
> Cannot install jboss-as-7 plugin
> --------------------------------
>
>                 Key: JBIDE-13156
>                 URL: https://issues.jboss.org/browse/JBIDE-13156
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: forge
>    Affects Versions: 4.0.0.CR1
>         Environment: jbdevstudio-6.0.0.CR1a build
>            Reporter: Pavol Srna
>            Assignee: Koen Aers
>            Priority: Blocker
>             Fix For: 4.0.0.CR1
>
>
> I'm unable to install jboss-as-7 plugin. Embedded forge runtime was updated to Forge.1.1.2.Final (https://issues.jboss.org/browse/JBIDE-13108) but I still cannot install jboss-as-7 plugin from within the tooling. I tried in forge runtime 1.1.2.Final and there are no problems, so it looks like tooling issue.
> StackTrace:
> -----------
> {code}
> 	at org.jboss.forge.maven.facets.MavenProjectBuilder.build(MavenProjectBuilder.java:86)
> 	at org.jboss.forge.shell.plugins.builtin.ForgePlugin.buildFromCurrentProject(ForgePlugin.java:633)
> 	at org.jboss.forge.shell.plugins.builtin.ForgePlugin.installFromGit(ForgePlugin.java:404)
> 	at org.jboss.forge.shell.plugins.builtin.ForgePlugin.installFromIndex(ForgePlugin.java:245)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.jboss.forge.shell.command.Execution.perform(Execution.java:134)
> 	at org.jboss.forge.shell.command.fshparser.FSHRuntime.run(FSHRuntime.java:109)
> 	at org.jboss.forge.shell.command.fshparser.FSHRuntime.run(FSHRuntime.java:47)
> 	at org.jboss.forge.shell.ShellImpl$ExecutorThread.run(ShellImpl.java:818)
> 	at org.jboss.forge.shell.ShellImpl.execute(ShellImpl.java:841)
> 	at org.jboss.forge.shell.ShellImpl.doShell(ShellImpl.java:631)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:48)
> 	at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:125)
> 	at org.jboss.forge.shell.ShellImpl$Proxy$_$$_WeldClientProxy.doShell(ShellImpl$Proxy$_$$_WeldClientProxy.java)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:305)
> 	at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:54)
> 	at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:163)
> 	at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:299)
> 	at org.jboss.weld.introspector.jlr.WeldMethodImpl.invokeOnInstance(WeldMethodImpl.java:188)
> 	at org.jboss.weld.introspector.ForwardingWeldMethod.invokeOnInstance(ForwardingWeldMethod.java:59)
> 	at org.jboss.weld.injection.MethodInjectionPoint.invokeOnInstanceWithSpecialValue(MethodInjectionPoint.java:198)
> 	at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:282)
> 	at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:265)
> 	at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:234)
> 	at org.jboss.weld.manager.BeanManagerImpl.notifyObservers(BeanManagerImpl.java:635)
> 	at org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:622)
> 	at org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:616)
> 	at org.jboss.forge.shell.Bootstrap$1.run(Bootstrap.java:172)
> 	at java.lang.Thread.run(Thread.java:662)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list