You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by "Anil Kumar, Anumakonda" <an...@profitera.com> on 2001/05/22 14:44:06 UTC

help to run EJB example

Hi,

can any one help me ,
i want to run EJB examples.
i am using weblogic application server

thanks in advance.

Re: help to run EJB example

Posted by Zhou Ruiyi <zh...@sunjapan.com.cn>.
Anil:
    you can deploy your ejb on weblogic in the usual way ,
then you deploy your ejb-service on weblogic with the dd.xml as
......
  <isd:option key="FullHomeInterfaceName" value="yourEjbHomeInterface" />
    <isd:option key="ContextProviderURL" value="t3://localhost:7001" />
    <isd:option key="FullContextFactoryName"
value="weblogic.jndi.WLInitialContextFactory" />
  </isd:provider>

....

have fun!

----- Original Message -----
From: "Anil Kumar, Anumakonda" <an...@profitera.com>
To: <so...@xml.apache.org>
Sent: Tuesday, May 22, 2001 8:44 PM
Subject: help to run EJB example


>
> Hi,
>
> can any one help me ,
> i want to run EJB examples.
> i am using weblogic application server
>
> thanks in advance.