Purpose of code changes on this branch:
1. To resolve the InvocationTargetException while extracting/loading users info
to/from a template
2. To support uploading of ISVP to the Cordys server file system before
installing it
When reviewing my code changes, please focus on:
1. CordysSystem.java - createAuthenticatedUser(String name)
- loadIsvp(String isvpFilePath)
2. MAchine.java - uploadIsvp(String isvpFilePath)
3. FileUtil.java - encodeFile(String filePath)
4. Template.java - processUser(Organization org, XmlNode node)
5. Organization.java - createUser(String name, AuthenticatedUser au)
6. LdapObjectBase.java - Added the following entry in the static block of the
class "ldapObjectTypes.put("busauthenticatedusers", AuthenticatedUser.class)"
7. LdapObject.java - newAuthenticatedUserEntryXml(String prefix, String
name, String ... types)
After the review, I'll merge this branch into:
/trunk
Regards,
Ganga
Original issue reported on code.google.com by ganga.al...@gmail.com on 23 Mar 2011 at 2:41
Original issue reported on code.google.com by
ganga.al...@gmail.com
on 23 Mar 2011 at 2:41