users@glassfish.java.net

NetBeans 6.5 Visual Web database applications won't run properly on v3

From: John Baker <John.Baker_at_Sun.COM>
Date: Wed, 05 Nov 2008 17:30:48 -0800

NetBeans 6.5 Visual Web database applications won't run properly on v3

Even though the class is bundled in the application, I'm getting a
ClassNotFound error

SEVERE: CoyoteRequest PWC4003: Exception thrown by attributes event
listener
java.lang.NoClassDefFoundError: com/sun/sql/rowset/CachedRowSetX
       at
com.sun.data.provider.impl.CachedRowSetDataProvider.setCachedRowSet(CachedRowSetDataProvider.java:172)

       at
com.sun.data.provider.impl.CachedRowSetDataProvider.close(CachedRowSetDataProvider.java:209)

       at twopagecrudtable.Page1.destroy(Page1.java:241)

Any ideas ?

Attached is a sample project.

John