Hi Carlo,
You're problem may be caused by conflicting JAX-WS implementations.
Glassfish has Metro baked in, and may be giving preference to that
rather than CXF. Since the two use different deployment configurations
your service wouldn't work properly in that case.
Can you check your Glassfish server logs to see what happens when you
try to deploy your service? Messages in the log should tell you more
about what's going wrong.
- Dennis
Dennis M. Sosnoski
XML and Web Services in Java
Training and Consulting
http://www.sosnoski.com - http://www.sosnoski.co.nz
Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
Carlo Camerino wrote:
Hi,
I am having issues on cxf deployment. It works successfully on jetty and tomcat.
However, when i switch to glassfish i get a message saying taht
When i try to access the cxf servlet, i get :
No services have been found.
However, when i try to access coming from jetty: or tomcat on my local
server i get :
Available SOAP services:
overrideServer
getActiveUsers
acceptOverrideRequest
Endpoint address: http://localhost:8088/override/override
WSDL : {http://server.override.luminous.ccti.com/}OverrideServerImplService
Target namespace: http://server.override.luminous.ccti.com/
i'm using 2.2.8 version of cxf.
it only happens on glassfish though
thanks
carlo