EclipseLink Presistence Library missing on 6.7 release
I am in the process of migrating from Windows to Mac so lots of moving parts. Part of the process is copying over all the netbeans projects and resolving conflicts. One of the conflicts appears to not find the EclipseLink library. I only have Hibernate and Toplink listed as drop down options in the Create Persistence Unit.
To verify I created a new project and tried to create entity classes from database and EclipseLink is not an option. In 6.7 RC3 on Windows I have EclipseLink listed as an option.
The other interesting behavior in the OSX Netbeans 6.7 if that I select EclipseLink-Glassfish-V3 the jar files are red. The path is /Applications/NetBeans/glassfish-v3-prelude/glashfish... But the actual install directory from a standard install appears to be /Applications/NetBeans/sges-v3-prelude/glassfish and the reason it canât find the jars is that the install path has changed.
My assumption is that this is a bug.
I was able to resolve it by opening the eclipselink library in netbeans library manager and adding the jars from the correct location and removing the jars from the old location. Restarted netbeans and everything was back to normal.
Thanks
Scooter Willis