4 Replies Latest reply on Jun 2, 2015 8:56 PM by sanjay05222

    JBOSS 8.2 missing Dependencies. Please suggest fix ?

    anil_ktv

      We Upgraded our JBoss from 4.2 to 8.2. However, when we try to compile the MBean Code, our compilation failed because of these jar files being missed. Please help suggest a fix at the earliest and the location where we can find these jar files in JBoss8.2.

       

      jbossweb.jar

      jboss-jmx.jar

      jboss-client.jar

       

      Thanks and Regards,

      Anil.

       

       



        • 1. Re: JBOSS 8.2 missing Dependencies. Please suggest fix ?
          wdfink

          Could you elaborate on what classes are missed and how Spur Implementation look like?Theresa are a Lot of differences since as4

          • 2. Re: JBOSS 8.2 missing Dependencies. Please suggest fix ?
            anil_ktv

            Hi Fink,

             

                Below were the missing classes in JBoss 8 which were present in JBoss4.2.

             

            JIoEndpoint.class ===>jbossweb.jar

            Http11Processor.class ===>jbossweb.jar

             

            ActionCode.class ==>jbossweb.jar

            ActionHook.class ==>jbossweb.jar

            RequestGroupInfo.class ==>jbossweb.jar

            RequestInfo.class ==>jbossweb.jar

            Http11Protocol.class ==>jbossweb.jar

            Registry.class ===> jboss-jmx.jar

            Handler.class ===>jboss-client.jar

            ModelMBeanConstants.class ====>jboss-jmx.jar

            ModelMBeanInvoker    ===> jboss-jmx.jar

            PersistenceManager ===> jboss-jmx.jar

             

            Above mentioned class files were present under the corresponding jar files in JBOSS 4.2.   But those jar files are missing in JBOSS 8. Please suggest location / fix for JBoss 8.

             

            Thanks and Regards,

            Anil.

            • 3. Re: JBOSS 8.2 missing Dependencies. Please suggest fix ?
              anil_ktv

              Hi all,

               

                 Any help would  be appreciated. Please provide your inputs for resolving the issue.

               

              Thanks and Regards,

              Anil.

              • 4. Re: JBOSS 8.2 missing Dependencies. Please suggest fix ?
                sanjay05222

                probably you will have to update the code use following jars or modules

                 

                wildfly-system-jmx-8.2.0.Final.jar

                wildfly-jmx-8.2.0.Final.jar

                 

                resteasy-client-3.0.10.Final.jar

                wildfly-web-8.2.0.Final.jar

                 

                looks like that your code is using lots of dependencies from 4.3.3 version .

                 

                I hope this helps.

                 

                thanks

                Sanjay Gautam