Hi, i answered in your mail
- Romain 2011/6/29 Jacek Laskowski <[email protected]> > On Tue, Jun 28, 2011 at 9:40 PM, Romain Manni-Bucau > <[email protected]> wrote: > > here is my patch https://gist.github.com/1046378 but it just compile > today, > > i probably broke a lot of things, it will probably need refactoring. > > > > However any help is welcomed :) > > Hi Romain, > > Thanks for the invitation. I may accept it :) > > I'd appreciate if you could answer a few questions. > > How did you know how to change > > server/openejb-cxf/src/main/java/org/apache/openejb/server/cxf/HttpDestination.java? > Did you follow compiler's errors or read the source code of CXF? > I mainly followed the compiler errors and i compared it to the previous version so "my HttpDestination" is a merge between openejb HttpDestination and cxf 2.3 HTTPDestination > > Why did you copy > > server/openejb-cxf/src/main/java/org/apache/openejb/server/cxf/WSDLQueryHandler.java > from CXF? I suppose you meant to get passed the compilation errors, > didn't you? > I copied it because it is removed from cxf 2.4.1. Now it is an interceptor but like we are using an abstraction layer for the http transport, i'm not sure how we could use the cxf interceptor so i just came back to the old way to do. I think i can get wsdl with my patch but i can't send messages. > > Jacek > > -- > Jacek Laskowski > Java EE, functional languages and IBM WebSphere - http://blog.japila.pl > Warszawa JUG conference = Confitura (formerly Javarsovia) :: > http://confitura.pl >
