cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Message Manager

Former Member
0 Kudos

Hi ,

I have a query regarding Message Editor. I have added a Message in Message Pool using MessageEditor. I have build my sources but still I am not able to see the Message in Message class (IMessage<>.java) where I see the other messages in this syntax :

/**

  • Message <code>"Simple Search"</code> using

  • key "SearchSimple".

*/

public static final IWDMessage SEARCH_SIMPLE = new WDMessage( "com.sap.ip.mi.admin.wd.device.IMessageDeviceMaintenance" , "SearchSimple", WDMessageType.STANDARD);

Also I am not seeing the message key in

IWDMessageManager msgMan = wdComponentAPI.getMessageManager();

msgMan.reportMessage(IMessageDeviceMaintenance.<MISSING KEY>,null,false);

Due to which I am not able to use this message.

Am I supposed to add manually in the IMessage<>.java class. Can you please help.

Regards,

Parminder

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

No, you do not have to add this manually. Check that there are no errors in the Eclipse "Tasks" view, save everything a do a Rebuild.

Armin

Former Member
0 Kudos

Hi,

There are no errors. I have done the rebuild. It is not working.

Regards,

Parminder

Former Member
0 Kudos

hi

check whether the IMessage<> package has been imported.

If this doesnt work try creating new message in the message pool and check if that works.

Regards,

saravana.