I've been developing a JSF 2 application using OpenFaces, JPA 2.0 w/ EclipseLink, all this using Netbeans 6.8 and bundled Glassfish v3.
Injection in this environment works just fine, but when deploying ...
I am using OpenJPA and was wondering how to reference another custom entity. Let's assume there is a Person and an Address. Both are my modeled entities.
How would Person correctly refer ...