Hi again, i still need help to upgrade the cxf version, i have a NPE i don't find from where it is thrown :(
here is my current patch: https://gist.github.com/1055173 i modified it: - openejb-http - openejb httprequest implements httpservletrequest, same idea for httpsession and httpresponse [it probably needs some more work] - the goal is to be able to delegate more easily to any library and avoid to copy/paste code only to convert objects - openejb-cxf - a lot of deletion because i want to delegate more to cxf If you succeed to find where the NPE comes from please say it, i'll be happy to be able to continue. - Romain 2011/6/29 Romain Manni-Bucau <[email protected]> > 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 >> > >
