
Tag archives for object
Hello,
After my previous post http://www.javablog.fr/documentum-bof-sbo-service-based-business-object-tbo-type-based-business-object-aspects.html, just a mini post related an error java.lang.NoSuchMethodException which occurs when the use of a SBO's method whereas it exists. Basically in JAVA, the problem seems concern the type of POJO's argument used between the SBO and the SBO's client (like DCTM JOB...), the package or attributes could be different.
This error doesn't concern the presence ...more»
Hello,
It possible to use Documentum in order to supply and store the available values of an attribute for the filling of user via 2 solutions: Value Assistance/Mapping and Custom Object.
Here, the hierarchical diagram of Documentum objects : persistent object, dm_user, dm_acl, dm_sysobject, dm_document, ..etc.
Solution 1 : Value Assistance/Mapping
This solution consists to use the values mapping on the attributes of ...more»
Hello,
I would like to expose you the DCTM BOF Business Object Framework (BOF) which is the object oriented framework provided by Documentum to build, deploy, test and execute reusable business logic component known as Business Objects.
Types of BOF Modules:
TBO – Type Based Business Object
SBO – Service Based Business Object
Aspects
Simple Module
https://www.emc.com/collateral/software/white-papers/h8832-documentum-business-object-framework-wp.pdf:
BOF offers the following capabilities:
Customization ...more»
Hello,
To continue with Hibernate/ORM posts, I would submit a common problem faced with the use of lazy loading in ORM: the objects returned by the ORM layer contain lazy loading references (its type has a suffix as '_$$_javassist_11'), and so the need of have an ORM session to access these objects.
Origin of lazy exceptions
Indeed, some object attributes are loaded as ...more»
