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.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016910#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...