1 2 Previous Next 16 Replies Latest reply on Jan 14, 2008 5:51 AM by nicolas.medoc Go to original post
      • 15. Re: ConnectionTimeout when accessing ejb3 beans
        kobul

        Hello,

        Also trying to solve this problem, was happy to see "The following configuration works", but was unhappy to see, there is only XML heading. Please could you repost the config (you should put it in as "code").

        Lubos Lipinsky

        • 16. Re: ConnectionTimeout when accessing ejb3 beans
          nicolas.medoc

          My JBoss version is 4.0.4GA. In jboss-remoting.jar (in meta-inf/manifest.mf) the specification version is 1.4.3. The default timeout is 1800000.

          For this version, the timeout configuration don't work with "socketTimeout" parameter but with "timeout" parameter. Like this :

          <attribute name="InvokerLocator">socket://0.0.0.0:3873/?timeout=60000</attribute>
          


          Nicolas Medoc

          1 2 Previous Next