|
| Re: Interop with WLS 10 and other application servers |
 |
Mon, 7 Jan 2008 02:08:42 -0800 |
Christian Huber <> writes:
I'm afraid I can't comment on the injection implementation wrt to IIOP
since the last version I worked on was 9.x. What you are doing seems
reasonable so you should probably go through support.
andy
> Hi Andy,
>
> just for completeness sake, i get this class name when doing a
InitialContext.list() call and then printing the NameClassPairs contained in the
resulting Naming Enumeration.
>
> After some more testing i found that i can still call the EJB from WLS to
WLS when performing a lookup using the weblogic context factory,
t3://localhost:7001 as provider url and
<mappendName_on_ejbSide>#<fully.qualified.interface.name> as JNDI
name. So the EJB seems to be deployed correctly and available. But when i use
@EJB(mappedName="corbaname:iiop:1.2@localhost:7001/<mappendName_on_ejbSi
de>#<fully.qualified.interface.name>")
> the injection still fails. The only differences here should be the that
injection does not use an explicitly specified context factory and a different
protocol than t3. Is that a known problem, or do i have to use a different jndi
name when using injection? I was searching the BEA 10 EDOC but all the examples
i found so far use EJBs running in the same application server.
>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|