Re: [Resin-interest] pb with cxf / soap

2010-07-21 Thread Riccardo Cohen
I found some people using org.codehaus.stax2.XMLInputFactory2 or com.sun.xml.stream.ZephyrParserFactory, and tried it, it gave the same error. As I don't see these libraries is in the libs, this suggests that "FactoryConfigurationError" could also mean "class not found" ? I tried to download jw

Re: [Resin-interest] pb with cxf / soap

2010-07-21 Thread Daniel López
I'm not sure how many jars/MB we are using with CXF as the same application is proof of concept for many other things and consumes 54 jars/55MB :). I chose CXF because we wanted to use some of it features that Axis did not have and I understood it was supposed to be Axis replacement, but that w

Re: [Resin-interest] pb with cxf / soap

2010-07-21 Thread Mattias Jiderhamn
I recently created a proof-of-concept service with CXF under Resin 4. Needed 12 jars/9,5 MB. Less than yours, but still a lot more than Axis 1.4. I'm hoping there was something I had misunderstood... For production we're sticking with Axis 1.4. Where we cannot use Hessian, that is ;-) Riccar

Re: [Resin-interest] pb with cxf / soap

2010-07-20 Thread Scott Ferguson
Riccardo Cohen wrote: > I still think that 29Mb/66jars is too much when you need only soap. > Axis 2 is also very heavy, axis 1.4 is 2Mb only :) ... bad choice > probably because too old. > > > In this case, though, it just looks like we need to find the right classname for the XMLInputFactor

Re: [Resin-interest] pb with cxf / soap

2010-07-20 Thread Riccardo Cohen
I still think that 29Mb/66jars is too much when you need only soap. Axis 2 is also very heavy, axis 1.4 is 2Mb only :) ... bad choice probably because too old. Daniel López wrote: > Hi there, > > Not sure if it helps, but I have an application that exposes a SOAP > interface using CXF 2.1.9 a

Re: [Resin-interest] pb with cxf / soap

2010-07-20 Thread Daniel López
Hi there, Not sure if it helps, but I have an application that exposes a SOAP interface using CXF 2.1.9 and I just tested it to work under Resin 3.1.5 and it fails under Resin 4.0.7 with a weird error. It's just a proof-of-concept application that I have, so I can't tell how well the combinatio

Re: [Resin-interest] pb with cxf / soap

2010-07-19 Thread Riccardo Cohen
Thanks a lot Scott for your answer. This is the result: > That looks like an error in the XML parser. You might try changing the > javax.xml.stream.XMLInputFactory property to > "com.sun.xml.internal.stream.XMLInputFactoryImpl". When I add in the conf of the webapp, the client seems to li

Re: [Resin-interest] pb with cxf / soap

2010-07-19 Thread Scott Ferguson
Riccardo Cohen wrote: > ok after 2 hours I found the resin-support.jar in the 3.1.9 package, why > did it disappear in 3.1.10 & 3.2 ?. I love resin but sometimes it is > really hard to find the good information... > > I could create the web service and produce the wsdl from > http://localhost:80

Re: [Resin-interest] pb with cxf / soap

2010-07-19 Thread Riccardo Cohen
ok after 2 hours I found the resin-support.jar in the 3.1.9 package, why did it disappear in 3.1.10 & 3.2 ?. I love resin but sometimes it is really hard to find the good information... I could create the web service and produce the wsdl from http://localhost:8000/Adlinterface?wsdl . But when i