[JBoss JIRA] Created: (JBDS-1158) SeamValidatorsAllTests.testRevalidationUnresolvedELs Unit Test Failed on Hudson
by Vlado Pakan (JIRA)
SeamValidatorsAllTests.testRevalidationUnresolvedELs Unit Test Failed on Hudson
-------------------------------------------------------------------------------
Key: JBDS-1158
URL: https://jira.jboss.org/jira/browse/JBDS-1158
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Affects Versions: 3.0.0.CR3, 3.0.0.GA
Environment: http://hudson.qa.jboss.com/hudson/view/DevStudio/job/devstudio-nightly-3....
Reporter: Vlado Pakan
Build is located here: http://hudson.qa.jboss.com/hudson/view/DevStudio/job/devstudio-nightly-3....
Error Message
Marker matches the 'Class "StatefulComponent" of component "statefulComponent" does not have a setter or a field for the property "abc"' pattern wasn't found
Stacktrace
junit.framework.AssertionFailedError: Marker matches the 'Class "StatefulComponent" of component "statefulComponent" does not have a setter or a field for the property "abc"' pattern wasn't found
at org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:88)
at org.jboss.tools.seam.core.test.SeamValidatorsTest.testComponentWithoutSetter_Validator(SeamValidatorsTest.java:306)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3468)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
at org.eclipse.equinox.launcher.Main.main(Main.java:1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7304) Css Selector is not populated for JSP file
by Vlado Pakan (JIRA)
Css Selector is not populated for JSP file
------------------------------------------
Key: JBIDE-7304
URL: https://jira.jboss.org/browse/JBIDE-7304
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.2.0.Beta1
Environment: Linux 32bit JBDS 4.0.0.v201010061543R-H31-Beta1 Java Sun 1.6 JDK
Reporter: Vlado Pakan
Assignee: Maxim Areshkau
Steps to reproduce:
1. Create JSF KickStart project.
2. Add attached files to WebContent pages directory
3. Open inputUserName JSP select <h:outputText> node and open CSS Selector Choosu (Properties View > styleClass attribute > button with label "...")
Dialog has no stylesheeit class nodes in treeview..
It's working on JBDS: BDS 4..0.0.0 M2.
--
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, 4 months
[JBoss JIRA] Created: (JBIDE-5985) VPE Editor doesn't evaluate variable facesContext.externalContext.requestContextPath
by Vlado Pakan (JIRA)
VPE Editor doesn't evaluate variable facesContext.externalContext.requestContextPath
------------------------------------------------------------------------------------
Key: JBIDE-5985
URL: https://jira.jboss.org/jira/browse/JBIDE-5985
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor core
Affects Versions: 3.1.0.CR2
Environment: jbdevstudio-eap-linux-gtk-3.0.0.v201002241510M-H184-CR2
Java Sun JDK 1.6
Reporter: Vlado Pakan
Variable facesContext.externalContext.requestContextPath is not evaluated within VPE editor and therefore resource referenced via this variable is not displayed in VPE Editor preview.
Test case:
1. Create new KickStart JSF project
2. Put some sample.gif image to WebContent/images directory within this project
3. Insert <img src="#{facesContext.externalContext.requestContextPath}/images/sample.gif"/> tag to inpoutUserName.jsp page
sample.gif image is not displayed in VPE editor preview but when deployed to server web page is displayed correctly with sample.gif image.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months