• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Netbeans binding using a MySQL driver

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, i'm making a personal proyect using the NetBeans IDE and i decided to implement databases using the pre-installed MySQL driver.

The thing is made a database binding to the elements method of a jList. The first couple of times worked but after that it kepp telling me :

java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.jdesktop.swingbinding.JListBinding$BindingListModel

it doesn't even show the window when i try to open it. And when i delete all the databases bindings to the proyect and to the jList it works well. The problem is i wanna work with databases

Thanks for your help
 
Let nothing stop you! Not even this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic