hi ,
i have a requirement that i need to customize persistentobjectlocator i.e i have to show some client details like name ,age,address etc..
so for that i have customized persistentobjectlocator.xml and jsp and i implemented my own class by extending PersistentObjectLocator and i overridden the the method like..
protected String getQueryStatement()
{
returns "select name,age,address from my_custom_type";
}
but in server it shows the error Like:
12:14:14,174 ERROR [http-8082-1] com.documentum.web.common.Trace - QueryDataHand
ler::getDataField() Unable to find column name: r_object_type
please help me in this.
thank you.