nI have Jboss 4.2.2 GA installed and MyEclipse Enterprise 8.6 in the developer’s workstation.
I am trying to create a simple webservice with JBossWS which is already installed in JBoss.
I am trying to create a code-first web service.
However, when I try to do that, it creates an entry in web.xml for the Sun Metro reference implementation
<listener>
<listener-class>
com.sun.xml.ws.transport.http.servlet.WSServletContextListener
</listener-class>
</listener></web-app>
and sun-jaxws.xml file.
Is there any way, I could customize MyEclipse to integrate with JBossWS and create the right configuration for it, just like you do with a Dynamic Web Project in Eclipse (which is not an option in MyEclipse )
Thank you,