Registry API: "null" retuned for resource getLastUpdaterUserName
----------------------------------------------------------------

                 Key: REGISTRY-98
                 URL: http://wso2.org/jira/browse/REGISTRY-98
             Project: WSO2 Registry
          Issue Type: Bug
         Environment: Ubuntu 7.10, JDK 1.5.0_08, tomcat 6.0.14, Firefox/2.0.0.8
            Reporter: Krishantha Samaraweera
         Assigned To: Deepal Jayasinghe


Resource getLastUpdaterUserName() returned null.

        test script
        ========

        Resource r1=new Resource();

        String path="/c1/r2";
        try{
            r1= registry.get(path);
            System.out.println(new String((byte[])r1.getContent()));
            
System.out.phttp://localhost:8081/wso2registry/rintln(r1.getAuthorUserName());
            System.out.println(r1.getCreatedTime());
            System.out.println(r1.getLastModified());
            System.out.println(r1.getLastUpdaterUserName());

        }catch(RegistryException e) {
            fail("Couldn't get content details from path c1/r2");
        }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev

Reply via email to