[Registry-dev] [jira] Closed: (REGISTRY-98) Registry API: "null" retuned for resource getLastUpdaterUserName

Krishantha Samaraweera (JIRA) jira at wso2.org
Tue Jan 22 03:06:59 PST 2008


     [ http://wso2.org/jira/browse/REGISTRY-98?page=all ]

Krishantha Samaraweera closed REGISTRY-98.
------------------------------------------


verification done

> 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

        



More information about the Registry-dev mailing list