0 Replies Latest reply on Dec 11, 2008 9:19 AM by margielm

    the same rootContext for webservices in two different EAR fi

    margielm

      Hi,
      We would like to implements several webservices, but each ( for description simplicity) of them is deployed in separate EAR files.
      Furthermore we want to have them all under the same context, lets call it OurContext.
      So to achieve that functionality to our WS we have added :
      @WebContext(contextRoot = "OurContext")

      All applications deploy without any problem BUT only one (from recently deployed ear) WSDL is accessible!

      it looks like only one ear can store WSDLs to specific contextRoot. Is it right? or maybe we are doing something wrong?

      I would appreciate any help!

      Michal Margiel