[JBoss JIRA] Created: (JBIDE-3907) warning when adding a poortlet project
by Prabhat Jha (JIRA)
warning when adding a poortlet project
--------------------------------------
Key: JBIDE-3907
URL: https://jira.jboss.org/jira/browse/JBIDE-3907
Project: Tools (JBoss Tools)
Issue Type: Task
Components: Portal
Reporter: Prabhat Jha
Priority: Minor
Using builds from http://reports.qa.atl.jboss.com/binaries/RHDS/nightly/2.0.0.GA/200903020901/ (Not sure which JBoss Tool version it corresponds to)
When I add a new Java Portlet to Dynamic Web Project, the portlet class gets created but I see following warnings which seem to be harmless but would be better to have clean imports.
Description Resource Path Location Type
Classpath entry org.jboss.tools.portlet.core.internal.portletlibrarycontainer.runtime will not be exported or published. Runtime ClassNotFoundExceptions may result. firstJBDSPortlet P/firstJBDSPortlet Classpath Dependency Validator Message
The import org.eclipse.jst.j2ee.internal.web.operations is never used PortletTemplate.java .JETEmitters/src/org/jboss/tools/portlet/ui line 5 Java Problem
The import org.jboss.tools.portlet.ui is never used PortletTemplate.java .JETEmitters/src/org/jboss/tools/portlet/ui line 7 Java Problem
--
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
17 years, 1 month
[JBoss JIRA] Created: (JBIDE-3812) Exception in JBoss Server View
by Denis Golovin (JIRA)
Exception in JBoss Server View
------------------------------
Key: JBIDE-3812
URL: https://jira.jboss.org/jira/browse/JBIDE-3812
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.0.0.GA
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 3.0.0.GA
Sometimes during startup I get exception in error log
java.lang.ClassCastException: org.jboss.ide.eclipse.as.core.extensions.descriptors.XPathQuery cannot be cast to org.jboss.ide.eclipse.as.core.extensions.descriptors.XPathCategory
at org.jboss.ide.eclipse.as.ui.views.server.extensions.XPathActionProvider$3.run(XPathActionProvider.java:101)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
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:386)
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:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
--
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
17 years, 1 month
[JBoss JIRA] Created: (JBDS-619) Product branding is in the wrong place, so gets overwritten when SDK feature is updated
by Nick Boldt (JIRA)
Product branding is in the wrong place, so gets overwritten when SDK feature is updated
---------------------------------------------------------------------------------------
Key: JBDS-619
URL: https://jira.jboss.org/jira/browse/JBDS-619
Project: Developer Studio
Issue Type: Bug
Components: ui/branding
Affects Versions: 2.0.0.cr2
Reporter: Nick Boldt
Fix For: 2.0.0.GA
>From https://bugs.eclipse.org/bugs/show_bug.cgi?id=263417:
------- Comment #1 From John Arthorne 2009-02-03 11:06:43 -0400 [reply] -------
I think this is user error. I think you are upgrading the branded Eclipse SDK
product (org.eclipse.sdk.ide), rather than the feature (org.eclipse.sdk):
<unit id='org.eclipse.sdk.ide' version='3.4.2.M20090127-1710'>
Rather than the unbranded SDK feature:
<unit id='org.eclipse.sdk' version='3.4.2.v200901211700'>
Products are branded, features aren't. If you install the branded SDK product,
I think it is expected that you get the SDK branding elements. You should
probably be upgrading the feature instead.
------- Comment #2 From Pascal Rapicault 2009-02-04 10:42:41 -0400 [reply] -------
As mentioned by John, the issue lies in how you are creating your metadata for
your product. You need to create your own product and includes the sdk feature
(not the sdk product).
--
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
17 years, 1 month