| Code: |
|
/** * An example business method * * @ejb.interface-method view-type = "local" * * @throws EJBException Thrown if method fails due to system-level error. */ |
| Code: |
|
// SB_RedLocal aSB_RedLocal = createSB_RedLocal(); private final static String STATIC_SB_RedLocalHome_REF_NAME = "ejb/SB_Red"; private final static Class STATIC_SB_RedLocalHome_CLASS = SB_RedLocalHome.class; protected SB_RedLocal createSB_RedLocal() { SB_RedLocalHome aSB_RedLocalHome = (SB_RedLocalHome) ServiceLocatorManager .getLocalHome(STATIC_SB_RedLocalHome_REF_NAME, STATIC_SB_RedLocalHome_CLASS); try { if (aSB_RedLocalHome != null) return aSB_RedLocalHome.create(); } catch (javax.ejb.CreateException ce) { // TODO Auto-generated catch block ce.printStackTrace(); } return null; } |
| Code: |
|
ADMA0002E: A validation error occurred in task Binding enterprise Bean to JNDI names. The Java Naming and Directory Interface (JNDI) name is not specified for enterprise bean SB_CashProjection in module Generated by XDoclet. ADMA0002E: A validation error occurred in task Binding enterprise Bean to JNDI names. The Java Naming and Directory Interface (JNDI) name is not specified for enterprise bean SB_Tradecontrol in module Generated by XDoclet. ADMA0002E: A validation error occurred in task Binding enterprise Bean to JNDI names. The Java Naming and Directory Interface (JNDI) name is not specified for enterprise bean SB_Load in module Generated by XDoclet. ADMA0002E: A validation error occurred in task Binding enterprise Bean to JNDI names. The Java Naming and Directory Interface (JNDI) name is not specified for enterprise bean SB_Holidays in module Generated by XDoclet. ADMA0002E: A validation error occurred in task Binding enterprise Bean to JNDI names. The Java Naming and Directory Interface (JNDI) name is not specified for enterprise bean SB_TradeID in module Generated by XDoclet. ADMA0002E: A validation error occurred in task Binding enterprise Bean to JNDI names. The Java Naming and Directory Interface (JNDI) name is not specified for enterprise bean SB_Cashdeal in module Generated by XDoclet." |