...
In order for the EJB class to be bound to the server, it must be specified in the ibm-ejb-jar-bnd.xml binding file - websphere
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<ejb-jar-bnd> ... <!-- CRMProcess > inventory --> <session name="CRMProcessInstalledItemBean" simple-binding-name="ejb/CRMProcessInstalledItem" /> ... </ejb-jar-bnd> |
...