[JBoss JIRA] (FORGE-1337) Switchyad plugin - bean-service creation
by Martin Basovnik (JIRA)
[ https://issues.jboss.org/browse/FORGE-1337?page=com.atlassian.jira.plugin... ]
Martin Basovnik updated FORGE-1337:
-----------------------------------
Description:
{noformat}
$ bean-service create --serviceName Test
{noformat}
Classes {{Test.java}} and {{TestBean.java}} are properly created, but configuration file {{switchyard.xml}} is not updated.
was:
{{noformat}}
$ bean-service create --serviceName Test
{{noformat}}
Classes {{Test.java}} and {{TestBean.java}} are properly created, but configuration file {{switchyard.xml}} is not updated.
> Switchyad plugin - bean-service creation
> ----------------------------------------
>
> Key: FORGE-1337
> URL: https://issues.jboss.org/browse/FORGE-1337
> Project: Forge
> Issue Type: Bug
> Components: Builtin Plugins
> Affects Versions: 1.4.3.Final
> Reporter: Martin Basovnik
> Labels: switchyard
>
> {noformat}
> $ bean-service create --serviceName Test
> {noformat}
> Classes {{Test.java}} and {{TestBean.java}} are properly created, but configuration file {{switchyard.xml}} is not updated.
--
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
11 years
[JBoss JIRA] (FORGE-1337) Switchyad plugin - bean-service creation
by Martin Basovnik (JIRA)
[ https://issues.jboss.org/browse/FORGE-1337?page=com.atlassian.jira.plugin... ]
Martin Basovnik updated FORGE-1337:
-----------------------------------
Description:
{{noformat}}
$ bean-service create --serviceName Test
{{noformat}}
Classes {{Test.java}} and {{TestBean.java}} are properly created, but configuration file {{switchyard.xml}} is not updated.
was:
$ bean-service create --serviceName Test
Classes {{Test.java}} and {{TestBean.java}} are properly created, but configuration file {{switchyard.xml}} is not updated.
> Switchyad plugin - bean-service creation
> ----------------------------------------
>
> Key: FORGE-1337
> URL: https://issues.jboss.org/browse/FORGE-1337
> Project: Forge
> Issue Type: Bug
> Components: Builtin Plugins
> Affects Versions: 1.4.3.Final
> Reporter: Martin Basovnik
> Labels: switchyard
>
> {{noformat}}
> $ bean-service create --serviceName Test
> {{noformat}}
> Classes {{Test.java}} and {{TestBean.java}} are properly created, but configuration file {{switchyard.xml}} is not updated.
--
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
11 years
[JBoss JIRA] (FORGE-1336) Arquillian plugin - setup, missing hint of container name
by Martin Basovnik (JIRA)
Martin Basovnik created FORGE-1336:
--------------------------------------
Summary: Arquillian plugin - setup, missing hint of container name
Key: FORGE-1336
URL: https://issues.jboss.org/browse/FORGE-1336
Project: Forge
Issue Type: Bug
Components: Builtin Plugins
Affects Versions: 1.4.3.Final
Environment: JVM: Oracle 1.7.0_25
OS: Ubuntu 13.04 64bit
Arquillian plugin: 1.0.6.Final
<plugin api-version="1.0.6.Final" name="org.arquillian.forge.arquillian-plugin" slot="1.0.0-SNAPSHOT-270daa6b-2354-40b1-8422-cd487588a50e"/>
Reporter: Martin Basovnik
Setting up of arquillian plugin is failing. There is no option of supported containers after key {{TAB}} is pressed for {{--containerName}}, but according to instructions [here|http://forge.jboss.org/docs/important_plugins/arquillian-testing.html], there should be. File [containers.json|https://github.com/forge/plugin-arquillian/blob/1.0.6.Fin...] exists but obviously is not used properly. When bad container name is typed, following exception is thrown:
{noformat}
***ERROR*** Exception encountered: (type "set VERBOSE false" to disable stack traces)
java.lang.RuntimeException: Container not recognized
at org.jboss.forge.arquillian.ArquillianPlugin.installContainer(ArquillianPlugin.java:156)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.forge.shell.command.Execution.perform(Execution.java:160)
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:796)
at org.jboss.forge.shell.ShellImpl.execute(ShellImpl.java:819)
at org.jboss.forge.shell.ShellImpl.doShell(ShellImpl.java:609)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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:186)
at java.lang.Thread.run(Thread.java:724)
{noformat}
--
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
11 years
[JBoss JIRA] (FORGE-1335) Creating new project, JVM IBM 1.7
by Martin Basovnik (JIRA)
[ https://issues.jboss.org/browse/FORGE-1335?page=com.atlassian.jira.plugin... ]
Martin Basovnik updated FORGE-1335:
-----------------------------------
Description:
Problem with creating of new project on JVM ibm17.
LOG:
{noformat}
[no project] test-forge $ new-project --named IBM
? Use [/home/mbasovni/development/test-forge/IBM] as project directory? [Y/n]
Wrote /home/mbasovni/development/test-forge/IBM
Wrote /home/mbasovni/development/test-forge/IBM/pom.xml
Wrote /home/mbasovni/development/test-forge/IBM/src/main/java
Wrote /home/mbasovni/development/test-forge/IBM/src/test/java
Wrote /home/mbasovni/development/test-forge/IBM/src/main/resources
Wrote /home/mbasovni/development/test-forge/IBM/src/test/resources
***ERROR*** Exception encountered: null (type "set VERBOSE true" to enable stack traces)
{noformat}
When I set: {{set VERBOSE true}}
LOG:
{noformat}
[no project] test-forge $ set VERBOSE true
[no project] test-forge $ new-project --named IBM2
? Use [/home/mbasovni/development/test-forge/IBM2] as project directory? [Y/n]
Wrote /home/mbasovni/development/test-forge/IBM2
Wrote /home/mbasovni/development/test-forge/IBM2/pom.xml
Wrote /home/mbasovni/development/test-forge/IBM2/src/main/java
Wrote /home/mbasovni/development/test-forge/IBM2/src/test/java
Wrote /home/mbasovni/development/test-forge/IBM2/src/main/resources
Wrote /home/mbasovni/development/test-forge/IBM2/src/test/resources
***ERROR*** Exception encountered: (type "set VERBOSE false" to disable stack traces)
java.util.NoSuchElementException
at org.sonatype.guice.bean.locators.LocatedBeans$Itr.next(LocatedBeans.java:184)
at org.sonatype.guice.bean.locators.LocatedBeans$Itr.next(LocatedBeans.java:124)
at org.sonatype.guice.plexus.locators.DefaultPlexusBeans$Itr.next(DefaultPlexusBeans.java:64)
at org.sonatype.guice.plexus.locators.DefaultPlexusBeans$Itr.next(DefaultPlexusBeans.java:52)
at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:243)
at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:235)
at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:229)
at org.jboss.forge.maven.facets.MavenContainer.lookup(MavenContainer.java:214)
at org.jboss.forge.maven.facets.MavenContainer.getBuildingRequest(MavenContainer.java:86)
at org.jboss.forge.maven.facets.MavenContainer.getRequest(MavenContainer.java:68)
at org.jboss.forge.maven.facets.MavenContainer$Proxy$_$$_WeldClientProxy.getRequest(MavenContainer$Proxy$_$$_WeldClientProxy.java)
at org.jboss.forge.maven.facets.MavenCoreFacetImpl.getPartialProjectBuildingResult(MavenCoreFacetImpl.java:90)
at org.jboss.forge.maven.facets.MavenCoreFacetImpl.resolveProperties(MavenCoreFacetImpl.java:338)
at org.jboss.forge.maven.facets.MavenDependencyFacet.resolveProperties(MavenDependencyFacet.java:394)
at org.jboss.forge.maven.facets.MavenDependencyFacet.hasEffectiveDependency(MavenDependencyFacet.java:172)
at org.jboss.forge.shell.project.DependencyInstallerImpl.isInstalled(DependencyInstallerImpl.java:170)
at org.jboss.forge.git.GitAPIFacet.isInstalled(GitAPIFacet.java:42)
at org.jboss.forge.project.BaseProject.registerFacet(BaseProject.java:153)
at org.jboss.forge.project.services.ProjectFactory.registerSingleFacet(ProjectFactory.java:208)
at org.jboss.forge.project.services.ProjectFactory.registerSingleFacet(ProjectFactory.java:186)
at org.jboss.forge.project.services.ProjectFactory.registerFacets(ProjectFactory.java:178)
at org.jboss.forge.project.services.ProjectFactory.createProject(ProjectFactory.java:146)
at org.jboss.forge.shell.plugins.builtin.NewProjectPlugin.create(NewProjectPlugin.java:205)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:613)
at org.jboss.forge.shell.command.Execution.perform(Execution.java:160)
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:796)
at org.jboss.forge.shell.ShellImpl.execute(ShellImpl.java:819)
at org.jboss.forge.shell.ShellImpl.doShell(ShellImpl.java:609)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:613)
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:88)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:613)
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:186)
at java.lang.Thread.run(Thread.java:780)
{noformat}
was:
Problem with creating of new project on JVM ibm17.
LOG:
{noformat}
[no project] test-forge $ new-project --named IBM
? Use [/home/mbasovni/development/test-forge/IBM] as project directory? [Y/n]
Wrote /home/mbasovni/development/test-forge/IBM
Wrote /home/mbasovni/development/test-forge/IBM/pom.xml
Wrote /home/mbasovni/development/test-forge/IBM/src/main/java
Wrote /home/mbasovni/development/test-forge/IBM/src/test/java
Wrote /home/mbasovni/development/test-forge/IBM/src/main/resources
Wrote /home/mbasovni/development/test-forge/IBM/src/test/resources
***ERROR*** Exception encountered: null (type "set VERBOSE true" to enable stack traces)
{noformat}
> Creating new project, JVM IBM 1.7
> ---------------------------------
>
> Key: FORGE-1335
> URL: https://issues.jboss.org/browse/FORGE-1335
> Project: Forge
> Issue Type: Bug
> Affects Versions: 1.4.3.Final
> Environment: JVM: IBM J9 VM (build 2.6, JRE 1.7.0 Linux amd64-64 Compressed References 20130205_137358 (JIT enabled, AOT enabled)
> OS: Ubuntu 13.04 64 bit
> Reporter: Martin Basovnik
>
> Problem with creating of new project on JVM ibm17.
> LOG:
> {noformat}
> [no project] test-forge $ new-project --named IBM
> ? Use [/home/mbasovni/development/test-forge/IBM] as project directory? [Y/n]
> Wrote /home/mbasovni/development/test-forge/IBM
> Wrote /home/mbasovni/development/test-forge/IBM/pom.xml
> Wrote /home/mbasovni/development/test-forge/IBM/src/main/java
> Wrote /home/mbasovni/development/test-forge/IBM/src/test/java
> Wrote /home/mbasovni/development/test-forge/IBM/src/main/resources
> Wrote /home/mbasovni/development/test-forge/IBM/src/test/resources
> ***ERROR*** Exception encountered: null (type "set VERBOSE true" to enable stack traces)
> {noformat}
> When I set: {{set VERBOSE true}}
> LOG:
> {noformat}
> [no project] test-forge $ set VERBOSE true
> [no project] test-forge $ new-project --named IBM2
> ? Use [/home/mbasovni/development/test-forge/IBM2] as project directory? [Y/n]
> Wrote /home/mbasovni/development/test-forge/IBM2
> Wrote /home/mbasovni/development/test-forge/IBM2/pom.xml
> Wrote /home/mbasovni/development/test-forge/IBM2/src/main/java
> Wrote /home/mbasovni/development/test-forge/IBM2/src/test/java
> Wrote /home/mbasovni/development/test-forge/IBM2/src/main/resources
> Wrote /home/mbasovni/development/test-forge/IBM2/src/test/resources
> ***ERROR*** Exception encountered: (type "set VERBOSE false" to disable stack traces)
> java.util.NoSuchElementException
> at org.sonatype.guice.bean.locators.LocatedBeans$Itr.next(LocatedBeans.java:184)
> at org.sonatype.guice.bean.locators.LocatedBeans$Itr.next(LocatedBeans.java:124)
> at org.sonatype.guice.plexus.locators.DefaultPlexusBeans$Itr.next(DefaultPlexusBeans.java:64)
> at org.sonatype.guice.plexus.locators.DefaultPlexusBeans$Itr.next(DefaultPlexusBeans.java:52)
> at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:243)
> at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:235)
> at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:229)
> at org.jboss.forge.maven.facets.MavenContainer.lookup(MavenContainer.java:214)
> at org.jboss.forge.maven.facets.MavenContainer.getBuildingRequest(MavenContainer.java:86)
> at org.jboss.forge.maven.facets.MavenContainer.getRequest(MavenContainer.java:68)
> at org.jboss.forge.maven.facets.MavenContainer$Proxy$_$$_WeldClientProxy.getRequest(MavenContainer$Proxy$_$$_WeldClientProxy.java)
> at org.jboss.forge.maven.facets.MavenCoreFacetImpl.getPartialProjectBuildingResult(MavenCoreFacetImpl.java:90)
> at org.jboss.forge.maven.facets.MavenCoreFacetImpl.resolveProperties(MavenCoreFacetImpl.java:338)
> at org.jboss.forge.maven.facets.MavenDependencyFacet.resolveProperties(MavenDependencyFacet.java:394)
> at org.jboss.forge.maven.facets.MavenDependencyFacet.hasEffectiveDependency(MavenDependencyFacet.java:172)
> at org.jboss.forge.shell.project.DependencyInstallerImpl.isInstalled(DependencyInstallerImpl.java:170)
> at org.jboss.forge.git.GitAPIFacet.isInstalled(GitAPIFacet.java:42)
> at org.jboss.forge.project.BaseProject.registerFacet(BaseProject.java:153)
> at org.jboss.forge.project.services.ProjectFactory.registerSingleFacet(ProjectFactory.java:208)
> at org.jboss.forge.project.services.ProjectFactory.registerSingleFacet(ProjectFactory.java:186)
> at org.jboss.forge.project.services.ProjectFactory.registerFacets(ProjectFactory.java:178)
> at org.jboss.forge.project.services.ProjectFactory.createProject(ProjectFactory.java:146)
> at org.jboss.forge.shell.plugins.builtin.NewProjectPlugin.create(NewProjectPlugin.java:205)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
> at java.lang.reflect.Method.invoke(Method.java:613)
> at org.jboss.forge.shell.command.Execution.perform(Execution.java:160)
> 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:796)
> at org.jboss.forge.shell.ShellImpl.execute(ShellImpl.java:819)
> at org.jboss.forge.shell.ShellImpl.doShell(ShellImpl.java:609)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
> at java.lang.reflect.Method.invoke(Method.java:613)
> 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:88)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
> at java.lang.reflect.Method.invoke(Method.java:613)
> 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:186)
> at java.lang.Thread.run(Thread.java:780)
> {noformat}
--
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
11 years