Hi,

I have a quite similar problem to this: http://markmail.org/message/ihhmfzrm6himl7qg while using JAX-WS and Enunciate and deploying on a standard JBoss 4.2.2 default profile.

Neither specifying via the command line nor via META-INF/services/javax.xml.ws.spi.Provider does help. (I tried -Djavax.xml.ws.spi.Provider=com.sun.xml.ws.spi.ProviderImpl)

The exception thrown when deploying is:

[...] nested exception is java.lang.IllegalStateException: Could not initialize Service.
[...]
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
Caused by: java.lang.NoSuchMethodException: de.lmr.iclass.profiler.ws.ProfilerService.getPortClassMap()
at java.lang.Class.getMethod(Class.java:1581)
at org.codehaus.xfire.jaxws.ServiceDelegate.<init>(ServiceDelegate.java:60)
... 115 more

-Matthias