1 Reply Latest reply on May 27, 2010 8:18 PM by ron_sigal

    Invoke remote service between two diferent jboss version

    faustodelatog

      HI, I have the next problem and I wish that anyone can help me to find the best solution:

       

      In jboss 4.3 I have an ejb module wich has a service (@Stateless) that implements a Remote Interface, in Jboss 4.2.2 I have an ejb module with a service, I want this service invokes remote interface.

      For this I used RMI implementation but, apparently there are a serialVersionUID problem between the versions of the servers.

       

      I want to know if this is the real problem, if it is the case, What is the best solution to my problem without using Web Services,

      if it is not the real problem please help me.

       

      Thanks in advance.

       

      PD: My english is not good but I hope you will understand me

        • 1. Re: Invoke remote service between two diferent jboss version
          ron_sigal

          Hi Fausto,

           

          I think your English is fine ... I just don't understand the problem.  In particular, when you say " ... I want this service invokes remote interface.For this I used RMI implementation ... ," I don't know what you mean.

           

          If you want to do an invocation on an EJB (or EJB3), you should get the bean from JNDI.  What you get is a proxy that communicates with the server by way of a Remoting transport layer.  RMI shouldn't be involved at all.

           

          Can you elaborate?

           

          -Ron