The problem I am up against is I have an existing Project which holds my entities and Persistence Unit. I am creating a JSF Project loosely based on the tutorial "
Generating a JavaServerFaces CRUD Application from a Database". The difference from the tutorial is tha I already have a project with the required entities and persistence unit. As I step through to create the "New JSF Pages from Entity Classes" I find what I believe is probably a bug. All my entities from my other project in the library are displayed, but the error message is displayed, "The project does not have a persistence unit. You need a persistence unit to persist entity classes." Now how can it show my entities from my existing persistence unit, but not 'find' my existing persistence unit?
I have searched this forum and found references to situations somewhat, but not quite exactly like this. The results were definitely different in that they all referred to NB5.5 and NB6.1. If I missed a thread that addresses this, please point me to that thread.