Hi, I'm trying to run maven clean install for directory-fortress-realm project at master branch. It's looks like there are some mistake made in J2eePolicyMgrImpl.java if we looked at line, 251
user.setRoleName( role ); it will give you a red sign since the method setRoleName can not be found at User.java in directory-fortress-code model. If i change it to user.setRole( role); then it will give a compile success. Is this a bug? Regards, Yudhi Karunia Surtan --------------------------------------
