On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.
Discussions
Registry error while accessing custom DFS
Hi, I created a custom webservice and hosted it on my local windows system (jboss server that comes with installation of dfs) and I was able to access it using AXIS1 wsdl proxies. I deployed the same ear on jboss server which is defaultly available with content server installation on SOLARIS machine, the webservice got…
How to setup reference relationship for dataobject ( wsdl - axis1.4)
HI, Iam trying to import a object into a folder, below is the code snippet in which Iam trying to setup reference relationship. ########## try { ObjectPath objectPath = new ObjectPath(); objectPath.setPath(o.getFolder()); System.out.println("Object Path :: "+objectPath.getPath()); ObjectIdentity folderIdentity = new…
how to setup queryservice using wsdls generated from axis1.4 on jdk 1.4 env
Hi, I trying to use DFS on jdk 1.4, so Iam using WSDLs generated from axis1.4. Iam able to setup security element and use the objectservices but not the query service. below is the code snippet:: public void GetElementQuery(String repositoryName) { try{ String queryString = "select * from dm_document where object_name like…
DFS - Unable to create an instance of com.emc.documentum.fs.datamodel.core.Relationship
Hi, Iam trying to use the dfs object services, query services for my custom application using axis 1.4 on jdk 1.4. Iam facing issues while setting up the folder relationships and using query services, can you please tell me where Iam going wrong below is the code snippet:: I have also attached the code iam using in this…
Can we write DFS custom code (using productivity layer) using java1.4
Hi, I have created a custom code which consumes the existing objectservice utilities provided in DFS 6.5 sp2 and jdk 1.5, this works fine. Since there are some environment issues, and this custom code needs to be used by application which is on jdk 1.4, I want to know if I will be able to write a DFS code (using…
java.lang.reflect.InvocationTargetException while invoking webservice
Hi, I have deployed a SBO as a webservice, but on trying to invoke this from the client side , its returining java.lang.reflect.InvocationTargetException and the error message is as shown below: AxisFault faultCode: Server.userException faultSubcode: faultString: java.lang.reflect.InvocationTargetException faultActor:…