Disabling Java™ protocols - EJB
You can disable Enterprise JavaBeans (EJB) from Sterling™ Order Management System Software.
About this task
To disable Enterprise JavaBeans (EJB) from Sterling Order Management System Software,
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 Order Management System Software 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.