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 156329

Summary: RuntimeException: java.sql.SQLException: JdbcRowSetXImpl (connect): (JNDI) Unable to connect: Access denied for user 'root'@'localhost' (using password: YES)
Product: obsolete Reporter: thilina01 <thilina01>
Component: visualwebAssignee: John Baker <jbaker>
Status: NEW ---    
Severity: blocker CC: abeuschel, flucia, hunterbmt, mosesbosire, thilina01
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=144251
Issue Type: DEFECT Exception Reporter: 144251
Attachments: stacktrace

Description thilina01 2009-01-06 09:02:29 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
GUEST: when I drag and drop a sql travel/trip tabel and drop on table componnent of woodstock basic
my sql is connected properly
my windows is Vista home edition
and my computer is cor2 due laptop

GUEST: when I drop a mysql travel/trip table and drop on a woodstock basic table component

windows vista home edition
my msql is connected properly and I can view tabe.

GUEST: drag and drop my created table on a woodstock table componnent

GUEST: 1) Created a new Web Application with Visual JSF
2) Drop a Woodstock Table onto the Page
3) In the services tab, open the MSSQL database, select a table, and drop a table on the Title Bar of the Woodstock table.



Stacktrace: 
java.lang.RuntimeException: java.sql.SQLException: JdbcRowSetXImpl (connect): (JNDI) Unable to connect: Access denied for user 'root'@'localhost' (using password: YES)
        at com.sun.data.provider.impl.CachedRowSetDataProvider.getMetaData(CachedRowSetDataProvider.java:1485)
        at com.sun.data.provider.impl.CachedRowSetDataProvider.getFieldKeys(CachedRowSetDataProvider.java:563)
        at com.sun.webui.jsf.component.TableDesignInfo.linkBeans(TableDesignInfo.java:176)
        at org.netbeans.modules.visualweb.insync.models.FacesModel.linkBeans(FacesModel.java:1220)
        at org.netbeans.modules.visualweb.designer.jsf.JsfForm.linkDesignBeans(JsfForm.java:2951)
        at org.netbeans.modules.visualweb.designer.jsf.FacesDndSupport.processLinks(FacesDndSupport.java:1090)
Comment 1 thilina01 2009-01-06 09:02:40 UTC
Created attachment 75473 [details]
stacktrace
Comment 2 Jaromir Uhrik 2009-01-06 13:54:52 UTC
Passing to visualweb component - please evaluate. Thanks.