[JBoss JIRA] (FORGE-710) Forge shell hangs on exit
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-710?page=com.atlassian.jira.plugin.... ]
George Gastaldi commented on FORGE-710:
---------------------------------------
I've seen this happen when the AS7 plugin is running in the background. Is this still reproducible ?
> Forge shell hangs on exit
> -------------------------
>
> Key: FORGE-710
> URL: https://issues.jboss.org/browse/FORGE-710
> Project: Forge
> Issue Type: Bug
> Components: UI - Shell
> Affects Versions: 1.1.2.Final
> Environment: Fedora 17 Linux 3.6.7-4.fc17.x86_64 #1 SMP Tue Nov 20 19:40:01 UTC 2012 x86_64 x86_64 GNU/Linux
> java version "1.6.0_37"
> Java(TM) SE Runtime Environment (build 1.6.0_37-b06)
> Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01, mixed mode)
> Reporter: James Perkins
> Attachments: jstacktrace, kill-3
>
>
> When attempting to exit Forge by typing exit and pressing enter a hang occurs. Using CTRL+D does seem to work.
--
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
12 years, 11 months
[JBoss JIRA] (FORGE-832) Review modules loaded as system paths in the BaseModuleLoaderProvider
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-832?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-832:
----------------------------------
Description:
The modules loaded in the {{org.jboss.forge.container.modules.providers.AbstractModuleSpecProvider}} should be reviewed and unneeded modules should be removed.
Currently the following paths appear as if they can be removed:
* log4j
* commons-logging
* cglib
was:
The modules loaded in the {{org.jboss.forge.container.modules.providers.BaseModuleSpecProvider}} should be reviewed and unneeded modules should be removed.
Currently the following paths appear as if they can be removed:
* log4j
* commons-logging
* cglib
> Review modules loaded as system paths in the BaseModuleLoaderProvider
> ---------------------------------------------------------------------
>
> Key: FORGE-832
> URL: https://issues.jboss.org/browse/FORGE-832
> Project: Forge
> Issue Type: Task
> Components: Container
> Reporter: James Perkins
>
> The modules loaded in the {{org.jboss.forge.container.modules.providers.AbstractModuleSpecProvider}} should be reviewed and unneeded modules should be removed.
> Currently the following paths appear as if they can be removed:
> * log4j
> * commons-logging
> * cglib
--
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
12 years, 11 months
[JBoss JIRA] (FORGE-884) EntityWidgetBuilderTest is failing
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-884?page=com.atlassian.jira.plugin.... ]
George Gastaldi reassigned FORGE-884:
-------------------------------------
Assignee: Vineet Reynolds
Hi Vineet,
Could you please take a look at it ?
Thanks!
> EntityWidgetBuilderTest is failing
> ----------------------------------
>
> Key: FORGE-884
> URL: https://issues.jboss.org/browse/FORGE-884
> Project: Forge
> Issue Type: Bug
> Components: Scaffold
> Reporter: George Gastaldi
> Assignee: Vineet Reynolds
> Priority: Blocker
> Fix For: 1.2.4.Final
>
>
> The following test fails:
> {code:java}
> org.jboss.forge.scaffold.faces.metawidget.widgetbuilder.EntityWidgetBuilderTest
> testExpandOneToOne(org.jboss.forge.scaffold.faces.metawidget.widgetbuilder.EntityWidgetBuilderTest)
> junit.framework.ComparisonFailure: null expected:<...:outputText id="item[Name" value="#{_item.name}"/></h:link></h:column><h:column><f:facet name="header"><h:outputText value="Description"/></f:facet><h:link outcome="/entityWidgetBuilderTest$FooOneToOne/view"><f:param name="id" value="#{_item.id}"/><h:outputText id="itemDescription" value="#{_item.description}]"/></h:link></h:colu...> but was:<...:outputText id="item[BarName" value="_item.bar.name"/></h:link></h:column><h:column><f:facet name="header"><h:outputText value="Description"/></f:facet><h:link outcome="/entityWidgetBuilderTest$FooOneToOne/view"><f:param name="id" value="#{_item.id}"/><h:outputText id="itemBarDescription" value="_item.bar.description]"/></h:link></h:colu...>
> at junit.framework.Assert.assertEquals(Assert.java:81)
> at junit.framework.Assert.assertEquals(Assert.java:87)
> at org.jboss.forge.scaffold.faces.metawidget.widgetbuilder.EntityWidgetBuilderTest.testExpandOneToOne(EntityWidgetBuilderTest.java:431)
> 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 junit.framework.TestCase.runTest(TestCase.java:168)
> at junit.framework.TestCase.runBare(TestCase.java:134)
> at junit.framework.TestResult$1.protect(TestResult.java:110)
> at junit.framework.TestResult.runProtected(TestResult.java:128)
> at junit.framework.TestResult.run(TestResult.java:113)
> at junit.framework.TestCase.run(TestCase.java:124)
> at junit.framework.TestSuite.runTest(TestSuite.java:232)
> at junit.framework.TestSuite.run(TestSuite.java:227)
> at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
> at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
> at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
> at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
> at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
> at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
> at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
> {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
12 years, 11 months
[JBoss JIRA] (FORGE-884) EntityWidgetBuilderTest is failing
by George Gastaldi (JIRA)
George Gastaldi created FORGE-884:
-------------------------------------
Summary: EntityWidgetBuilderTest is failing
Key: FORGE-884
URL: https://issues.jboss.org/browse/FORGE-884
Project: Forge
Issue Type: Bug
Components: Scaffold
Reporter: George Gastaldi
Priority: Blocker
Fix For: 1.2.4.Final
The following test fails:
{code:java}
org.jboss.forge.scaffold.faces.metawidget.widgetbuilder.EntityWidgetBuilderTest
testExpandOneToOne(org.jboss.forge.scaffold.faces.metawidget.widgetbuilder.EntityWidgetBuilderTest)
junit.framework.ComparisonFailure: null expected:<...:outputText id="item[Name" value="#{_item.name}"/></h:link></h:column><h:column><f:facet name="header"><h:outputText value="Description"/></f:facet><h:link outcome="/entityWidgetBuilderTest$FooOneToOne/view"><f:param name="id" value="#{_item.id}"/><h:outputText id="itemDescription" value="#{_item.description}]"/></h:link></h:colu...> but was:<...:outputText id="item[BarName" value="_item.bar.name"/></h:link></h:column><h:column><f:facet name="header"><h:outputText value="Description"/></f:facet><h:link outcome="/entityWidgetBuilderTest$FooOneToOne/view"><f:param name="id" value="#{_item.id}"/><h:outputText id="itemBarDescription" value="_item.bar.description]"/></h:link></h:colu...>
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
at org.jboss.forge.scaffold.faces.metawidget.widgetbuilder.EntityWidgetBuilderTest.testExpandOneToOne(EntityWidgetBuilderTest.java:431)
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 junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
{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
12 years, 11 months