This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 103533 - IDE fails with objects properties
Summary: IDE fails with objects properties
Status: RESOLVED DUPLICATE of bug 96990
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Matthew Bohm
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-09 06:02 UTC by lvlopezg
Modified: 2007-06-18 23:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lvlopezg 2007-05-09 06:02:16 UTC
The IDE fails, because the objects in the Visual Web Applications, I can't use
the right click to see the properties. And the IDE launch the next error message:

ava.lang.NoClassDefFoundError
	at
com.sun.webui.jsf.design.AbstractDesignInfo.getContextItems(AbstractDesignInfo.java:353)
	at
com.sun.rave.insync.action.DesignBeanContextAction.getDisplayActions(DesignBeanContextAction.java:40)
	at
com.sun.rave.insync.action.AbstractDisplayActionAction.isEnabled(AbstractDisplayActionAction.java:83)
	at
com.sun.rave.spi.designtime.idebridge.action.AbstractDesignBeanAction$DelegateAction.resultChanged(AbstractDesignBeanAction.java:201)
	at
com.sun.rave.spi.designtime.idebridge.action.AbstractDesignBeanAction$DelegateAction.<init>(AbstractDesignBeanAction.java:148)
	at
com.sun.rave.spi.designtime.idebridge.action.AbstractDesignBeanAction.createContextAwareInstance(AbstractDesignBeanAction.java:71)
	at org.openide.util.Utilities.actionsToPopup(Utilities.java:2609)
	at com.sun.rave.designer.DesignerTopComp.showPopupMenu(DesignerTopComp.java:1402)
	at
com.sun.rave.designer.InteractionManager$MouseHandler.mousePressed(InteractionManager.java:1630)
	at java.awt.Component.processMouseEvent(Component.java:5485)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
	at java.awt.Component.processEvent(Component.java:5253)
	at java.awt.Container.processEvent(Container.java:1966)
	at java.awt.Component.dispatchEventImpl(Component.java:3955)
	at java.awt.Container.dispatchEventImpl(Container.java:2024)
	at java.awt.Component.dispatchEvent(Component.java:3803)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3889)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
	at java.awt.Container.dispatchEventImpl(Container.java:2010)
	at java.awt.Window.dispatchEventImpl(Window.java:1778)
	at java.awt.Component.dispatchEvent(Component.java:3803)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
[catch] at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 Jiri Prox 2007-05-11 16:04:15 UTC
Probably duplicate of 96990, but I'm not sure
Comment 2 Jayashri Visvanathan 2007-05-30 18:55:01 UTC
Can you give the steps to reproduce the problem ?
Thanks
Comment 3 Jayashri Visvanathan 2007-06-18 23:06:56 UTC
I am closing this as a duplicate of 96990. If it is a different issue, please reopen

*** This issue has been marked as a duplicate of 96990 ***