Hi, Ignore my previous question, looks like i'm not take from the correct branch at directory-fortress-realm. Once i checkout from the correct branch at directory-fortress-realm. the compile run smoothly. Sorry for the mistake.
Regards, Yudhi Karunia Surtan -------------------------------------- On Fri, Feb 26, 2016 at 8:58 PM, Yudhi Karunia Surtan < [email protected]> wrote: > 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 > -------------------------------------- >
