[jboss-user] [JBossCache] - Re: findAll(null) working?

2007-08-14 Thread BruceSpringfield
Hi Ben,

My JUnit test only has tests for attaching, detaching, and removing.

I didn't have any tests for findAll() or findAll(null).  With Jason Greene's 
previous post, the usage of findAll() is clear and I see that I was trying to 
attach multiple objects to a single id and then using findAll() and not getting 
the results I expected.  So now findAll() and findAll(null) are working as 
expected.  

Except now, I cannot for some reason access the objects in the Map that is 
returned by findAll() with regular String keys?  I have to get the keySet of 
the Map, then use the actual keys from the keySet to access the objects in the 
map.  Seems to be some type of formatting or type issue.




View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4073856#4073856

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073856
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: findAll(null) working?

2007-08-12 Thread [EMAIL PROTECTED]
Maybe posting your unit test would help here.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4073429#4073429

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073429
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user