RE: [rules-users] Keep getting error trying to access value in hash map.

2009-04-11 Thread Alessandro Terrinoni
Date: Fri, 10 Apr 2009 17:02:14 -0700 From: sdoyl...@yahoo.com To: rules-users@lists.jboss.org Subject: [rules-users] Keep getting error trying to access value in hash map. I'm trying to extract the value from a hashmap after first extracting a key and I keep getting the same error

RE: [rules-users] Keep getting error trying to access value in hash map.

2009-04-11 Thread samd
] Keep getting error trying to access value in hash map. I'm trying to extract the value from a hashmap after first extracting a key and I keep getting the same error. Here is the rule information: target: Target(); perm: PermissionCheck(target == target, action == edit, granted

Re: [rules-users] Keep getting error trying to access value in hash map.

2009-04-11 Thread Mark Proctor
use the square notation on a set. Mark Alessandro Terrinoni wrote: Date: Fri, 10 Apr 2009 17:02:14 -0700 From: sdoyl...@yahoo.com To: rules-users@lists.jboss.org Subject: [rules-users] Keep getting error trying to access value in hash map. I'm trying to extract the value from

[rules-users] Keep getting error trying to access value in hash map.

2009-04-10 Thread samd
I'm trying to extract the value from a hashmap after first extracting a key and I keep getting the same error. Here is the rule information: target: Target(); perm: PermissionCheck(target == target, action == edit, granted == false); primaryKey : TargetId(targetNum == 1) from