0 Replies Latest reply on May 20, 2011 2:23 AM by benitojuarez

    webservice config error

    benitojuarez
      hello,

      i created a web service bean using we following annotations. (according seambay example)

      @Stateless
      @Name("TestService")
      @WebService(name = "TestService", serviceName = "test-service")
      public class TestServiceBean implements TestService
      {

      :

      On deployment i get the following warning:

      WARN  [config] Unable to process deployment descriptor for context '/MyProjectName-MyProjectName'


      does anyone dow what it means?
      Unfortunately the url of the service contains the project name twice as well. Thats ugly.

      thx 4 help
      BJ