Xerces validation question

2008-03-26 Thread Dave Kallstrom
allowed to appear in element 'mapping'. When I remove xerces from the classpath everything works. But like I said I have to include it for other code that cannot be changed. -- Dave Kallstrom

Re: Microsoft interoperability

2007-10-09 Thread Dave Kallstrom
; wonder if anyone else has been here? > > Schema validation warning: Schema item 'complexType' named > 'NameIndexQuery' from namespace 'http://index.rnm.basistech.com' is > invalid. Namespace 'http://rnm.basistech.com' is not available to be > referenced in this schema. > -- Dave Kallstrom

Re: Versioning Interceptor Question

2007-10-08 Thread Dave Kallstrom
hold of the MultipleEndpointObserver > from the destination and replace it there. > > Hmm. Just noticed the MultipleEndpointObserver isn't thread safe. > I'll get that fixed. > > > Dan > > > On Tuesday 02 October 2007, Dave Kallstrom wrote: > > It appear

Re: Versioning Interceptor Question

2007-10-02 Thread Dave Kallstrom
uot;com.widen.Banana", targetNamespace= > Banana.namespace, serviceName="HelloWorld") > @SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use = > SOAPBinding.Use.LITERAL, parameterStyle = SOAPBinding.ParameterStyle.BARE > Dave Kallstrom -- Dave Kallstrom

Versioning Interceptor Question

2007-10-01 Thread Dave Kallstrom
ce="com.widen.Banana", targetNamespace= Banana.namespace, serviceName="HelloWorld") @SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use = SOAPBinding.Use.LITERAL, parameterStyle = SOAPBinding.ParameterStyle.BARE Dave Kallstrom

Re: WebServiceContext is null

2007-09-28 Thread Dave Kallstrom
/07, Mustafa Egilmezbilek <[EMAIL PROTECTED]> wrote: > > Thanks Dave, How do you set http transport in CXF ? > > > On 9/27/07, Dave Kallstrom <[EMAIL PROTECTED]> wrote: > > > > This is how i get the httpRequest > > @Resource > > priv

Re: WebServiceContext is null

2007-09-27 Thread Dave Kallstrom
tMessageContext(); > HttpSession session = ((javax.servlet.http.HttpServletRequest > )mc.get(MessageContext.SERVLET_REQUEST)).getSession(); > return session; > } > > > > Thanks, > > Karakoyun > -- Dave Kallstrom

Re: Wsdl Versioning

2007-09-19 Thread Dave Kallstrom
That did it. Thanks again. On 9/18/07, Dave Kallstrom <[EMAIL PROTECTED]> wrote: > > I was wondering about that. I'll give that a shot tomorrow. > Thanks a lot for the help. > > On 9/18/07, Liu, Jervis < [EMAIL PROTECTED]> wrote: > > > > Ok, I see the

Re: Wsdl Versioning

2007-09-18 Thread Dave Kallstrom
> > > > > > > address="/CollectiveServices" > > > > > > > > > > > >

Re: Wsdl Versioning

2007-09-18 Thread Dave Kallstrom
On 9/18/07, Dave Kallstrom <[EMAIL PROTECTED]> wrote: > > It is most likely my as I am not all that smart. > Here is my cxf.xml file and my version interceptor.. > I know that my interceptor is being called however the endpoi

Re: Wsdl Versioning

2007-09-18 Thread Dave Kallstrom
r.class.getName()) should give you the right > phase. > > > [1]. http://cwiki.apache.org/CXF20DOC/configuration.html > > Cheers, > Jervis > > > -Original Message- > > From: Dave Kallstrom [mailto:[EMAIL PROTECTED] > > Sent: 2007?9?17? 23:58 > > To

Re: Wsdl Versioning

2007-09-17 Thread Dave Kallstrom
ple: > > > > > \trunk\systests\src\test\java\org\apache\cxf\systest\versionin > > g. Let me know > > > if you have any further questions. Willem Jiang is > > currently working on > > > adding a much more powerful routing support using Apache > > Camel

Re: Wsdl Versioning

