Posted: Mon Oct 09, 2006 12:52 am Post subject: To call approriate getBO() from the Custom Data Handler
Newbie
Joined: 09 Oct 2006 Posts: 1
Hi,
I have written a custom data handler which is called when my jText adapter is trying to convert a text file to its corresponding BO. However i found that it is call getBO function with signature - public BusinessObjectInterface getBO(Reader serializedData, Object config). The adapter should call getBO function with signature - public void getBO(Reader serializedData, BusinessObjectInterface theObj, Object config).
The previous getBO function calls getBOFromString(null) which causes an error - Unable to find version "*.*.*" of business object definition "Default".
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
What is your broker - ICS or WMB
I have seen this kind of error while running Adapters against ICS. If you deploy some BO's to the ICS and do not change the Connector configuration file or vice versa I used to get that error
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