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 98182 - Exception
Summary: Exception
Status: VERIFIED DUPLICATE of bug 97615
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-19 10:59 UTC by Martin Grebac
Modified: 2007-04-03 15:56 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 Martin Grebac 2007-03-19 10:59:43 UTC
While invoking WSAttr editor on client in J2SE project, I'm getting:

java.lang.NullPointerException
org.netbeans.modules.identity.profile.ui.support.J2eeProjectHelper.getJavaSource(J2eeProjectHelper.java:1088)
org.netbeans.modules.identity.profile.ui.support.J2eeProjectHelper.getFileObject(J2eeProjectHelper.java:1074)
org.netbeans.modules.identity.profile.ui.support.J2eeProjectHelper.getProject(J2eeProjectHelper.java:1066)
org.netbeans.modules.identity.profile.ui.support.J2eeProjectHelper.getProvider(J2eeProjectHelper.java:1057)
org.netbeans.modules.identity.profile.ui.support.J2eeProjectHelper.isAppServerSun(J2eeProjectHelper.java:650)
org.netbeans.modules.identity.profile.ui.editor.SecurityWSEditor.createWSEditorComponent(SecurityWSEditor.java:59)
org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesTopComponent.addTabs(EditWSAttributesTopComponent.java:48)
org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesCookieImpl$1.run(EditWSAttributesCookieImpl.java:83)

which blocks opening of WS editor at all. 

IMHO all exceptions from WSEditor panels should be handled and logged, not being
thrown, as this behaviour blocks other parties in the dialog.
Comment 1 Andrey Yamkovoy 2007-03-19 14:17:16 UTC
It's a duplicate of 97615.

*** This issue has been marked as a duplicate of 97615 ***
Comment 2 Martin Grebac 2007-04-03 15:56:28 UTC
v