On Wednesday 12 December 2007, Christian Vest Hansen wrote: > Cool, > > So this will be in the 2.1 scheduled[1] in three days? > > [1]: http://incubator.apache.org/cxf/roadmap.html
Egads. We need to update that page. There isn't anyway 2.1 is going to be ready in 3 days. We're pretty far from getting the jAX-WS 2.1 tck passing. This could make it for 2.0.4 since it's a pretty straightforward change. We really haven't talked about doing a 2.0.4 though. My gut feeling says it's too late to do one this year due to holidays and vacations and such. Getting the required IPMC votes could be really tough. I've put a preliminary date on that page to Jan 15, but I suppose if everyone thinks one is needed sooner, we could try. Dan > > On 12/12/07, Willem Jiang <[EMAIL PROTECTED]> wrote: > > Hi Christian, > > > > The testPublishedEndpointUrl can be passed in my workspace. > > You should check your class path (or use mvn -Psetup.eclipse to > > create a new workspace) , maybe it is out of date :) > > > > FYI I just committed your patch . > > > > Thanks, > > > > Willem. > > > > Christian Vest Hansen wrote: > > > Hi Willem, > > > > > > Ok. I have tried to move (reimplement, really) the test in the > > > systest module myself, but I can't figure out how to configure it > > > properly - keep getting a 'no such operation' whenever I request > > > the wsdl. Oh well... you can probably write the systest better > > > than I can anyway. > > > > > > :-) > > > > > > On 12/11/07, Jiang, Ning (Willem) <[EMAIL PROTECTED]> wrote: > > >> Hi Christian, > > >> > > >> I just checked the code , the real reason is jaxws front end > > >> module's pom.xml does not include the http transport module. > > >> I will move the SpringBeansTest.testPublishedEndpointUrl test > > >> code to the systest module. > > >> > > >> Willem. > > >> > > >> -----Original Message----- > > >> From: Jiang, Ning (Willem) [mailto:[EMAIL PROTECTED] > > >> Sent: Tue 12/11/2007 21:29 > > >> To: [email protected]; [email protected] > > >> Subject: RE: configurability of published soap:address location > > >> on jaxws endpoints > > >> > > >> > > >> Hi Christian, > > >> > > >> I will take care it :) > > >> It likes like you do not set the right bus for the > > >> JaxWsServerFactoryBean. > > >> > > >> Willem. > > >> > > >> -----Original Message----- > > >> From: Christian Vest Hansen [mailto:[EMAIL PROTECTED] > > >> Sent: Tue 12/11/2007 18:38 > > >> To: [email protected] > > >> Subject: Re: configurability of published soap:address location > > >> on jaxws endpoints > > >> > > >> I've slept on it and ... > > >> > > >>> Even though the test seems to (sometimes) work with the > > >>> JaxWsServerFactoryBean, I've been unable to prove to myself that > > >>> a spring-configured jaxws:endpoint works aswell due to #2, so I > > >>> presume that part dosn't work. > > >> > > >> ... is no longer an issue. Turns out the little test project I > > >> created was borked and included two versions of CXF - no wonder > > >> it didn't work. Plus, the patch seems to work as expected in this > > >> test project now that it's dependencies and deployment is fixed. > > >> > > >> So this is a good thing, however mvn test still fails with a > > >> "Could not find destination factory for transport > > >> http://schemas.xmlsoap.org/soap/http" message, while eclipse lets > > >> the test pass. I wonder what the difference is. > > >> > > >> > > >> PS. > > >> > > >>> I've created a JIRA > > >> > > >> ... but forgot the link. Here it is: > > >> https://issues.apache.org/jira/browse/CXF-1279 > > >> > > >> On 12/10/07, Christian Vest Hansen <[EMAIL PROTECTED]> wrote: > > >>> I've created a JIRA for this feature and attached a preliminary > > >>> patch to it that I'de like someone to look at and comment on > > >>> (I'm sure there are numerous things to point out). > > >>> > > >>> The patch has a number of issues that I'm currently stuck on: > > >>> #1. The SpringBeansTest.testPublishedEndpointUrl runs fine in > > >>> Eclipse but breaks in mvn test (this also breaks the build). > > >>> #2. The changes to jaxws.xsd dosn't seem to have any effect > > >>> outside the confines of JUnit (this breaks war-file deployment). > > >>> #3. I've had to add the publishedEndpointUrl property to not > > >>> only EndpointImpl, but also AbstractEndpointFactory, and I > > >>> wonder if it needs to be added elsewhere. > > >>> > > >>> Even though the test seems to (sometimes) work with the > > >>> JaxWsServerFactoryBean, I've been unable to prove to myself that > > >>> a spring-configured jaxws:endpoint works aswell due to #2, so I > > >>> presume that part dosn't work. > > >>> > > >>> On 12/5/07, Willem Jiang <[EMAIL PROTECTED]> wrote: > > >>>> Jim Ma wrote: > > >>>>>> Is there a specific reason for using jaxws:properties as > > >>>>>> oppose to a first class attribute? Because I already > > >>>>>> implemented the attribute... > > >>>>>> > > >>>>>> :p > > >>>>> > > >>>>> That's cool . There is no specific reason for that , I just > > >>>>> think it's the simple way to > > >>>>> do that .. :) > > >>>> > > >>>> I think in this case , you do not need to change the > > >>>> jaxws.xsd[1] and the EndpointDefinitionParser[2] to consume a > > >>>> new attribute. > > >>>> > > >>>> > > >>>> [1]https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/fron > > >>>>tend/jaxws/src/main/resources/schemas/jaxws.xsd > > >>>> [2]https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/fron > > >>>>tend/jaxws/src/main/java/org/apache/cxf/jaxws/spring/EndpointDef > > >>>>initionParser.java > > >>>> > > >>>> > > >>>> Willem. > > >>> > > >>> -- > > >>> Venlig hilsen / Kind regards, > > >>> Christian Vest Hansen. > > >> > > >> -- > > >> Venlig hilsen / Kind regards, > > >> Christian Vest Hansen. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog
