1 Reply Latest reply on Jan 14, 2010 3:48 AM by jim.ma

    Web Service not picked up by jbossws

    tomespo214

      I cannot, for the life of me, figure out why JBoss is not picking up my web service.  By this I mean that it is not showing up when I navigate to http://localhost:8080/jbossws/services.

       

      This is the first service in our project.  We're using Maven and the project structure was defined by our architect.  The project structure looks like this:

       

      - Parent POM

           - model (jar)

           - services (ejb)

           - view (war)

       

      I've created a SLSB and annotated it as a WebService.  I've followed the directions outlined here: http://docs.jboss.org/seam/2.1.1.GA/reference/en-US/html/webservices.html

       

      The funny thing is that I can create a new project using JBoss Tools and copy my WebService class into that project and it shows up.

       

      This suggests to me that there is something wrong with the actual project setup rather than the code itself or jboss.

       

      Does anyone have any hints as to what I can look into?