1 2 3 Previous Next 31 Replies Latest reply on Nov 28, 2012 8:49 AM by ctomc Go to original post
      • 30. Re: Axis ClassCastException
        flp05

        Tomaz was right.

         

        However, the jar file "commons-discovery.jar" inside your zip is corrupt. That's why the module was not working when I configure it.

         

        Thank you all for your help.

         

        Tomaz Cerar wrote:

         

        Hi,

         

        in attached zip you can find how axis packed as jboss module must look like.

         

        this is for version 1.4 which is compatibile with 1.3 but with less bugs

         

        if you open directory org/apache/axis/main you will find how it is defined.

         

        copy that module into jboss_home/modules

         

        then all you need to do is to add dependancy to global module "org.apache.axis" in your application, you can do that by using MANIFEST.MF or jboss-deployment-descriptor.xml

         

        more about this on Class Loading in AS7 - JBoss AS 7.1 - Project Documentation Editor

         

         

        hope this  helps

         

         

        --

        tomaz

        • 31. Re: Axis ClassCastException
          ctomc

          Hi,

           

          uff I didn't check if that module still works, I took it from a project i worked on more then year ago.

          I had hard drive failure few months back and it looks like this was one of currupt files on disk (others I found and fixed earlier)

           

          glad to hear that it is working for you now.

           

           

          --

          tomaz

          1 2 3 Previous Next