1 2 Previous Next 15 Replies Latest reply on Aug 24, 2006 4:51 PM by burrsutter Go to original post
      • 15. Re: JSR181 Annotated Web Services Intro
        burrsutter

        Can you deploy any 181 WS? Or is it just this one that is giving you troubles?

        The portal may not necessarily have the EJB3 profile installed. In your deploy directory look for "ejb3.deployer" and "jbossws.sar". The older WS stack had phrases like "axis" and "ws4ee" sprinkled around and that would tell you that you have the wrong version.

        The web.xml simply looks like this:

        <servlet-name>HelloWorldService</servlet-name>
        <servlet-class>org.jboss.samples.HelloWorldWS</servlet-class>


        And I don't know if 1.0.2 corrected this behavior or not but...
        watch out for the fact that your web.xml becomes web.xml.org with a newly generated web.xml showing up. The generated web.xml doesn't redeploy properly (but that might have been fixed and I've not tested 1.0.2).

        Burr

        1 2 Previous Next