[Building Sakai] Updating SQL database directly
Nguni Phakela
nguni52 at gmail.com
Thu Jan 31 00:40:36 PST 2013
Hi Mark,
Using your advice I was able to make updates to all the other fields except
the EID didn't update.
Would you have any idea why this is the case?
securityService.pushAdvisor(secAdvice);
userEdit = userDirectoryService.editUser(userId);
userEdit.setEid(eid);
userEdit.setFirstName(student.getGivenname());
userEdit.setLastName(student.getSurname());
userEdit.setEmail(student.getEmail());
userDirectoryService.commitEdit(userEdit);
Cheers,
Nguni
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20130131/d0ea4ceb/attachment.html
More information about the sakai-dev
mailing list