Tried using my new theory but same deal.
[javac] symbol : variable CM_DIVISION
[javac] location: class org.alfresco.web.site.SlingshotUserFactory
[javac] writer.writeValue(CM_DIVISION, user.getDivision());
[javac] ^
[javac] C:\Users\yarbrsr\workspace\Alfresco3.2r2\projects\slingshot\source\java\org\alfresco\web\site\SlingshotUserFactory.java:117: cannot find symbol
[javac] symbol : method getDivision()
[javac] location: class org.springframework.extensions.surf.site.AlfrescoUser
[javac] writer.writeValue(CM_DIVISION, user.getDivision());
There is a reference to
writer.writeValue(CM_INSTANTMSG, user.getInstantMsg());
and anywhere that InstantMsg or instantmsg is referenced in the source code I have injected similar code for Division or division but it still complains it can't be found. What am I missing here?
Thanks.
JR