-
repeating attributes update
Hi, I m trying to execute the below dql update tcs_tax_location_tax_map object append fya = (select reviewer_level_1 from tcs_tax_loc_tax_role_map where tax_id_fk=1 and location_id_fk=96) where location_id_fk =96 and tax_id_fk =1) Here fya is a repeating attribute and reviewer_level_1 is also a repeating attribute. This is…
-
How to implement a Documentum method with Java JDBC connector?
I have written a Documentum method using the Java JDBC connector to access an external database. I am using JDK 6.30 64-bit with the SQL JDBC 4.0 connector. The code works fine when I run it locally using Eclipse. I am attempting to move it to the content server to run it as a method, but I keep getting "No suitable…
-
Ant Task for SBO Jar file creation?
Has anyone figured out a way to create an ant task to dynamically create jar files for your BOF modules? This is an example of what I have: <jar destfile="${jars}/DocumentSBOImpl.jar"> <fileset dir="bin"…