hi!
my simple test program was able to connect the service and create contentless object based on the provided Java samples. But whenever I try to upload a file into the repository with content, I get the following exception.
Caused by: com.emc.documentum.fs.services.core.CoreServiceException: com.documen
tum.fc.common.DfException: File /dms/dctm/shared/jboss4.2.0/server/txt is missing or invalid format txt specified at com.emc.documentum.fs.services.impl.ActionsFacade.performExecution(Ac
tionsFacade.java:202) at com.emc.documentum.fs.services.impl.ActionsFacade.execute(ActionsFacade.java:143)
"txt" in the error message can be anything (gif, plain/text, etc) that I give.
My source code is attached.
Can you help me what am I doing wrong?