5 Replies Latest reply on Apr 24, 2003 11:49 AM by vphagura

    jboss-jmx.jar incompatible serialVersionUID

    matt.h

      Is there a version of jboss-jmx.jar available that contains classes that are compatible with Sun's reference implementation?

        • 1. Re: jboss-jmx.jar incompatible serialVersionUID

          download the latest (1.1.2) from sourceforge

          • 2. Re: jboss-jmx.jar incompatible serialVersionUID

            I downloaded the new jbossMX 1.1.2 and put the jboss-jmx.jar from this to the <jboss home>\lib but as I start JBoss it gives a deployment error:

            DeploymentException: exception in init of file .../conf/jboss-service.xml;(RuntimeMBeanException: java.lang.reflect.UndeclaredThrowableException)....

            And JBoss does not start !!!

            Why and what ??? And, how get it going....

            • 3. Re: jboss-jmx.jar incompatible serialVersionUID

              I downloaded the new jbossMX 1.1.2 and put the jboss-jmx.jar from this to the <jboss home>\lib but as I start JBoss it gives a deployment error:

              DeploymentException: exception in init of file .../conf/jboss-service.xml;(RuntimeMBeanException: java.lang.reflect.UndeclaredThrowableException)....

              And JBoss does not start !!!

              Why and what ??? And, how get it going....

              • 4. Re: jboss-jmx.jar incompatible serialVersionUID

                Hi,
                jbossmx 1.1.2 is a stable release of
                jbossmx from jboss4 that includes jmx remoting.
                It don't believe it will work with jboss3.0 or jboss3.2,
                due to differences in the internal architecure.

                JBoss3.2 is compatible with the RI.

                JBoss3.0 was released before the spec defined
                serialization. I have chosen not to brake
                jbossmx serialization between 3.0 releases.

                Regards,
                Adrian

                • 5. Re: jboss-jmx.jar incompatible serialVersionUID

                  Thanks for your reply !

                  Is there any JBoss 4.0 available, I do not see it on the JBoss page OR, when is it getting public ??