This content has been marked as final.
Show 2 replies
-
1. Re: EJB POJO has returned null values when returned to the c
Alexander Hartner Apr 11, 2006 8:14 PM (in response to Vijay G)Could you please post the entity. Also please make sure that there is data in the database.
-
2. Re: EJB POJO has returned null values when returned to the c
Vijay G Apr 12, 2006 11:24 AM (in response to Vijay G)I figured out the problem. My Entity was extending an abstract class using @MappedSuperClass. The entity class implements Serializable but the parent class didn't. Once i implemented serializable everything worked fine.