2007-09-14 Thread Dave Kallstrom
ing versioning in CXF > once it is done. > > Cheers, > Jervis > > > > -Original Message- > > From: Dave Kallstrom [mailto:[EMAIL PROTECTED] > > Sent: 2007?9?14? 2:53 > > To: cxf-user@incubator.apache.org > > Subject: Wsdl Versioning > >

Wsdl Versioning

2007-09-13 Thread Dave Kallstrom
appreciated. -- Dave Kallstrom

Re: returning xml from REST based web service

2007-08-13 Thread Dave Kallstrom
However with wrappedmode="false" my incoming parameter is null. Back to square one. On 8/13/07, Dave Kallstrom <[EMAIL PROTECTED]> wrote: > > Me and my feeble mind just got it working... Dumped the wrapped > mode="false" > Now my xml is returns wi

Re: returning xml from REST based web service

2007-08-13 Thread Dave Kallstrom
address="/hello" > On 8/13/07, Dave Kallstrom <[EMAIL PROTECTED]> wrote: > > Okay, > Now I am getting a NPE before my method gets called. > INFO: Interceptor has thrown exception, unwinding

Re: returning xml from REST based web service

2007-08-13 Thread Dave Kallstrom
objects or or org.w3c.dom.Documents. > http://cwiki.apache.org/CXF20DOC/aegis-databinding.html. Strings will > still > be encoded. > > Hope that helps, > - Dan > > On 8/10/07, Dave Kallstrom <[EMAIL PROTECTED]> wrote: > > > > I am tring to return

returning xml from REST based web service

2007-08-10 Thread Dave Kallstrom
10:00:20:070Z</field> <field name="dateAdded">2007-08-10T10:00:20:070Z</field> <field name="dateUpdated">2007-08-10T10:00:20:070Z</field> </doc></add> -- Dave Kallstrom

Re: Aegis and mtom

2007-08-08 Thread Dave Kallstrom
Please ignore this post for now. Looks like there is a previous post involving this same issue On 8/8/07, Dave Kallstrom <[EMAIL PROTECTED]> wrote: > > If I have mtom-enabled set to true and I am using aegis bindings why is my > wsdl complex type being generated like this? >

Aegis and mtom

2007-08-08 Thread Dave Kallstrom
Perhaps I should just switch to jaxb? Dave Kallstrom

Re: AegisServiceConfiguration problem

2007-07-30 Thread Dave Kallstrom
; > > > > > (if for some reason that doesn't work, try inversing the order, but I'm > pretty sure thats the right order) > > Cheers, > - Dan > > On 7/27/07, Dave Kallstrom <[EMAIL PROTECTED]> wrote: > > > > I just though of something

Re: AegisServiceConfiguration problem

2007-07-27 Thread Dave Kallstrom
I just though of something. I don't have aegis.xml config files for all classes only some of them. Could this be the reason this is not working? On 7/27/07, Dave Kallstrom <[EMAIL PROTECTED]> wrote: > > Nope.. Same error. Even tried adding the JaxWsServiceConfiguration

Re: AegisServiceConfiguration problem

2007-07-27 Thread Dave Kallstrom
you supplied the aegis configuration you overwrote the > default configuration. Try this instead: > > > > > > Hope that helps, > - Dan > > On 7/26/07, Dave Kallstrom <[EMAIL PROTECTED]> wrote: > > > > Here is my cxf.xml file. > > http://www.springframew

Re: wsdl2java

2007-07-27 Thread Dave Kallstrom
to write the doc for it, but we got a placeholder, > maybe you can contribute the doc [1] > > Regards, > James > > [1] http://cwiki.apache.org/CXF20DOC/tools.html > > > Dave Kallstrom wrote: > > Is there an ant task for generating clients in cxf similar to the > WsGenTask > > in xfire? > > > > > -- Dave Kallstrom

Re: AegisServiceConfiguration problem

2007-07-26 Thread Dave Kallstrom
I should add I am using the latest snapshot On 7/26/07, Dave Kallstrom <[EMAIL PROTECTED]> wrote: > > Here is my cxf.xml file. > http://www.springframework.org/schema/beans " > xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; > xmln

AegisServiceConfiguration problem

2007-07-26 Thread Dave Kallstrom
at AegisServiceConfiguration and notice that it extends AbtractServiceConfiguration which returns null for protected QName getInputMessageName(final OperationInfo op, final Method method) Am I doing something wrong here or is there something wrong with AegisServiceConfiguration? -- -- Dave Kallstrom

wsdl2java

2007-07-26 Thread Dave Kallstrom
Is there an ant task for generating clients in cxf similar to the WsGenTask in xfire? -- Dave Kallstrom

Re: Aegis bindings

2007-07-25 Thread Dave Kallstrom
I figured out the problem. Once again stupidity on my part. I had one method that took SearchField [] fields and one method that returned List aegis was trying to create two different complex types both named ArrayOfSearchField. On 7/24/07, Dave Kallstrom <[EMAIL PROTECTED]> wrote: >

Aegis bindings

2007-07-24 Thread Dave Kallstrom
plex types when it should be only creating one? Dave Kallstrom

Re: wsdl generation ala Xfire

2007-07-23 Thread Dave Kallstrom
Clough, Samuel (USPC.PRG.Atlanta) <[EMAIL PROTECTED]> wrote: Yes, you can do that with Aegis or Jaxb binding. (Xfire defaults to Aegis). -Original Message- From: Dave Kallstrom [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 1:58 PM To: cxf-user@incubator.apache.org Subject

wsdl generation ala Xfire

2007-07-23 Thread Dave Kallstrom
We are thinking about migrating from Xfire to CXF. There is one thing that I cannot find in the documentation for CXF. Is there a way to get the wsdl from cxf like we do with xfire by appending ?wsdl to the endpoint url without ever having to actually write a wsdl? -- Dave Kallstrom