0 Replies Latest reply on Feb 15, 2007 4:19 AM by jc7442

    Pesistent entity and Iterable

    jc7442

      I write an entity bean:

      public class AuditSnapshotPE implements Iterable<Map.Entry<String, String>>
      ...


      All the methods of Iterable are @Transient. When I deploy my EJB in JBoss embedded, I have the following warning.
      -Original type of property public abstract java.util.Iterator java.lang.Iterable.iterator() is unbound and has been approximated.


      That is just a warning, everything works fine. What can I change in my source code to remove this warning at deployment ? It pollutes a lot the logs.