Disabling Java™ protocols - EJB

You can disable Enterprise JavaBeans (EJB) from Sterling Selling and Fulfillment Foundation.

About this task

To disable Enterprise JavaBeans (EJB) from Sterling Selling and Fulfillment Foundation, comment out the “session” element in the XML descriptor file, <INSTALL_DIR>/repository/eardata/platform/descriptors/<App_Server>/EJB/META-INF/ejb-jar.xml.

Important: To avoid an error when deploying the ejb-jar.xml for WebLogic, you must comment out the following session bean of the XML file:
<session>
   <display-name> The Sterling Selling and
Fulfillment Foundation DOM API Session bean
   </display-name>
   <ejb-name> interop.services.ejb.InteropEJBApi </ejb-name>
   <home> com.yantra.interop.services.ejb.InteropEJBHome </home>
   <remote> com.yantra.interop.services.ejb.InteropEJBApi </remote>
   <ejb-class> com.yantra.interop.services.ejb.InteropEJBImpl </ejb-class>
   <session-type> Stateless </session-type>
   <transaction-type> Bean </transaction-type>
</session>
 

This session bean is deprecated as of Release 7.7.