1 Reply Latest reply on Sep 8, 2007 9:46 PM by nynymike

    SEAM project needs RMI access to Jboss 3.x server

    nynymike

      Not sure if this is the right forum for this question, but I have a Seam project that needs to include the "client" folder jars from a JBoss EJB3 server to access EJBs on that server. I can't use the JBoss 4.2.1 client jars, because then I get a serial number mismatch. If I include those jars, will they mess anything up in Seam?

      tia,

      Mike

      PS: I can't upgrade the remote server because its a third party application.

        • 1. Re: SEAM project needs RMI access to Jboss 3.x server
          nynymike

          Just to add to this... I tried putting the jar files in the project-ear/lib directory. When I start JBoss it throws all sorts of errors, and reports numerous failures. It it possible to access an EJB on an older JBoss server? If so, where should I put the old jar files? Do I need to update any of the config files?