[JBoss JIRA] Created: (JBIDE-7459) Starting/Stopping actions should report if something goes wrong
by Andre Dietisheim (JIRA)
Starting/Stopping actions should report if something goes wrong
---------------------------------------------------------------
Key: JBIDE-7459
URL: https://jira.jboss.org/browse/JBIDE-7459
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud
Affects Versions: 3.2.0.Beta1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.2.0.Beta2
how to reproduce:
1) connect to a cloud
2) open the instances subtree of the connection
3) select an instance
4) stop a stopped instance
Actual result:
nothing happens, no error is reported
Expected result:
The UI should report that there was an error performing this action since the instance is already stopped.
This usecase is a synthetic one since the Stop-action should not be available for instances that are stopped. It is exemplary for the general behaviour where no errors in actions get reported though.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (JBIDE-7703) org.jboss.tools.jsf.text.ext.test.JSF2CompositeOpenOnTest failures.
by Alexey Kazakov (JIRA)
org.jboss.tools.jsf.text.ext.test.JSF2CompositeOpenOnTest failures.
-------------------------------------------------------------------
Key: JBIDE-7703
URL: https://jira.jboss.org/browse/JBIDE-7703
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.2.0.Beta2
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 3.2.0.CR1
testFormOpenOn(org.jboss.tools.jsf.text.ext.test.JSF2CompositeOpenOnTest) Time elapsed: 0.373 sec <<< FAILURE!
junit.framework.ComparisonFailure: null expected:<[html_basic.tld]> but was:<[input.xhtml]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
at org.jboss.tools.jsf.text.ext.test.JSF2CompositeOpenOnTest.testTag(JSF2CompositeOpenOnTest.java:70)
at org.jboss.tools.jsf.text.ext.test.JSF2CompositeOpenOnTest.testFormOpenOn(JSF2CompositeOpenOnTest.java:74)
testOutputTextOpenOn(org.jboss.tools.jsf.text.ext.test.JSF2CompositeOpenOnTest) Time elapsed: 0.296 sec <<< FAILURE!
junit.framework.ComparisonFailure: null expected:<[html_basic.tld]> but was:<[input.xhtml]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
at org.jboss.tools.jsf.text.ext.test.JSF2CompositeOpenOnTest.testTag(JSF2CompositeOpenOnTest.java:70)
at org.jboss.tools.jsf.text.ext.test.JSF2CompositeOpenOnTest.testOutputTextOpenOn(JSF2CompositeOpenOnTest.java:78)
testInputTextTextOpenOn(org.jboss.tools.jsf.text.ext.test.JSF2CompositeOpenOnTest) Time elapsed: 0.305 sec <<< FAILURE!
junit.framework.ComparisonFailure: null expected:<[html_basic.tld]> but was:<[input.xhtml]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
at org.jboss.tools.jsf.text.ext.test.JSF2CompositeOpenOnTest.testTag(JSF2CompositeOpenOnTest.java:70)
at org.jboss.tools.jsf.text.ext.test.JSF2CompositeOpenOnTest.testInputTextTextOpenOn(JSF2CompositeOpenOnTest.java:82)
testCommandButtonOpenOn(org.jboss.tools.jsf.text.ext.test.JSF2CompositeOpenOnTest) Time elapsed: 0.323 sec <<< FAILURE!
junit.framework.ComparisonFailure: null expected:<[html_basic.tld]> but was:<[input.xhtml]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
at org.jboss.tools.jsf.text.ext.test.JSF2CompositeOpenOnTest.testTag(JSF2CompositeOpenOnTest.java:70)
at org.jboss.tools.jsf.text.ext.test.JSF2CompositeOpenOnTest.testCommandButtonOpenOn(JSF2CompositeOpenOnTest.java:86)
Results :
Failed tests:
testFormOpenOn(org.jboss.tools.jsf.text.ext.test.JSF2CompositeOpenOnTest)
testOutputTextOpenOn(org.jboss.tools.jsf.text.ext.test.JSF2CompositeOpenOnTest)
testInputTextTextOpenOn(org.jboss.tools.jsf.text.ext.test.JSF2CompositeOpenOnTest)
testCommandButtonOpenOn(org.jboss.tools.jsf.text.ext.test.JSF2CompositeOpenOnTest)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (JBIDE-7748) org.jboss.tools.jsf.test.JsfAllTests.testRevalidationUnresolvedELs failures
by Alexey Kazakov (JIRA)
org.jboss.tools.jsf.test.JsfAllTests.testRevalidationUnresolvedELs failures
---------------------------------------------------------------------------
Key: JBIDE-7748
URL: https://jira.jboss.org/browse/JBIDE-7748
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.2.0.CR1
org.jboss.tools.jsf.test.JsfAllTests.testRevalidationUnresolvedELs (from JsfAllTests)
Marker "user" cannot be resolved for line - 14 not found
junit.framework.AssertionFailedError: Marker "user" cannot be resolved for line - 14 not found
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.jsf.test.validation.ELValidatorTest.assertMarkerIsCreatedForLine(ELValidatorTest.java:319)
at org.jboss.tools.jsf.test.validation.ELValidatorTest.testRevalidationUnresolvedELs(ELValidatorTest.java:79)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (JBIDE-7738) Menu item visibility on disconnected cloud
by Libor Zoubek (JIRA)
Menu item visibility on disconnected cloud
------------------------------------------
Key: JBIDE-7738
URL: https://jira.jboss.org/browse/JBIDE-7738
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud
Affects Versions: 3.2.0.Beta2
Reporter: Libor Zoubek
Assignee: Andre Dietisheim
Priority: Minor
1. create cloud connection, enter invalid url or credentials
2. open instances view
Currently context menu item 'Refresh Instances' is enabled and does nothing
Expected: same as images view, item should be disabled
3. In cloud view item 'Launch Instance' is enabled and should not be
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (JBIDE-7728) InterruptedException on persistence.xml file change
by Dmitry Geraskov (JIRA)
InterruptedException on persistence.xml file change
---------------------------------------------------
Key: JBIDE-7728
URL: https://jira.jboss.org/browse/JBIDE-7728
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: struts/shale
Affects Versions: 3.2.0.Beta2
Reporter: Dmitry Geraskov
Assignee: Alexey Kazakov
Fix For: 3.2.0.CR1
I changed persistence.xml file (without saving) and got the exception. ()
java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at java.lang.Thread.join(Thread.java:1143)
at java.lang.Thread.join(Thread.java:1196)
at org.jboss.tools.common.model.util.SafeDocumentBuilderFactory.<init>(SafeDocumentBuilderFactory.java:27)
at org.jboss.tools.common.model.util.SafeDocumentBuilderFactory.createDocumentBuilder(SafeDocumentBuilderFactory.java:45)
at org.jboss.tools.common.model.loaders.XMLRecognizerContext.checkDocType(XMLRecognizerContext.java:93)
at org.jboss.tools.common.model.loaders.XMLRecognizerContext.init(XMLRecognizerContext.java:57)
at org.jboss.tools.common.model.loaders.XMLRecognizerContext.<init>(XMLRecognizerContext.java:48)
at org.jboss.tools.common.model.loaders.EntityRecognizerContext.getXMLContext(EntityRecognizerContext.java:53)
at org.jboss.tools.struts.model.StrutsEntityRecognizer.getEntityName(StrutsEntityRecognizer.java:35)
at org.jboss.tools.common.model.loaders.impl.ModelEntityRecognizer$EntityRecognizerWrapper.getEntityName(ModelEntityRecognizer.java:164)
at org.jboss.tools.common.model.loaders.impl.ModelEntityRecognizer.getEntityName(ModelEntityRecognizer.java:39)
at org.jboss.tools.common.model.filesystems.impl.JarFolderImpl.createFileObject(JarFolderImpl.java:98)
at org.jboss.tools.common.model.filesystems.impl.JarFolderImpl.loadChildren(JarFolderImpl.java:78)
at org.jboss.tools.common.model.impl.RegularObjectImpl.getChildByPathPart(RegularObjectImpl.java:140)
at org.jboss.tools.common.model.filesystems.impl.JarFolderImpl.getChildByPathPart(JarFolderImpl.java:152)
at org.jboss.tools.common.model.impl.XModelObjectImpl.getChildByPath(XModelObjectImpl.java:335)
at org.jboss.tools.common.model.impl.XModelObjectImpl.getChildByPath(XModelObjectImpl.java:340)
at org.jboss.tools.common.model.impl.XModelObjectImpl.getChildByPath(XModelObjectImpl.java:340)
at org.jboss.tools.common.model.impl.XModelObjectImpl.getChildByPath(XModelObjectImpl.java:340)
at org.jboss.tools.common.model.impl.XModelImpl.getByPath(XModelImpl.java:170)
at org.jboss.tools.jst.web.model.project.ext.store.XMLStoreHelper.loadModelObject(XMLStoreHelper.java:116)
at org.jboss.tools.jst.web.kb.internal.KbObject.loadXML(KbObject.java:213)
at org.jboss.tools.jst.web.kb.internal.taglib.AbstractTagLib.loadXML(AbstractTagLib.java:588)
at org.jboss.tools.jst.web.kb.internal.KbProject.loadSourcePaths2(KbProject.java:530)
at org.jboss.tools.jst.web.kb.internal.KbProject.load(KbProject.java:304)
at org.jboss.tools.jst.web.kb.internal.KbProject.resolveStorage(KbProject.java:264)
at org.jboss.tools.jst.web.kb.internal.KbProject.resolve(KbProject.java:278)
at org.jboss.tools.jst.web.kb.KbProjectFactory.getKbProject(KbProjectFactory.java:65)
at org.jboss.tools.jst.web.kb.KbProjectFactory.getKbProject(KbProjectFactory.java:31)
at org.jboss.tools.jst.web.kb.taglib.TagLibraryManager.getLibraries(TagLibraryManager.java:35)
at org.jboss.tools.jst.web.kb.PageContextFactory.fillXMLNamespacesForNode(PageContextFactory.java:704)
at org.jboss.tools.jst.web.kb.PageContextFactory.fillContextForNode(PageContextFactory.java:508)
at org.jboss.tools.jst.web.kb.PageContextFactory.fillContextForChildNodes(PageContextFactory.java:492)
at org.jboss.tools.jst.web.kb.PageContextFactory.createPageContext(PageContextFactory.java:427)
at org.jboss.tools.jst.web.kb.PageContextFactory.createPageContext(PageContextFactory.java:181)
at org.jboss.tools.jst.web.kb.PageContextFactory.createPageContext(PageContextFactory.java:170)
at org.jboss.tools.jst.jsp.jspeditor.info.FaceletTagInfoHoverProcessor.computeHoverHelp(FaceletTagInfoHoverProcessor.java:81)
at org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getHoverInfo(XMLTagInfoHoverProcessor.java:257)
at org.eclipse.wst.sse.ui.internal.taginfo.BestMatchHover.getHoverInfo(BestMatchHover.java:98)
at org.eclipse.jface.text.TextViewerHoverManager$4.run(TextViewerHoverManager.java:168)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months