Does it mean that at the moment it is not possible to build cxf applications based on JAXRS?
If not, is there some tips on how to build them: which dependencies and eventually repositories should be provided? Because the current "Building your cxf project with maven" does not include the needed jaxrs dependencies. I tried using the pom included there and extended it with the org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.2-SNAPSHOT dependency and apache.incubating repository and it still fails with resolving artifacts for the org.apache.abdera as listed below. thx in advance, Piotr > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: Maven dependencies for restful web services with cxf > Date: Fri, 21 Nov 2008 09:48:56 -0500 > CC: [email protected] > > > > > > Actually, Dan, where's the list of repositories used by CXF - I don't see > > them in parent pom ? > > That's cause I've pushed everything CXF needs EXCEPT for Abdera to central. > Thus, the only repository needed for CXF is central plus the incubator repo, > but that's only for the JAXRS module. (I could spend some time and push > Abdera as well, but I want to see if they turnaround a quick "we've > graduated" release like we did.) > > Now that Abdera has graduated, I expect them to release a 0.5 soon (I hope) > that could go to central and then everything we need will be at central. > > Dan > > > > On Friday 21 November 2008 7:51:50 am Sergey Beryozkin wrote: > > Hi > > > > I started documenting 3rd party dependencies in a Maven Dependencies > > section, just at the start of the jaxrs page. The repository for Abdera > > artifacts is > > > > <repository> > > <id>apache.incubating</id> > > <name>Apache Incubating Repository</name> > > <url>http://people.apache.org/repo/m2-incubating-repository</url> > > </repository> > > > > The documentation neeeds to be improved but the feedback is welcome as I've > > not had a chance yet to build a standalone CXF JAXRS project using Maven > > myself - as all the 3rd party libraries and CXF libs are always availbale > > for me either at a development or cxf fuse kit installation time. > > > > Sorry for the lame docs - we'll work on improving them > > > > Actually, Dan, where's the list of repositories used by CXF - I don't see > > them in parent pom ? > > > > Cheers, Sergey > > > > ----- Original Message ----- > > From: "Piotr Skawinski" <[EMAIL PROTECTED]> > > To: <[email protected]> > > Sent: Friday, November 21, 2008 12:27 PM > > Subject: Maven dependencies for restful web services with cxf > > > > > > > > Hi, > > > > I started using cxf for restful services and face errors with resolving > > artifact for org.apache.abdera several places when building with maven: > > > > > > Path to dependency: > > 1) com.axiell.arena:arena-images-service-implementation:jar:0.1 > > 2) org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.2-SNAPSHOT > > 3) org.apache.abdera:abdera-core:jar:0.4.0-incubating > > > > Path to dependency: > > 1) com.axiell.arena:arena-images-service-implementation:jar:0.1 > > 2) org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.2-SNAPSHOT > > 3) org.apache.abdera:abdera-parser:jar:0.4.0-incubating > > > > Path to dependency: > > 1) com.axiell.arena:arena-images-service-implementation:jar:0.1 > > 2) org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.2-SNAPSHOT > > 3) org.apache.abdera:abdera-extensions-json:jar:0.4.0-incubating > > > > and so on... > > > > In general there's nothing in (Building your cxf project with maven) that > > is telling you what to include in the maven dependencies for restful > > services. For example org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.2-SNAPSHOT > > is not included there. > > > > Is it posssible to get a list of all dependencies needed to build restful > > applications using cxf? > > > > > > thx in advance > > > > Piotr > > > > _________________________________________________________________ > > News, entertainment and everything you care about at Live.com. Get it now! > > http://www.live.com/getstarted.aspx > > > > -- > Daniel Kulp > [EMAIL PROTECTED] > http://dankulp.com/blog _________________________________________________________________ Discover the new Windows Vista http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE
