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 - RuntimeException: java.sql.SQLException: JdbcRowSetXImpl (connect): (JNDI) Unable to connect: Access denied for user 'root'@'localhost' (using password: YES)
Summary: RuntimeException: java.sql.SQLException: JdbcRowSetXImpl (connect): (JNDI) Un...
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: John Baker
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-06 09:02 UTC by thilina01
Modified: 2011-07-25 16:47 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 144251


Attachments
stacktrace (7.58 KB, text/plain)
2009-01-06 09:02 UTC, thilina01
Details

Note You need to log in before you can comment on or make changes to this bug.
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.