some days ago I was working with @Local EJB and use it from same ear without problems.
Creating a @Remote EJB interface and invoking myFacade Methods entity is created in "find"[1] method, but in return value all its attributes has null values. My Entity class is serializable, what can I do to solve this issue?