|
| Re: Interop with WLS 10 and other application servers |
 |
Fri, 4 Jan 2008 02:18:50 -0800 |
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
|
|
|
|
|
|
|
|
|
|