jaxp-api exclusion from parent/pom.xml

2009-07-15 Thread Peter Jones
Hi there, cxf includes the jaxp-ri as a dependency when needed in a couple of places (only when running with the ibm jdk), but I notice that in the parent/pom.xml, jaxp-api is specifically excluded: com.sun.xml.parsers jaxp-ri 1.4.2

Re: Eclipse

2009-07-15 Thread Oisin Hurley
> My collegue followed the instructions there and was rewarded with a > nonfunctioning environment. I confess that I've had bad experience > with the output of WTP in the past, so I'm not inclined to push him to > try harder. Call me irresponsible ... Push him to report the issues :) --oh

Re: Eclipse

2009-07-15 Thread Benson Margulies
My collegue followed the instructions there and was rewarded with a nonfunctioning environment. I confess that I've had bad experience with the output of WTP in the past, so I'm not inclined to push him to try harder. Call me irresponsible ... On Wed, Jul 15, 2009 at 10:51 AM, Oisin Hurley wrote:

Re: Eclipse

2009-07-15 Thread Oisin Hurley
> In my experience, trying to use 'incubator' materials out of Eclipse > is a recipe for incipient self-defenestration. 'Incubation' at Eclipse means that the project hasn't reached a 1.0 yet in terms of APIs and has not been through an official release review. Just like at Apache, the term incub

Re: Eclipse

2009-07-15 Thread Oisin Hurley
> No.  We DID have an eclipse plugin, but it didn't do anything gui related.  It > literaly was just CXF and all the third party deps packaged into an eclipse > plugin bundle thing so that could be put in the eclipse/plugins dir so that > the STP tools could depend on it. Yeah, I admit my weak mem

Re: Eclipse

2009-07-15 Thread Benson Margulies
That explains that. In my experience, trying to use 'incubator' materials out of Eclipse is a recipe for incipient self-defenestration. So if that's the best there is, we're stuck. I do wonder about whether the JBoss gang has something useful. On Wed, Jul 15, 2009 at 10:10 AM, Daniel Kulp wrote

Re: Eclipse

2009-07-15 Thread Daniel Kulp
On Tue July 14 2009 12:26:43 pm Oisin Hurley wrote: > > I strongly remember that there was an entire eclipse plugin in our > > tree back when I first showed up. I could be confabulating. > > I think you might be confabulating about that :) No. We DID have an eclipse plugin, but it didn't do anyth

Re: Document binding/aegis

2009-07-15 Thread Daniel Kulp
On Tue July 14 2009 6:24:39 pm Benson Margulies wrote: > So, I modified the aegis sample to demonstrate a service with a > Document as a return type. The client receives the > org.w3c.dom.Document for the 'return' wrapper element, not the actual > element corresponding to the server's return value,