Re: Error deploying CXF 2.0.2 to WebSphere 6.1.0.5

2007-10-12 Thread Jeff Yu
Hi, Willem I checked the wsdl4j.jar, but it works fine with cxf-2.0 M1, which used the same version wsdl4j.jar as cxf-2.0 RC... Any way, I will put it under endorsed folder and give it another shot next week Thanks Jeff Jiang, Ning (Willem) wrote: Hi Jeff, I do not think the servlet2.5

Re: Creating a Provider for a WSDL-first WS without annotations?

2007-10-12 Thread Willem Jiang
I don't find a way to set the Provider properties from JAXWS API. If you can tell the @ServiceMode's value from the script engine, I think you can easily pick up a annotated Provider template class. Here is only 2 types service mode. BTW, if you use the JaxWsServerFactoryBean to create the

RE: Error deploying CXF 2.0.2 to WebSphere 6.1.0.5

2007-10-12 Thread Jiang, Ning (Willem)
Hi Jeff, I do not think the servlet2.5 API is the cause of the error. If I remembered right, you told me that you had tried to remove the servlet2.5 API from the war's lib and it was workable. Form the stack trace, it looks like the exception is thrown by calling the WSDL4J extension. Maybe