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 153172

Summary: [65cat] javax.naming.NamingException: Data source name was not found: null
Product: obsolete Reporter: sunbiz <sunbiz>
Component: visualwebAssignee: John Baker <jbaker>
Status: NEW ---    
Severity: blocker CC: robocop83, romanmostyka
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=133810
Issue Type: DEFECT Exception Reporter: 133810
Attachments: stacktrace
stacktrace

Description sunbiz 2008-11-13 18:33:29 UTC
Build: NetBeans IDE 6.5 RC2 (Build 200810270001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows Vista, 6.0, x86

User Comments:
sunbiz: Edit SQL Statement after right-clicking on cachedRowSet

sunbiz: Edit SQL Statement after right-clicking on cachedRowSet



Stacktrace: 
javax.naming.NamingException: Data source name was not found: null
        at org.netbeans.modules.visualweb.dataconnectivity.customizers.SqlCommandCustomizer.getCustomizerPanel(SqlCommandCustomizer.java:181)
        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$.run(NodeAction.java:581)
        at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
        at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:577)
Comment 1 sunbiz 2008-11-13 18:33:34 UTC
Created attachment 73747 [details]
stacktrace
Comment 2 John Baker 2008-11-13 18:38:02 UTC
Did you remove any connections or rowsets or
rename anything ?
Comment 3 sunbiz 2008-11-13 18:46:02 UTC
Yes, removed one connected rowSet... Better handling by the Visual JSF is required
Comment 4 robocop83 2009-06-05 11:13:44 UTC
This issue was originally marked as duplicate of issue 146675, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE 6.7 RC1 (Build 200905312038)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments: 
Created manually a cachedRowSetXImpl and using it in a jsf page

Stacktrace: 
javax.naming.NamingException: Data source name was not found: null
        at org.netbeans.modules.visualweb.dataconnectivity.customizers.SqlCommandCustomizer.getCustomizerPanel(SqlCommandCustomizer.java:181)
        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:589)
        at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
        at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:585)
Comment 5 robocop83 2009-06-05 11:13:55 UTC
Created attachment 83232 [details]
stacktrace