2 Replies Latest reply on Sep 24, 2005 6:55 PM by miojo

    [EJB in Cluster] Local EJBs are called through cluster?

    miojo

      If I have a clustered environment with JBoss 3.2.7 (or whatever App Server is, because this is more an architecture question), EJB calls through Local Interfaces are proxied between different VMs? The JBoss SmartProxy do something different?

      I need this answer to fix some problems, and to give a detailed explanation to our client. Maybe if you guys could give some reference for a link, spec. or doc., I would appreciate.

      Thanks

      PS: poor english... self-learn...

        • 1. Re: [EJB in Cluster] Local EJBs are called through cluster?
          miojo

          Sorry, I forgot... I'm talking about Stateless SessionBeans

          • 2. Re: [EJB in Cluster] Local EJBs are called through cluster?
            miojo

            Well, I read the EJB spec 2.1 and found this:

            Unlike the remote client view, the local client view of a bean is not location independent. Access to an
            enterprise bean through the local client view requires the collocation in the same JVM of both the local
            client and the enterprise bean that provides the local client view. The local client view therefore does not
            provide the location transparency provided by the remote client view.


            This should be enough, but I'm wondering how it really works inside in a clustered JBoss environment.