[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: NullPointerException, Map and values().iterator()

2004-09-21 Thread bwang00
I don't have it except in the source code. But please bear with me. Once I have the Collection class API re-implemented in 1.x, I will document it. Thanks, -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849039#3849039 Reply to the post : http://www.jb

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: NullPointerException, Map and values().iterator()

2004-09-21 Thread umk
Thanks for the info. Where can I find a list of what API TreeCacheAop supports and what it doesn't? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848956#3848956 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848956

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: NullPointerException, Map and values().iterator()

2004-09-21 Thread bwang00
I am surprised that line doesn't cause NPE either. Keep in mind that TreeCacheAop only supports limited Collection classes API. And values() is not currently supported! I am working on to provide a more complete set of API to support though. It's planned to come out in post-1.1. So stay tuned.