5 Replies Latest reply on Jul 16, 2010 2:40 PM by peterj

    jboss 5.0.0GA

    rasa

      Hi,

       

      I have downloaded jboss 5.0.0 GA and since i am getting an exception while deploying my apps. The error is getting from a class and  i searched for the class " org.jboss.deployers.vfs.plugins.structure.VFSStructureBuilder" in the src version zip file. But i couldn't find the same. Please help me to find the same.

       

       

       

      Thanks and Regards

      Rasa

        • 1. Re: jboss 5.0.0GA
          peterj

          With each release the AS team tends to "hide" more and more of the source code in the thridparty directory (actually, they are simply being more modular and the "hiding" is an unfortunate side-effect). The class you want is in the jboss-5.1.0.GA-src/thirdparty/jboss/jboss-deployers/lib/jboss-deployers-vfs.jar file - just unpack it. (I hope that the file is in the same location in 5.0.0, but then you should really be on 5.1.0...)

          • 2. Re: jboss 5.0.0GA
            rasa

            Thanks peter, Thanks very much.

             

            Following code gives a problem for me

             

             

            try
                              {
                                 child = root.findChild(entry.getPath()); // leaving the findChild
                              }
                              catch (Throwable t)
                              {
                                 throw DeploymentException.rethrowAsDeploymentException("Unable to find class path entry " + entry + " from " + root.getName(), t);
                              }

            child is an object of class  VirtualFile but i couldn't find that file any where may be it is there in the 3rdparty folder. Can any one know why i am getting the error "Unable to find class path entry ClassPathEntryImpl". Our application is perfectly wrking in 4.0.5 version of jboss and i copied the same ear and jar files to my new jboss.

             

            Thanks and Regards

            Rasa

            • 3. Re: jboss 5.0.0GA
              rasa

              Peter - I found a similar issue in the following post. But i couldn't understand anything from that.

               

              https://community.jboss.org/message/204017#204017

               

              Thanks and Regards

              Rasa

              • 4. Re: jboss 5.0.0GA
                rasa

                Please let me know why i am getting this error.

                • 5. Re: jboss 5.0.0GA
                  peterj

                  I did answer your original question, but now you are asking another question I unfortunately I don't have the time to look into the problem you are having (nor do I have the answer). Perhaps some other kind forum reader will pitch in and help.