1 2 3 4 5 Previous Next 63 Replies Latest reply on Mar 19, 2008 2:39 AM by beve Go to original post
      • 60. Re: Trouble with jms-topic
        beve

        I think you are correct as the remoting classes are also in the jbossall-client.jar.


        The thing is, as soon as I use remoting on the client side, even with JBM 1.3, the client cant get messages.

        The client being your web application?

        If you cannot control the order of the jars, perhaps you could remove the remoting classes from jbossall-client.jar and test with the jboss-remoting.jar.

        Regards,

        Daniel

        • 61. Re: Trouble with jms-topic
          beve

          Another thing might be to try putting the jars in WEB-INF/lib.
          You might have tried that already though.

          /Daniel

          • 62. Re: Trouble with jms-topic
            standard

            Thanks man!!

            Removing the remoting from the jbossall-client lib did the trick.
            I figure one could solve this also by using the right lib-folders,
            and fix the order problem that way
            (I tried that for a while, but didn't have any luck).
            But I'm quite happy with that solution as it is.

            I hope there aren't any other lib-clashings,
            e.g I saw jbossall-client has also stuff from aop packed.
            But I didn't encounter any problems so far.

            So, thanks again for all the help,
            and I hope I didn't make your job too hard :-).

            Regards
            Andreas

            • 63. Re: Trouble with jms-topic
              beve

              Hi Andreas,

              no problem! Glad you've got it working now! :)

              Regards,

              Daniel

              1 2 3 4 5 Previous Next