Bundle Corrections.
We have identified an issue with the use of bundling and UI Maps, whereby the resulting Bundle was wrapping the UI Map in a set of CDATA tags, but only after it had already removed all formatting from the source records, resulting in corruption of the UI Map HTML fragments.
This has now been corrected by implementing Single Fix 8228025 on FW/CC&B 2.2.0.
If you are using the Bundling subsystem in your implementation, I strongly recommend that you implement this patch.
This has now been corrected by implementing Single Fix 8228025 on FW/CC&B 2.2.0.
If you are using the Bundling subsystem in your implementation, I strongly recommend that you implement this patch.
Comments
@BusinessComponent definitions are normally included in Java Algorithm Executers, and not something that I tend to focus on to closely. In the past, when these have been required it has been due to the development of whole new Algorithm types and system plug-in points.
These could theoretically be utilised to call an external application, but only if you were extending the entire framework.
Depending on the type of integration with the external party, you may not need to do so (ie, we integrate with Online Bill viewer software, Prepaid Metering subsysytems and Address Validation software with no addition @BusinessComponent type java extensions.
Ure exactly at the point, i have to write a Business Component which should be able to validate the cc&b address to a third party system called Melissa (am not familiar with this third party application..do u happen to be?) and get back the validation result from it. I have to do that in the next couple of days..just proactively started luking out for some helpful info..since a lot of new terminologies were involved!!! :)
Any inputs out of ur experience on this would be of great help!!
I have been involved with implementations that have done both.
Sadly, I will not be able to give you any more detail without looking into this product in a lot more detail, but I dont believe that you will need to develop a whole new Business Component.