3 Replies Latest reply on Jan 4, 2006 2:21 PM by tom.elrod

    Example service.xml with 1.4.0 beta

      Hello,

      Recently downloaded 1.4.0 beta, and I'm having a lot of fun with remoting. I noticed a typo in the example-service.xml file that is packaged with the beta release. The package name for the CallbackStore class is incorrect.

      The example-service.xml points to org.jboss.remoting.CallbackStore

      It should point to org.jboss.remoting.callback.CallbackStore

      Thanks a bunch.

        • 1. Re: Example service.xml with 1.4.0 beta

          Opps. Sorry about that. Thanks for letting me know. Has been corrected for next release.

          • 2. Re: Example service.xml with 1.4.0 beta

            Mr. Elrod (aka: Can I call you Tom)

            I think remoting is spectacular. With a little more work, I can see it skyrocketing out of the labs.

            Another typo in the example-service.xml that I neglected to mention:

            The serverBindPort attribute for the HTTPS connector and the RMI connector are the same (6669), which results in an Exception on server startup.

            I've changed my RMI connector serverBindPort to be 6670 to avoid this conflict.

            Cheers,

            • 3. Re: Example service.xml with 1.4.0 beta

              Sure. Tom is fine. Thanks for the compliment.

              I have made the change. Thanks for mentioning it.

              We are getting close to final release for 1.4.0, so will be updating all the examples and doc before it goes out (so will hopefully catch any other goofs like this).