Posted: Mon Nov 19, 2007 1:54 am Post subject: hierarchical business objects
Newbie
Joined: 19 Nov 2007 Posts: 2
Hi WBI Guru I have some problem in retrieve hierarchical business objects
I use JDBC Adater and define two BO
BASE with columns [CODE,NAME] CODE is primarykey
CHILD with columns [CODE,BCODE,NAME] CODE is primarykey and BCODE foreign key
BASE object contains CHILD as a child with appropriate map to general GBASE BO
and application specific information in CHILD BCODE 'CN=BCODE;FR=BASE.CODE'
Now I send event to event_table and expect to receive BASE object with array
of CHILD BO,after printing BASE BO from colloboration CHILD array is null.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum