Skip to Content
0
Former Member
Jul 11, 2008 at 01:57 PM

Sharing Message Pool between DCs

20 Views

Hi,

I have multiple DCs in my project. Most of the user messages raised by these DCs are similar. So I want to create messages in one of the DC's message pool and use this message pool from other DCs.

I created messages in one of the DC, created public parts for the component and referenced them in another DC.. I am able to access the component but not able to access the message pool directly (using IMessagexxxxx). I can write methods in interface controller and access them from other DCs but I want to have one single method which can take message key as argument and return the message text. I am able to achieve this if I use resourcebundle (properties file) but I want to use message pool (.xlf file).

Is it possible to share message pool between DCs? If yes, could you please give some hints on how to achieve this?

Thanks

Ram