Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Null fields from Remote EJB

Try some logging: Dump the object you about to return to the log in the @Remote, just before returning it.

-Michael

On Tue, Sep 15, 2009 at 4:20 PM, John Arevalo <johnarevalo@xxxxxxxxx> wrote:


Hi Michael,

My Entity class has @ManyToOne(fetch = FetchType.LAZY) Fields, also has simple @Column String fields, all attributes in entity after return are null, just before return object has correct values.


--
John Arévalo
GNU/Linux User #443701
http://counter.li.org/

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users



Back to the top