Hi All,
I am invoking one jsp page which calls my proxy bean.
But I am not getting any entry in SXMB_MONI as message is not received by XI.
What should I do?
I have created all my EJB module project and web module project and deployed EAR project on j2ee engine.
But it is not hitting XI.
Do I need to do some settings for the link between the calling servlet and the called Java proxy EJB in the web.xml, and the link from the calling EJB to the Java proxy EJB in the ejbjar-xml.
Please guide me.