Re: OAuth client and server demos

2010-08-16 Thread Łukasz Moreń
Hi, I've made changes in demo according to your comments. I will do 'gsoc' tag on my branch to distinguish current gsoc work from future changes, as today is 'firm pencil down' date. I would like to do additional changes in oauth module. Access token should be connected with some kind of 'scope'

JAX-RS not working

2010-08-16 Thread Muhammad Sheraz Siddiqi
Hi I am unable to deploy JAX-RS and JAX-WS web services in Tomcat/JBoss. I believe there is something wrong with the beans.xml file. In the If I replace implementor="#helloRest" with implementorClass="com.bn.ws.servi

Re: [VOTE] Release CXF 2.2.10

2010-08-16 Thread Daniel Kulp
With 9 +1 votes and no other votes, this vote passes. I'll get the artifacts promoted. Dan On Thursday 12 August 2010 11:31:54 pm Daniel Kulp wrote: > Once again, there have been a bunch of bug fixes and enhancements that > have been done compared to the 2.2.9 release. Over 55 JIRA issues >

Re: MUSE-ing

2010-08-16 Thread Daniel Kulp
On Sunday 15 August 2010 12:33:30 pm Benson Margulies wrote: > Over at ws.apache.org, MUSE is headed for the Attic. the front page of Muse > states that it can work with either OSGi or Axis2. Would that mean that it > would work in the CXF OSGi environment? Would anyone be interested in > adopting

Re: JAX-RS not working

2010-08-16 Thread Sergey Beryozkin
Hi At least in this message, the beans.xml is definitely wrong, there's a typo, jaxws:endpoint/@implementor refers to jaxrs:server as opposed to helloBean... the exception message may also help... cheers, Sergey On Mon, Aug 16, 2010 at 12:27 PM, Muhammad Sheraz Siddiqi < mshe...@folio3.com> wro