1 Reply Latest reply on Oct 11, 2012 6:24 AM by nickarls

    Jackson @JsonIgnore  being ignored in ejb3.1 beans deployed in jboss AS

      I have a spring REST controller (.war file) that accesses ejb3.1 entity beans ( jar) in a single ear file.

       

      I have used the @JsonIgnore annotation in my entity beans to try and ignore certain properties but when spring uses json to serialize the entity instance the ignored properties are present.

       

      Has anyone faced an issue of @JsonIgnore failing to ignore properties ?