from the trace logs,
working one has this Created JAXBContext "jar:file:/C:/Users/carloc/.m2/repository/com/sun/xml/bind/jaxb-impl/2.1.13/jaxb-impl-2.1.13.jar!/com/sun/xml/bind/v2/runtime/JAXBContextImpl.class Build-Id: 2.1.13 other one has this 2010-07-07 01:44:18 DEBUG JAXBDataBinding - Created JAXBContext "jar:file:/C:/UTILS/glassfish/lib/webservices-rt.jar!/com/sun/xml/bind/v2/runtime/JAXBContextImpl.class Build-Id: 1.0 it's using glassfish'swebservices-rt.jar On Wed, Jul 7, 2010 at 1:19 PM, Carlo Camerino <[email protected]> wrote: > any ideas on what jars can be conflicting? > i've tried removing several jars that have jaxws init. > > it's still not working > > in the server logs everything seems to be workiong properly but upon > accessing the servlet, > nothing appears. > > On Sun, Jul 4, 2010 at 1:48 PM, Carlo Camerino <[email protected]> > wrote: >> in the servder logs, >> there's no error at all and everything seems to be normal.; >> >> it says the services have started successfully. >> >> the only thing is, when i try to access the link it says that no >> services are found. >> >> On Sat, Jul 3, 2010 at 11:09 PM, Dennis Sosnoski <[email protected]> wrote: >>> 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 >>>> >>>> >>> >> >
