Re: service ok, client not...

2007-11-19 Thread Jeff Yu
Hi, Use the isolated child-first algorithm classloader should resolve this issue. See below two links. 1. http://cwiki.apache.org/CXF20DOC/appserverguide.html#AppServerGuide-WebLogic 2. http://edocs.bea.com/wls/docs92/programming/classloading.html Thanks Jeff Corneliu wrote: Hello I am

Abstract jaxws:endpoint

2007-11-19 Thread Adrian C
Hi, Is there anyway to have an abstract endpoint so that multiple endpoints can inherit from it? I have multiple endpoints which will all have the same interceptors features and I would like them all to inherit from the same parent. I notice that the jaxws:enpoint has supports the abstract

Date object input parameter 'argument type mismatch'

2007-11-19 Thread Ronald Pieterse
I have my services running almost perfectly now, just one weird thing happening now that used to work in a previous version; it definitely worked in XFire. Problem: I have an interface and implementation for my service and use annotations to create the wsdl file. This all works fine except in my

Re: OSGi bundling

2007-11-19 Thread Guillaume Nodet
We're currently working on using CXF inside ServiceMix, so I've just committed a small maven project to create a bundle for CXF, though this is not tested yet and may not include everything you will need right now. However, any feedback would be welcome. On Nov 19, 2007 5:27 PM, Roshan A.

Missing input/output param namespace in SOAP

2007-11-19 Thread Nianhua Li
Dear list, I am using the java-first approach with spring configuration on cxf 2.0.3 and tomcat 5.5. I specified namespace for all the input and output parameters via @WebParam and @WebResult annotation. But the namespace was somehow missing from the SOAP message. Let's use the

RE: Apache CXF + Aegis

2007-11-19 Thread Benson Margulies
(Question I'm answering is at the end). Consider this set of beans. If, in a Java program, you create a GenericApplicationContext and read these into it, your application will be a server for the service defined in here until it does something to shut down. This is a JAXB+JAXWS setup, but the

How to export non-annotated service in spring

2007-11-19 Thread ojs
Hello, I'm trying to switch from xfire to cxf - don't had much luck so far... My xfire configuration (in spring) looks like: bean name=/myService class=org.codehaus.xfire.spring.remoting.XFireExporter property name=serviceInterface value=myBean/ property name=serviceBean

Interceptors pulling values out of requests

2007-11-19 Thread Vespa, Anthony J
Hello, I'm writing a webservice with Aegis Bindings and would like to write an interceptor to collect certain information - eg I want to look for specific values in the incoming XML (the paramter values to the functions in the SEI) - though I have followed some of the examples we can't quite get

RE: Interceptors pulling values out of requests

2007-11-19 Thread Liu, Jervis
I just updated the wiki page [1], hopefully it is more clear now how to write and configure user interceptors. Please let me know if there is anything missing or still not clear on this page. I am not sure what type of parameters you want to access through interceptors, lets presume you want to

Re: CXF exception

2007-11-19 Thread rob.winch
Anytime an attempt to create a fault is made I get the same error as #2. Freeman Fang-2 wrote: 2.Exception in thread main java.lang.NoClassDefFoundError: com.sun.org.apache.xerces.internal.dom.ElementNSImpl this xerces exception shows that xerces class shipped with jdk is not loaded