Craig L Russell wrote:
>
>>> /Shouldn't a JBoss appclient be allowed to call an EJB deployed in
>>> GlassFish without having to require GlassFish classes in JBoss
>>> client container?
>>> /
>
> No. As I understand it, an appclient is not required to interoperate
> with another server implementation.
Is this true? Can any one confirm? If an appclient uses RMI/IIOP, why
should it not be able to interoperate with other servers that support
the same protocol? I find the following in section #6.3 of the Java EE
platform spec:
/All containers that support EJB clients must be capable of using the
EJB interoperability protocol to invoke enterprise beans. All EJB
containers must support the invocation of enterprise beans using the EJB
interoperability protocol./
Thanks,
Sahoo