"bwang00" wrote : For setter method, you can't ovelroad it like: | | void setName(String name); | void setName(Object obj); | | This will be fixed in the upcoming 1.2 release in November. In addition, the collection classes api will be enhanced as well. | | -Ben
Sorry, but had to let you know.. I have two classes. None of them overloads any method. One implements interface. Every getter/settter exists for every private field (except static ones). Still have: "IAE: get/set types differ" when putting object to cache.. :( JBossCache 1.1 :( I have sth like this: Root: | List _children; | addChild(Child); | findChild(String name); | | ChildImpl implements Child | .... | | Child | getName() | ... | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854804#3854804 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854804 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
