Inject « JPA « JSF Q&A





1. Problem injecting PersistenceUnit in WebSphere 7.0.0.9    stackoverflow.com

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 ...

2. JPA - Inject or instantiate custom attributes/object for JSF write access?    stackoverflow.com

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 ...