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 102360

Summary: Unable to deploy mysql table
Product: obsolete Reporter: Alexey Butenko <alexeybutenko>
Component: visualwebAssignee: _ jimdavidson <jimdavidson>
Status: VERIFIED WORKSFORME    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: driver
server log

Description Alexey Butenko 2007-04-24 16:13:17 UTC
Build 070424

Steps:
 - Create VW project 
 - add mysql connection with attached driver
 - add Table component to designer pane
 - DnD table from mysql DB to Table component on designer (check that it was binded)
 - Run Project
Table not visible in the browser and exception appeared in server.log (see attach)
Comment 1 Alexey Butenko 2007-04-24 16:14:40 UTC
Created attachment 41556 [details]
driver
Comment 2 Alexey Butenko 2007-04-24 16:15:31 UTC
Created attachment 41557 [details]
server log
Comment 3 _ jimdavidson 2007-04-24 23:11:21 UTC
I tested this, and everything worked fine.

Note that the driver version that is listed on the internal site
(mysql-connector-java-5.0.3)
is no longer available at mysql.com, so I downloaded the latest version
(mysql-connector-java-5.0.5)
I doubt that the driver version had anything to do with the problem, though.

I'm also using Sun Java System Application Server 9.1 Beta2 b41c, which is the
one that is bundled with our installer builds.

The error message that you are getting indicates that the App Server can't find
the driver.  Did you copy the driver file over to the /lib directory before
starting the App Server?

Please try again with current drivers and application server, and report back if
you are able to reproduce the problem.
Comment 4 _ alexpetrov 2007-06-26 19:45:51 UTC
Product Version: NetBeans IDE 6.0M10 (build 200706260050) 
Java: 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06 System: 
Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

Verified. Not reproduced on NB VWP 6.0M10.