views:

38

answers:

0

hi everyone, i have a problem with generating entity classes in netbeans. i'm certainly doing something wrong since i am beginner with j2ee. i have my derby database with some tables in it and i want to make entity class from one of those tables. unfortunately i get an error which says "Index:0, Size:0" after clicking on finish in the wizzard netbeans provide. i have no idea what am i doing wrong, any help is welcomed.

edit

i found out it only doesn't work with hibernate set as persistence provider.

sorted out

wtf?!!! it works with hibernate as well under the retarded condition that you create the persistence unit explicitly from the wizzard... damn you netbeans!!

no seriously. should i have known that?