facebook

Add Standard… button does not open window from MyE-Xdoclet

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #229923 Reply

    rbeiring1
    Member

    What operating system and version are you running? windows XP

    What Eclipse version and build id are you using? Version: 3.1.0
    Build id: I20050513-1415

    – Was Eclipse freshly installed for MyEclipse? yes
    – Are any other external plugins installed? No
    – How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.* ? 4

    What MyEclipse version are you using? 3.8.4
    What JDK version are you using to run Eclipse? 1.4.2_06
    What JDK version are you using to launch your application server? 1.4.2_04

    What steps did you take that resulted in the issue?
    Click the “Add Standard…” button from the MyEclipse-Xdoclet configuration tab from project properties.

    What application server are you using? weblogic 8.1
    Are there any exceptions in the Eclipse log file? Yes

    !ENTRY org.eclipse.ui 4 0 2005-05-19 16:28:27.913
    !MESSAGE java.lang.ClassCastException
    !STACK 0
    java.lang.ClassCastException
    at org.eclipse.swt.layout.FillLayout.computeChildSize(FillLayout.java:141)
    at org.eclipse.swt.layout.FillLayout.computeSize(FillLayout.java:119)
    at org.eclipse.swt.widgets.Composite.computeSize(Composite.java:213)
    at org.eclipse.swt.layout.GridData.computeSize(GridData.java:463)
    at org.eclipse.swt.layout.GridLayout.layout(GridLayout.java:207)
    at org.eclipse.swt.layout.GridLayout.computeSize(GridLayout.java:155)
    at org.eclipse.swt.widgets.Composite.computeSize(Composite.java:213)
    at org.eclipse.swt.layout.GridData.computeSize(GridData.java:463)
    at org.eclipse.swt.layout.GridLayout.layout(GridLayout.java:207)
    at org.eclipse.swt.layout.GridLayout.computeSize(GridLayout.java:155)
    at org.eclipse.swt.widgets.Composite.computeSize(Composite.java:213)
    at org.eclipse.jface.window.Window.getInitialSize(Window.java:581)
    at org.eclipse.jface.window.Window.initializeBounds(Window.java:750)
    at org.eclipse.jface.dialogs.Dialog.initializeBounds(Dialog.java:643)
    at org.eclipse.jface.window.Window.create(Window.java:422)
    at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:996)
    at org.eclipse.jface.window.Window.open(Window.java:776)
    at org.jboss.ide.eclipse.xdoclet.run.ui.ConfigurationListViewer.doAddStandard(ConfigurationListViewer.java:184)
    at org.jboss.ide.eclipse.xdoclet.run.ui.ConfigurationPropertyPage$4.widgetSelected(ConfigurationPropertyPage.java:443)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2921)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2554)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
    at org.eclipse.jface.window.Window.open(Window.java:787)
    at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:157)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2921)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2554)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1601)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1565)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:315)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:230)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:371)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:160)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:330)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:274)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)

    #229932

    Riyad Kalla
    Member

    What MyEclipse version are you using? 3.8.4

    What is the version shown on the Window > Preferences > MyEclipse page?

    #229936

    rbeiring1
    Member

    Version: 3.8.4+QF2-BetaFor3.1M7
    Build Id: 200505151200-3.8.4+QF2-BetaFor3.1M7

    #230019

    jwn
    Participant

    I just want to chime in and say that I am having the same problem on a freshly installed Eclipse M7 (I20050513-1415, no other plug-ins), with the same build number of MyEclipse (200505151200-3.8.4+QF2-BetaFor3.1M7), but for the OS X 10.3.8.

    #230020

    Riyad Kalla
    Member

    Guys I am able to confirm this and filed it as a bug, sorry for the trouble.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Add Standard… button does not open window from MyE-Xdoclet

You must be logged in to post in the forum log in