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