RE: Did something change in the spring configuration options for jaxws:endpoint ?

2008-05-28 Thread Leo de Blaauw
Hi Bjorn, Well, we use the following snippet with spring and cxf 2.1: Notice the absence of your service factory, in theory i believe this should default but in our case we had to add it. Other then that I dont see much wrong with your code and spring context. Regards, L

RE: Problems with schema-validation-enabled

2008-05-28 Thread Leo de Blaauw
Hey, We just replaced our default streamparser with the woodstox parser, running under glassfish. Problem solved here, maybe it will for you too ? Regards, Leo Van: Nikolaj A. [mailto:[EMAIL PROTECTED] Verzonden: wo 28-5-2008 14:50 Aan: users@cxf.apache.org Ond

RE: import resource in cxf.xml

2008-05-14 Thread Leo de Blaauw
Hi, Actually those two xml do exist in the cxf jar file, hence the import, classpath:... etc Greetings, Leo Van: Abid Hussain [mailto:[EMAIL PROTECTED] Verzonden: wo 14-5-2008 10:19 Aan: users@cxf.apache.org Onderwerp: import resource in cxf.xml Hi, i have

RE: Problem creating WSDL with CXF 2.1

2008-05-08 Thread Leo de Blaauw
, May 8, 2008 at 3:39 AM, Leo de Blaauw <[EMAIL PROTECTED]> wrote: > Hey, > > We had exactly the same problem when upgrading to the 2.1 release with our > applications running > under glassfish v2.1. The solution we found to be working is to replace the > stax parser t

RE: Problem creating WSDL with CXF 2.1

2008-05-07 Thread Leo de Blaauw
Hey, We had exactly the same problem when upgrading to the 2.1 release with our applications running under glassfish v2.1. The solution we found to be working is to replace the stax parser that glassfish uses as default with the woodstox stax parser, since that doesnt validate on namespaces as a d

RE: How to use CXF with Tomcat

2008-05-07 Thread Leo de Blaauw
Hey, Well would be helpfull if you could also post your code for the helloWorld bean and the appcontext for spring in which you are using this bean ;-) Greetz Leo Van: jiaqran [mailto:[EMAIL PROTECTED] Verzonden: wo 7-5-2008 11:38 Aan: users@cxf.apache.org Onder

Name Not Found exceptions

2008-05-06 Thread Leo de Blaauw
seems better to me to either log this on the DEBUG level and signal one warning that the bus is defaulting to show its not really a severe system error. Regards, Leo de Blaauw

Did something change in the spring configuration options for jaxws:endpoint ?

2008-05-06 Thread Leo de Blaauw
changes in the Aegis configuration between the previous version of cxf and 2.1 ?? Any help appreciated, Regards, Leo de Blaauw