2 Replies Latest reply on Jun 16, 2006 9:22 AM by antti

    Changing the wsdl location

    garethevans

      Hi,

      I'd like to be able to change the location of the generated wsdl file ( i'm using JSR-181), the problem is that i'd like to have two applications ( deployed as ear files ) within the same application server, each of these applications contains a web service component. The problem i am facing is that i am unable to deploy the second application because jboss is throwing the following exception

      org.jboss.ws.WSException: Service already registerd: jboss.ws:context=falcon-ejb3-core,endpoint=AssetHandheldServiceBean
      


      Where falcon-ejb3-core is the name of my ejb3 file and AssetHandheldServiceBean is the name of my stateless session bean

      Is there anyway to change the context of each deployment?

      Thanks,

      Gareth