I've been trying to deploy a test JAX-WS web service generated in eclipse
using apache cxf 2.7.  When i do, get a couple of error, including

java.lang.ClassNotFoundException:
org.apache.cxf.wsn.client.Publisher.PublisherSubscription

and sometimes

SEVERE: Exception while deploying the app [com.hello.glassfish]
SEVERE: wsdl file
classpath:/org/apache/cxf/ws/discovery/wsdl/wsdd-discovery-1.1-wsdl-os.wsdl
does not exist for web service Discovery

i've found out that i can deploy to the "web-profile" version of glassfish
just fine ( using the faq on the cxf website about deploying to glassfish
), and seemingly removing cxf-services-wsn* and cxf-services-ws-discovery-*
jars seems to fix the problem.

wondering if anyone else is having this problem, and is removing the jars
the only alternatives.  If so, does that mean i don't have access to the
functionality in those jars?  i assume they're implementations of WS-*
standards.

thanks

Reply via email to