Re: How to make ServiceBeans created by CXF Servlet to be in prototype or HTTP Session Scope

2010-06-21 Thread Balaji Sankar Chopparapu
Thanks Sergey for you quick reply. The "beanNames"attribute doenst work on Service Beans. Is this by design. Even in the example the "customerBean2,customerBean3" are not referred as service beans. Please suggest * * * *

Re: NPE setting up CXF code in Eclipse

2010-06-21 Thread Daniel Kulp
On Saturday 19 June 2010 10:31:19 am Glen Mazza wrote: > Problem fixed. I upgraded to Maven 2.2.1 and also nuked my local Maven > repository in case a file used in the build process was corrupted. But > the NPE while building CXF-API still occurred (I'm not sure why I said > "mvn -Pfastinstall"

Re: [GSoC][OAUTH] OAuth implementation kick-off

2010-06-21 Thread Łukasz Moreń
> > Hi Łukasz, just in case you're not aware (highly unlikely), the link above is now recommending the regular RFC 5849: http://tools.ietf.org/html/rfc5849 instead of the draft link. Yes I noticed this new recommendations some time ago and I am using it now. Thanks for letting know. Cheers,

Re: [GSOC] Simple and lightweight HTML-based browser for surveying Apache CXF logs

2010-06-21 Thread Tomasz Oponowicz
Hi, I've just commit changes at repository [1]. Changes from last version: - Created Maven project structure; - Configured 'maven-gwt-plugin' for automatic execute GWT compiler (to convert Java to JavaScript); - Added draft implementation of 'BootstrapStorage'; - Create sample configuration of 'A

Re: svn commit: r955511 - in /cxf/sandbox/oauth_1.0a/rt/rs/oauth/src: main/java/org/apache/cxf/auth/oauth/endpoints/ main/java/org/apache/cxf/auth/oauth/provider/ main/java/org/apache/cxf/auth/oauth

2010-06-21 Thread Łukasz Moreń
> > Hi - good to see the OAuth project going on - let us know if there's anything that we can help with. I've looked through the initial commits, looks good. I was about to tell you a CXF 'application' code does not explicitly depends on Spring but you've removed that one :-). Agreed. L

Re: Endorse jaxws 2.2 API jar

2010-06-21 Thread Daniel Kulp
Jim, I just committed some changes that I think should work for us. Can you give it a look? Basically, in jaxws module, I've separated out the jaxws 2.2 specific stuff into a separate source tree. I've added a "jaxws22" profile that will add the 2.2 stuff into the build and setup the endo

Re: Endorse jaxws 2.2 API jar

2010-06-21 Thread Glen Mazza
Just to confirm, why should the default *not* be JAX-WS 2.2--is it because 2.1 is presently the default version in the JDK? Is setting the default to 2.1 meant to help developers of CXF or users of CXF (i.e., does this default have any bearing on CXF usage or is just when programming CXF internal

Re: Endorse jaxws 2.2 API jar

2010-06-21 Thread Daniel Kulp
On Monday 21 June 2010 2:48:18 pm Glen Mazza wrote: > Just to confirm, why should the default *not* be JAX-WS 2.2--is it because > 2.1 is presently the default version in the JDK? Is setting the default to > 2.1 meant to help developers of CXF or users of CXF (i.e., does this > default have any be

[GSOC] OAuth Resource Owner Authorization implementation

2010-06-21 Thread Łukasz Moreń
Hi, I'm going to implement the second OAuth endpoint called: Resource Owner Authorization. I will explain briefly this endpoint to make my question more clear. Client (third-party app) make request to mentioned endpoint in order to obtain approval for accessing user (resource owner) resources. ex