hi, i m new to documentum, and i have used the dfs servlet example to use Object service, and the create method and get method was successful.. but i m unable to retrieve documents stored in a repository.. i m getting IndexOutOfBoundsException when i tried to get contents from DataObject...i would be glad i somebody can help me...
when i m using this line in my code i m getting IndexOutOfBoundsException...
DataHandlerContent contentHandler = (DataHandlerContent)dataObject.getContents().get(0);
i m also attaching a file which has the complete servlet code i m using... please reply...