Kenneth Saks wrote:
> Regarding the Remote 3.0 lookup using the corbaname syntax, this looks
> like a bug in our implementation which we'll fix. It's filed as :
>
>https://glassfish.dev.java.net/issues/show_bug.cgi?id=735
>
FYI. This is fixed on the trunk.
--ken
>User ksak changed the following:
>
> What |Old value |New value
>================================================================================
> Status|STARTED |RESOLVED
>--------------------------------------------------------------------------------
> Resolution| |FIXED
>--------------------------------------------------------------------------------
>
>
>
>
>------- Additional comments from ksak_at_dev.java.net Thu Jun 15 14:01:39 +0000 2006 -------
>Fixed. interoperable naming syntax can now be used to map @EJB/ejb-ref dependencies to Remote 3.0
>beans. E.g.
>
>@EJB(mappedName="corbaname:iiop:com.acme.hostnameA:3700#ejb/Foo")
>private Foo foo;
>
>