3 Replies Latest reply on Feb 5, 2003 12:14 AM by raja05

    lookup ejb in JBoss on Redhat 7.0 return null

    renamelo

      I have two modules: model.jar that contains ejb and so on and web.war module.

      The web.war module contain a business delegate class that perform lookup in classes into model.jar.

      If my web.war is running on Tomcat in windows machine, and lookuping the objects in JBoss in another windows machine, it´s function very well.

      Now if my JBoss it´s running on Redhat, and if the web.war on Tomcat in a windows machine performs lookup in classes inside linux, the lookup return null.

      If I run Tomcat and JBoss on the same Redhat machine, it´s function very well.

      This can help ilustrate my problem:

      Web in Tomcat in Windows Machine
      Model in JBoss in another Windows Machine
      functions very well

      Web in Tomcat in Windows Machine
      Model in JBoss in Redhat Machine
      lookups to ejbs return null

      Web in Tomcat in Redhat Machine
      Model in JBoss in the same Redhat machine
      lookups function very well

      I think this a security problem.
      Is anyone able the help me urgently?

      Thanks in advance.

      Renato de Melo