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 163802 - NullPointerException at org.netbeans.modules.db.sql.visualeditor.querybuilder.QueryBuilder.open
Summary: NullPointerException at org.netbeans.modules.db.sql.visualeditor.querybuilder...
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: John Baker
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-27 18:09 UTC by pecas
Modified: 2009-05-11 12:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 83666


Attachments
stacktrace (2.98 KB, text/plain)
2009-04-27 18:09 UTC, pecas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pecas 2009-04-27 18:09:52 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Error while trying to edit query.

GUEST: I'm working with a session bean and from a JSF. When I try and "Edit SQL Statement" the error occurs.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.db.sql.visualeditor.querybuilder.QueryBuilder.open(QueryBuilder.java:193)
        at org.netbeans.modules.db.sql.visualeditor.api.VisualSQLEditor.open(VisualSQLEditor.java:92)
        at org.netbeans.modules.visualweb.dataconnectivity.customizers.SqlCommandCustomizer.getCustomizerPanel(SqlCommandCustomizer.java:187)
        at org.netbeans.modules.visualweb.insync.live.DesignBeanNode.invokeCustomizer(DesignBeanNode.java:1229)
        at org.netbeans.modules.visualweb.insync.live.CustomizeAction.performAction(CustomizeAction.java:107)
        at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:581)
Comment 1 pecas 2009-04-27 18:09:57 UTC
Created attachment 81000 [details]
stacktrace