6

I'm creating a new NetBeans EE Enterprise Application, and when I try to create Entity classes from database (Customer from the sample database), I can't select it because of this error :

enter image description here

Any idea? I'm using NetBeans 7.3 with Glassfish 3.1.2.

Rob
  • 15,732
  • 22
  • 69
  • 107

2 Answers2

19

I found the answer after spending the last few hours searching in Google. Delete the cache folder in the following

C:\Users\yourusername\AppData\Local\NetBeans\Cache

It solved the problem for me.

Lawrence Wong
  • 1,129
  • 4
  • 24
  • 40
0

In case of NetBeans for Linux the answer of @Lawrence Wong applies too; but the cache folder is located in ~/.cache/netbeans (at least in Fedora).

In my case, the problem was probably caused by assigning an Entity Class from a database in a test project that no longer exists.

Gumboots
  • 27
  • 4