2 Replies Latest reply on May 4, 2005 12:03 AM by zampu1

    JBOSS AXIS issue : class not found org.jboss.net.axis.server

    zampu1

      I am trying the chapter 9 web services tutorial.

      I have installed jboss 4.0.1.RC2 and axis-1_2RC3 (latest binaries)

      I am starting the jboss server from ECLPSE JBOSS IDE plugin. Which when started do indeed start the axis.war webapp.

      After deploying the app I can see the main page. I can also see the validation page as described in tutorial.

      However, when I go "List". I get
      class not found for class org.jboss.net.axis.server.JBossAuthenticationHandler




      Any help will be highly appriciated.

      Thank You,



        • 1. Re: JBOSS AXIS issue : class not found org.jboss.net.axis.se
          zampu1

          I apologize for the post as I should have first search for similar problem on the message board before posting my question.

          Any way a quick search helped me find the solution.
          I removed jboss-ws4ee.sar from my deploy directory. Walla, it worked as intended. So far so good.

          Thanks for your time.

          • 2. Re: JBOSS AXIS issue : class not found org.jboss.net.axis.se
            zampu1

             

            "zampu1" wrote:
            I am trying the chapter 9 web services tutorial.

            I have installed jboss 4.0.1.RC2 and axis-1_2RC3 (latest binaries)

            I am starting the jboss server from ECLPSE JBOSS IDE plugin. Which when started do indeed start the axis.war webapp.

            After deploying the app I can see the main page. I can also see the validation page as described in tutorial.

            However, when I go "List". I get
            class not found for class org.jboss.net.axis.server.JBossAuthenticationHandler




            Any help will be highly appriciated.

            Thank You,



            found the solution.