I am replying to the original submission. I do not know exactly where this
thread is going but this is where i think it should be ending:

In your ejb jar file:

    <session>
      <description />
      <display-name />
      <small-icon />
      <large-icon />
      <ejb-name>collector</ejb-name>
      <home>CollectorHome</home>
      <remote>Collector</remote>
      <ejb-class>CollectorBean</ejb-class>
      <session-type>Stateless</session-type>
      <transaction-type>Container</transaction-type>
      <ejb-ref>
        <description />
        <ejb-ref-name>ejb/client</ejb-ref-name>
        <ejb-ref-type>Entity</ejb-ref-type>
        <home>ClientHome</home>
        <remote>Client</remote>
        <ejb-link>client</ejb-link>
      </ejb-ref>
    </session>

In your inprise-xml file (IAS 4.0 Specific):

    <session>
      <ejb-name>collector</ejb-name>
      <bean-home-name>swap/collector</bean-home-name>
      <timeout>0</timeout>
      <ejb-ref>
        <ejb-ref-name>ejb/client</ejb-ref-name>
        <jndi-name />
      </ejb-ref>
    </session>

You have two options with the above link or jndi.

William


> -----Original Message-----
> From: Subrahmanyam A.V.B. [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, February 29, 2000 2:29 PM
> To:   [EMAIL PROTECTED]
> Subject:      Re: Locating Entity Beans from a session bean
>
> > But this would require that the deployer maintain consistency in
> specifying
> > the beanHomeNames while deploying the various entity beans and the
> session
> > bean.
> >
> > Is there anyway I can find out the beanHomeNames of the Entity beans
> which
> > are in the container directly?
> >
>
> You can use JNDI to find out all deployed beans.
>
> ==========================================================================
> =
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff EJB-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".


***********************************************************************
Bear Stearns is not responsible for any recommendation, solicitation,
offer or agreement or any information about any transaction, customer
account or account activity contained in this communication.
***********************************************************************

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to