[JBoss JIRA] Created: (JBIDE-9095) "Externalize selected string" - press (or Ctrl+7) when focus is in Snippets view - get NPE
by Vitali Yemialyanchyk (JIRA)
"Externalize selected string" - press (or Ctrl+7) when focus is in Snippets view - get NPE
------------------------------------------------------------------------------------------
Key: JBIDE-9095
URL: https://issues.jboss.org/browse/JBIDE-9095
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.1.2
Reporter: Vitali Yemialyanchyk
Assignee: Yahor Radtsevich
Priority: Blocker
java.lang.NullPointerException
at org.jboss.tools.jst.jsp.i18n.ExternalizeStringsWizard.getContainerFullPath(ExternalizeStringsWizard.java:346)
at org.jboss.tools.jst.jsp.i18n.ExternalizeStringsWizard.addPages(ExternalizeStringsWizard.java:118)
at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:605)
at org.eclipse.jface.window.Window.create(Window.java:431)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
at org.eclipse.jface.window.Window.open(Window.java:790)
at org.jboss.tools.jst.jsp.i18n.handlers.I18nHandler.execute(I18nHandler.java:122)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:829)
at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:815)
at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:805)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4163)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3752)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
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)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] Created: (JBIDE-8009) h:link must not necessarily be nested in a form
by Yahor Radtsevich (JIRA)
h:link must not necessarily be nested in a form
-----------------------------------------------
Key: JBIDE-8009
URL: https://issues.jboss.org/browse/JBIDE-8009
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.2.0.Beta2
Reporter: Yahor Radtsevich
Assignee: Maxim Areshkau
Priority: Minor
Fix For: 3.3.x
In some cases VPE renders h:link as "${value}: This link is disabled as it is not nested within a JSF form" while in browsers is rendered without errors (see screenshot-1.png).
STEPS TO REPRODUCE
1. Import RichFaces 4.0 Showcase into workspace [1].
2. Open the file 'welcome.xhtml'.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] Created: (JBIDE-9363) JAX-RS support doesn't add correctly to all dynamic web projects
by Isaac Rooskov (JIRA)
JAX-RS support doesn't add correctly to all dynamic web projects
----------------------------------------------------------------
Key: JBIDE-9363
URL: https://issues.jboss.org/browse/JBIDE-9363
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.3.0.M2
Environment: Fedora 14, JBoss Enterprise Portal Platform 5.1 (with integrated application server), JBT 3.3.0.M2
Reporter: Isaac Rooskov
Assignee: Xavier Coulon
Fix For: 3.3.0.Final
Hey Xavier, firstly I appreciate the time you are spending taking a look into this for me.
The issue is that when I add JAX-RS support through either the context menu or Properties -> Project Facets the 'Simple_Portlet' project gets a RESTful Web Services component with children, however the 'test' project doesn't.
The 'Simple_Portlet' project is a Dynamic Web Project with Portlet facets added, whereas the 'test' project is just a straight Dynamic Web Project.
I have attached the two projects.
Thanks,
Isaac
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months