[JBoss JIRA] (JBIDE-12135) NPE if Ctrl+Click on EL for project with broken components.xml
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-12135:
--------------------------------------
Summary: NPE if Ctrl+Click on EL for project with broken components.xml
Key: JBIDE-12135
URL: https://issues.jboss.org/browse/JBIDE-12135
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam 2
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.4.0.M1
1. Create a Seam project.
2. Change name spaces in components.xml in order to break this file for Seam Tools.
3. Open any xhtml with EL. Ctrl + Click on this EL.
{code}
java.lang.NullPointerException
at org.jboss.tools.seam.xml.components.model.helpers.OpenRuleHelper.findRule(OpenRuleHelper.java:59)
at org.jboss.tools.seam.xml.components.model.helpers.OpenRuleHelper.run(OpenRuleHelper.java:40)
at org.jboss.tools.seam.xml.components.model.SeamPromptingProvider.getListInternal(SeamPromptingProvider.java:47)
at org.jboss.tools.seam.xml.components.model.SeamPromptingProvider.getList(SeamPromptingProvider.java:28)
at org.jboss.tools.jst.web.project.list.WebPromptingProvider.getList(WebPromptingProvider.java:61)
at org.jboss.tools.jsf.text.ext.hyperlink.NavigationCaseHyperlink.doHyperlink(NavigationCaseHyperlink.java:56)
at org.jboss.tools.common.text.ext.hyperlink.xpl.AbstractBaseHyperlink.open(AbstractBaseHyperlink.java:287)
at org.eclipse.jface.text.hyperlink.HyperlinkManager.mouseUp(HyperlinkManager.java:429)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:219)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
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:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] (JBIDE-11248) Invalid web.xml warning for welcome-file and error-page
by Cody Lerum (JIRA)
Cody Lerum created JBIDE-11248:
----------------------------------
Summary: Invalid web.xml warning for welcome-file and error-page
Key: JBIDE-11248
URL: https://issues.jboss.org/browse/JBIDE-11248
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.3.0.M5
Environment: Nightly Build as of 3/8/2012
Reporter: Cody Lerum
web.xml shows warning "file name references to login.jsp that does not exist in web content"
for
{code}
<welcome-file-list>
<welcome-file>login.jsf</welcome-file>
</welcome-file-list>
{code}
and "location references to /error/403.jsp that does not exist in web content"
for
{code}
<error-page>
<error-code>403</error-code>
<location>/error/403.jsf</location>
</error-page>
{code}
This just changed in a recent nightly and the actual pages are .xhtml not jsp
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] (JBDS-2198) Projects created via JBoss Central page are not added to working sets
by Tomas Repel (JIRA)
Tomas Repel created JBDS-2198:
---------------------------------
Summary: Projects created via JBoss Central page are not added to working sets
Key: JBDS-2198
URL: https://issues.jboss.org/browse/JBDS-2198
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 5.0.0.Beta3
Environment: RHEL 6, lenovo with CORE i7 vPro
Reporter: Tomas Repel
I had set the Working Sets to be the top level elements in Project Explorer. I have three working sets created, two of them are empty, one contains few projects. When I used a wizard to create a project using JBoss Central page (I tried the HTML5 Project and Spring MVC Project from Create Projects section) and clicked on the checkbox 'Add project(s) to working set' where I selected that non-empty working set, the newly created project was not added to that working set.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months