Re: Jose4J and JWT

2014-05-20 Thread Sergey Beryozkin
if preferred. More refactoring will be going in, plus support for JAX-RS providers supporting JSON encryption validation which goes beyond a pure OAuth2 related support. Eventually I will document it too :-) Cheers, Sergey On 02/05/14 13:23, Sergey Beryozkin wrote: Hi I've been experimenting

Re: Jose4J and JWT

2014-05-20 Thread Sergey Beryozkin
/cxf/rt/rs/security/oauth-parent/oauth2-jwt/src/test/java/org/apache/cxf/rs/security/oauth2/jws/JwsCompactReaderWriterTest.java?r=fd0528c0f9dd112264f7aeffa04565e18d973884 Jws related code needs a bit of utility support, Jwe looks reasonable for now... Sergey On 20/05/14 12:51, Sergey Beryozkin

Re: [DISCUSS] Short term plans/branching....

2014-05-19 Thread Sergey Beryozkin
Hi Dan On 19/05/14 15:45, Daniel Kulp wrote: Just wanted to throw out a quick discussion about how to manage the git repo for the short term. With the last 2.6.x release, we announced there would be one more release of that branch. Thus, we need to keep that branch around. To avoid having

Re: Repackaging of cxf-api to remove Spring dependencies

2014-05-02 Thread Sergey Beryozkin
Hi Andrei On 02/05/14 09:37, Andrei Shakirin wrote: Hi Dan, -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: Donnerstag, 1. Mai 2014 23:49 To: dev@cxf.apache.org Subject: Re: Repackaging of cxf-api to remove Spring dependencies On May 1, 2014, at 3:22 PM, Andrei

Re: CXF failed to publish endpoints in Eclipse 4.2.2 OSGi, Jetty 8.1.14 and Spring 3.0.7 environment

2014-04-21 Thread Sergey Beryozkin
Christian fixed it for the incoming 3.0.0 Sergey On 18/04/14 18:30, samz2000 wrote: The current CXF 2.6.13 or 2.7.10 - the blueprint xml files contain name space handler from Apache Aries, which prevent other Blueprint implementation such as Eclipse Gemini (https://www.eclipse.org/gemini/) to

Re: JTA support for JMS Transport in CXF 3.0

2014-04-11 Thread Sergey Beryozkin
Hi Christian First of all: the way you've refactored the transport so far is perfect :-). I'd only suggest that we try and release 3.0.0 first, may be do some of your ideas in the next week or two (to get some initial transaction support done) and immediately continue in 3.0.1. JAX-RS users

Re: [VOTE] CXF 2.6.14/2.7.11 - take 2

2014-04-09 Thread Sergey Beryozkin
+1 Thanks, Sergey On 09/04/14 04:44, Daniel Kulp wrote: It’s been 2 months since the last releases… This is a vote to release 2.7.11 and 2.6.14. There are over 60 issues fixed for 2.7.11 and more than 20 ported back to 2.6.14. This second attempt fixes the blueprint parsing issues that

Re: SOAP over WebSocket

2014-04-08 Thread Sergey Beryozkin
Hi On 08/04/14 18:01, Aki Yoshida wrote: Hi Przemyslaw, I am not sure if your multiplex case needs websockets or the normal asynchronous soap invocation over http is suitable. Regarding the current websocket support in cxf, it is supported out of the box in the current 3.0.0-SNAPSHOT for some

Re: [VOTE] CXF 2.6.14/2.7.11

2014-04-07 Thread Sergey Beryozkin
+1 Thanks, Sergey On 06/04/14 17:34, Daniel Kulp wrote: It’s been 2 months since the last releases… This is a vote to release 2.7.11 and 2.6.14. There are over 60 issues fixed for 2.7.11 and more than 20 ported back to 2.6.14. Staging area:

Re: [5/8] git commit: Revert [CXF-5661]add more JMX operations for ManagedEndpoint mbean

2014-04-04 Thread Sergey Beryozkin
neatly. Cheers - Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat On 2014-4-3, at 下午5:43, Sergey Beryozkin wrote: Hi Freeman Why do you need JSON schema for it ? I don't think it is realistic to expect XMLSchema document can be mapped 1 to 1 to a corresponding

Re: [5/8] git commit: Revert [CXF-5661]add more JMX operations for ManagedEndpoint mbean

2014-04-03 Thread Sergey Beryozkin
Hi Freeman Why do you need JSON schema for it ? I don't think it is realistic to expect XMLSchema document can be mapped 1 to 1 to a corresponding JSON schema. Cheers, Sergey On 03/04/14 02:57, Freeman Fang wrote: Hi Dan, Is there any neat way we can get Json schema from XmlSchema? Thanks

Re: git commit: [CXF-5661]add more JMX operations for ManagedEndpoint mbean

2014-04-01 Thread Sergey Beryozkin
On 01/04/14 10:46, Sergey Beryozkin wrote: Hi Freeman IMHO it appears to be a rather 'intrusive' commit. I'm sure it will help with the JMX improvements work somehow but here are some comments: Here are some comments: - should your bean annotation introspectors to do with JMX be moved to rt

Re: How to start contributing to CXF

2014-04-01 Thread Sergey Beryozkin
Hi You can start contributing patches to open CXF JIRAs Thanks, Sergey On 01/04/14 12:02, Pankaj Gaur wrote: Dear Team, I have enrolled to list for some time now and see issues/votes/roadmaps from time totime. How can I contribute to CXF development or any issue resolution. Does it require any

Re: ask for schedule for formal JAX-RS2.0 support

2014-03-26 Thread Sergey Beryozkin
I added a dedicated section: https://cwiki.apache.org/confluence/display/CXF20DOC/JAX-RS#JAX-RS-JAX-RSCompliance Sergey On 26/03/14 10:40, Sergey Beryozkin wrote: Hi On 26/03/14 08:25, Bin Zhu wrote: Hi, I noticed from the following site that CXF 3.0 haven't claim formal JAX-RS 2.0

Git cherry-pick reports a lot of bad objects

2014-03-11 Thread Sergey Beryozkin
Hi I'm seeing a lot of 'bad-object' errors from git cherry-pick, when doing a merge to 2.7.x. 3 errors today. I do a commit and push to the master and then an immediate cherry-pick to 2.7.x. Is cherry-pick a bit brittle, and git merge needs to be used or may be we have some reference issues

Re: RESTful, WSDL 2.0 WADL

2014-03-10 Thread Sergey Beryozkin
Hi On 07/03/14 05:24, Gary Gregory wrote: Hi All, I'd like to use a CXF dynamic client to call a RESTful service. I also want to formally describe the RESTful service with a standard-based file. My first choice was WSDL 2.0 since it is a standard. Creating a client with

Re: OpenId Connect

2014-03-03 Thread Sergey Beryozkin
Hi Bill On 03/03/14 18:50, Bill Burke wrote: On 3/3/2014 1:42 PM, Thorsten Höger wrote: Am 03.03.2014 11:27, schrieb Sergey Beryozkin: Hi Thorsten On 01/03/14 17:42, Thorsten Höger wrote: Hi, are there plans to support OpenId Connect (Server/Client) as extension to OAuth2 in CXF? Yes

Re: REST security enhancements

2014-02-21 Thread Sergey Beryozkin
is clear. Thanks Oli From: Andrei Shakirin [ashaki...@talend.com] Sent: 09 February 2014 18:19 To: dev@cxf.apache.org Subject: RE: REST security enhancements Hi Sergei, -Original Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent

Re: Follow-up on CDI integration

2014-02-19 Thread Sergey Beryozkin
integration is concerned... Thanks, Sergey Christian Am 19.02.2014 12:36, schrieb Sergey Beryozkin: Hi Andriy On 18/02/14 22:44, Andrey Redko wrote: Hey guys, Follow-up on a recent conversation, I am wondering if someone is looking into PoC for CDI integration in CXF? (Christian?) I would like

Re: Optional support for CDI integration ?

2014-02-10 Thread Sergey Beryozkin
be supported in CXF to support the injection of beans into service classes via @Inject so that people can just add CDI RI dep and have it working ? Thanks, Sergey Regards, Andrei. -Original Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: Sonntag, 9. Februar

Optional support for CDI integration ?

2014-02-09 Thread Sergey Beryozkin
Hi All, Does it make sense to offer some optional support for CDI directly in CXF ? I guess we can expect more and more queries about it going forward, I'll want to investigate more about it in scope of the JAX-RS 2.0 spec work anyway, but I wonder what can be done in CXF in general Thanks,

Re: STSTokenValidator enhancements

2014-02-06 Thread Sergey Beryozkin
say the validation response should have the extra bits Thanks, Sergey Colm. On Wed, Feb 5, 2014 at 9:13 PM, Sergey Beryozkin sberyoz...@gmail.comwrote: Hi Oli On 05/02/14 19:42, Oliver Wulff wrote: Hi there The STSTokenValidator is used to validate incoming credentials (ex. username

Re: STSTokenValidator enhancements

2014-02-06 Thread Sergey Beryozkin
assertion by STS) that it will itself authorize against later on. Cheers, Sergey Colm. On Thu, Feb 6, 2014 at 11:18 AM, Sergey Beryozkin sberyoz...@gmail.comwrote: On 06/02/14 10:35, Colm O hEigeartaigh wrote: No, you should in theory be able to add Claims information via a CallbackHandler

Re: STSTokenValidator enhancements

2014-02-06 Thread Sergey Beryozkin
On 06/02/14 11:45, Sergey Beryozkin wrote: Hi Colm On 06/02/14 11:34, Colm O hEigeartaigh wrote: It could be useful in the scenario where a user only supplies authentication information (i.e. a UsernamePassword), but not any information that could be used for authorization. Yes, I'm with you

Re: REST security enhancements

2014-02-06 Thread Sergey Beryozkin
. -Original Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: Mittwoch, 5. Februar 2014 22:22 To: dev@cxf.apache.org Subject: Re: REST security enhancements Hi Oli On 05/02/14 19:56, Oliver Wulff wrote: Hi there For the REST services of the Fediz IDP I'd like to support

Re: REST security enhancements

2014-02-06 Thread Sergey Beryozkin
and either ignore or enforce the security as needed. This might be worth considering Cheers, Sergey Thanks Oli From: Sergey Beryozkin [sberyoz...@gmail.com] Sent: 06 February 2014 13:23 To: dev@cxf.apache.org Subject: Re: REST security enhancements Hi

Re: [VOTE] CXF 2.6.13/2.7.10 (attempt 2)

2014-02-06 Thread Sergey Beryozkin
with failed votes and plenty of discussions and reviews prior to that, I think we’re OK. (providing I get the 3 votes by tomorrow. :) ) -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: [VOTE] Apache CXF 2.7.10

2014-02-05 Thread Sergey Beryozkin
+1 Sergey On 05/02/14 03:08, Daniel Kulp wrote: This is a vote to release 2.7.10. This is mostly to fix the JAX-WS 2.2 problems in the 2.7.9 release that would not allow it to work as a 2.2 runtime. Also has a couple other minor fixes. Staging area:

Re: [VOTE] Apache CXF 2.7.9/2.6.12

2014-01-30 Thread Sergey Beryozkin
+1 Cheers, Sergey On 29/01/14 22:03, Daniel Kulp wrote: We've resolved over 60 issues since 2.7.8 and almost 40 ported back to 2.6.12. List of issues: 2.6.12 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325599 2.7.9

Re: svn commit: r1561791

2014-01-27 Thread Sergey Beryozkin
Hi Dan Many thanks for your help here. Perhaps we can also make it more visible at the JAX-WS level, though it's quite handy that IOUtils can be called directly Cheers, Sergey On 27/01/14 18:59, dk...@apache.org wrote: Author: dkulp Date: Mon Jan 27 18:59:37 2014 New Revision: 1561791

Re: Discuss: Switching cxf to git

2014-01-22 Thread Sergey Beryozkin
On 22/01/14 09:20, Christian Schneider wrote: Recently many apache projects switched from svn to git (like Camel and Karaf). As git has many advantages compared to svn (especially for back ports) I think it makes sense to also do this switch for cxf. Any opinions? Comment from someone who has

Re: Discuss: Switching cxf to git

2014-01-22 Thread Sergey Beryozkin
On 22/01/14 17:18, Daniel Kulp wrote: On Jan 22, 2014, at 12:01 PM, Christian Schneider ch...@die-schneider.net wrote: There is one thing that might be different. I recently committed/pushed a change from a non committer to karaf. I proposed to the developer to fork the karaf repo on

Re: CXF-5309 Support Bean Validation API for JAX-RS

2014-01-16 Thread Sergey Beryozkin
Hi On 16/01/14 13:02, PEIFFER, ERIC (ERIC) wrote: Hello everybody, I'm very interested about this correction concerning the support of bean validation: https://issues.apache.org/jira/browse/CXF-5309 This issue is fixed in the release

Re: [VOTE] Apache DOSGi 1.6.0 Release

2014-01-16 Thread Sergey Beryozkin
+1 Thanks, Sergey On 16/01/14 14:46, Christian Schneider wrote: The Apache CXF DOSGi sub project is the Reference Implementation of the OSGi Remote Services and Remote Services Admin Service specifications [1] which provide a distributed computing model based around OSGi Services. The CXF

Re: cxf testing fails

2014-01-12 Thread Sergey Beryozkin
Hi, I guess it is to do with some setup issues, Can you please post the details to the users list ? Thanks, Sergey On 07/01/14 22:23, dima wrote: I am trying to test a CXF Restful WS with Local Transport as described here: https://cwiki.apache.org/confluence/display/CXF20DOC/JAXRS+Testing and I

Re: Coloc for JAX-RS

2013-12-20 Thread Sergey Beryozkin
Hi Andrei On 20/12/13 14:53, Andrei Shakirin wrote: Hi, I have seen the request from one user to provide coloc feature (http://cxf.apache.org/docs/coloc-feature.html ) for JAX-RS services (currently is supported for JAX-WS only). IMO will be nice if both implementations consequentially

Re: Spring integration using @Configuration @ComponentScan annotations

2013-12-09 Thread Sergey Beryozkin
-annotations-tp5737561.html Sent from the cxf-dev mailing list archive at Nabble.com. -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: Spring integration using @Configuration @ComponentScan annotations

2013-12-09 Thread Sergey Beryozkin
will file the jira issue soon (probably not today), and it should be clear then. Cheers, Przemyslaw On Mon, Dec 9, 2013 at 3:20 PM, Sergey Beryozkin [via CXF] [hidden email] http://user/SendEmail.jtp?type=nodenode=5737569i=0 wrote: Hi I added a prototype to the JAX-RS frontend, http

Re: Messed up 3.0.0-milestone1 release....

2013-11-26 Thread Sergey Beryozkin
On 26/11/13 15:55, Daniel Kulp wrote: I somehow messed up the 3.0.0-milestone1 release.During the prepare step, I apparently miss-spelled “everything” in the profile.Thus, the poms in distribution didn’t get updated and thus the distribution didn’t get properly built and deployed.

Re: [VOTE] 3.0.0-milestone1 distributions...

2013-11-26 Thread Sergey Beryozkin
+1 Thanks, Sergey On 26/11/13 17:26, Daniel Kulp wrote: This is a vote for the actually distributions to go along with the 3.0.0-milestone1 release that is already in central. Staging area: https://repository.apache.org/content/repositories/orgapachecxf-008/ Now already part of the

Re: [VOTE] Apache CXF 2.7.8/2.6.11

2013-11-20 Thread Sergey Beryozkin
+1 Sergey On 20/11/13 16:20, Daniel Kulp wrote: We've resolved over 75 issues since 2.7.7 and almost 35 ported back to 2.6.11. List of issues: 2.6.11 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12325006 2.7.8

Re: [VOTE] Apache CXF 3.0.0-milestone1

2013-11-20 Thread Sergey Beryozkin
+1 ! Thanks, Sergey On 20/11/13 21:28, Daniel Kulp wrote: We’ve done quite a lot of work toward 3.0.0. While we still have work to do, I think it’s a good idea to get a stable milestone release out that users can depend on to start testing some of the new stuff and provide feedback about

Re: Fail-over support for HTTP errors

2013-11-14 Thread Sergey Beryozkin
) Twitter: willemjiang Weibo: 姜宁willem On Wednesday, November 13, 2013 at 3:19 AM, Sergey Beryozkin wrote: Hi While working on fixing [1] which is really about the JAX-RS client code not working with the failover feature in case of exceptions caused by statuses like 404 (Not Found), which

Fail-over support for HTTP errors

2013-11-12 Thread Sergey Beryozkin
Hi While working on fixing [1] which is really about the JAX-RS client code not working with the failover feature in case of exceptions caused by statuses like 404 (Not Found), which works fine for JAX-WS, I spotted that by default the fail-over will also be activated by statuses like 401,

Re: svn commit: r1539911 - in /cxf/trunk: parent/ rt/frontend/jaxrs/ rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/ rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/swagger/

2013-11-08 Thread Sergey Beryozkin
. For the trunk - please move it to the other module Thanks, Sergey On 08/11/13 11:39, Sergey Beryozkin wrote: I'm sorry, really not sure how I got my message truncated Yes, please move it rt/rs/description - this is now where WADL related code lives, I'm fine with Swagger code being there too

Re: JAX-RS 2.0

2013-09-23 Thread Sergey Beryozkin
: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/9/22 Sergey Beryozkin sberyoz...@gmail.com Hi On 22/09/13 07:47, Romain

Re: JAX-RS 2.0

2013-09-23 Thread Sergey Beryozkin
: https://github.com/rmannibucau* 2013/9/23 Sergey Beryozkin sberyoz...@gmail.com Hi Romain On 22/09/13 17:35, Romain Manni-Bucau wrote: Hi Sergey, if using CDI it should be automatically done since BVal 1.1 supports it by default on CDI/EJB beans. I didn't check the JAXRS spec but it can

Re: JAX-RS 2.0

2013-09-22 Thread Sergey Beryozkin
information on Apache and Java EE 7 for JavaOne next week. There any information on JAX-RS 2.0 status? -David -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: [VOTE] Apache CXF 2.7.7/2.6.10

2013-09-15 Thread Sergey Beryozkin
+1 Sergey On 14/09/13 13:36, Daniel Kulp wrote: We've resolved over 90 issues since 2.7.6 and almost 50 ported back to 2.6.10. This also includes an update release of our build-utils to get the PMD stuff needed to work with the latest Eclipse. List of issues: 2.6.10

Soap test error in systests/jaxrs

2013-09-12 Thread Sergey Beryozkin
Hi I've started seeing today the following error in JAXRSSoapBookTest: javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service. at com.ibm.wsdl.util.xml.DOMUtils.getQName(DOMUtils.java:309) at

Re: Soap test error in systests/jaxrs

2013-09-12 Thread Sergey Beryozkin
that in the reality it can help in experimenting with opening up the existing WS implementations and offering optional RS views and then people would most likely move to the next level (separate WS RS views) once that POC is done Cheers, Sergey On 9/12/2013 8:25 AM, Sergey Beryozkin wrote: Hi

Re: Soap test error in systests/jaxrs

2013-09-12 Thread Sergey Beryozkin
On 12/09/13 13:43, Bill Burke wrote: On 9/12/2013 8:40 AM, Sergey Beryozkin wrote: On 12/09/13 13:27, Bill Burke wrote: Isn't JAXRS and SOAP an oxymoron? I've just learned a new word, lol. Was just trying to be funny... Sorry for trolling, couldn't resist. See you on the 339 list Serg

Re: [DISCUSS] Big bundles for 3.0....

2013-09-04 Thread Sergey Beryozkin
that this is not for OSGi. That said, I just don't think we need it at all. Thoughts? -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: Inject attribute into Apache CXF servlet

2013-09-03 Thread Sergey Beryozkin
like to try this first. I agree that my undertaking is not easy. But I have a solution now and I would try this first. Many thanks for your help!!! Jana Am So, 1.09.2013, 19:06 schrieb Sergey Beryozkin: Hi On 31/08/13 21:35, Jana Weschenfelder wrote: Dear Ladies and Gentlemen, I have a problem

Re: Inject attribute into Apache CXF servlet

2013-09-01 Thread Sergey Beryozkin
Hi On 31/08/13 21:35, Jana Weschenfelder wrote: Dear Ladies and Gentlemen, I have a problem and maybe someone can help me here: The problem is described in the forum of Spring. It cost me 3 days of my time already and I am really stuck now...

Adding HostnameVerifier property to TLSClientParameters

2013-08-27 Thread Sergey Beryozkin
Hi TLSClientParameters have boolean properties indicating how a host name should be verified, which is usually enough, but JAX-RS 2.0 Client API requires a support for concrete HostnameVerifier implementations, so at the moment I'm simply extending TLSClientParameters to support a typed

Re: Release Fediz 1.1.0...

2013-08-26 Thread Sergey Beryozkin
Thanks Oli -- Oliver Wulff Blog: http://owulff.blogspot.com Solution Architect http://coders.talend.com Talend Application Integration Division http://www.talend.com From: Sergey Beryozkin [sberyoz...@gmail.com] Sent: 21 August 2013 14:54 To: dev

Re: Release Fediz 1.1.0...

2013-08-21 Thread Sergey Beryozkin
Hi Oli On 20/08/13 22:14, Oliver Wulff wrote: Hi there I'd like to release CXF Fediz 1.1.0 within the next two weeks. A lot of new features have been implemented like support for more containers like Jetty, Websphere 7/8 and Spring Security 2/3 and minor extensions with respect to support

Re: Problem with Rest Client in blueprint

2013-08-05 Thread Sergey Beryozkin
Hi Christian Thanks for reporting it, On 05/08/13 16:32, Christian Schneider wrote: I am currently facing some problems using a jaxrs:client in blueprint. The first problem is that org.apache.cxf.jaxrs.client.Client is not found at runtime. I had to add this to the maven bundle plugin to make

Re: Can LocalConduit use Direct Dispatch by default ?

2013-08-02 Thread Sergey Beryozkin
Hi Dan On 01/08/13 22:51, Daniel Kulp wrote: On Aug 1, 2013, at 4:58 PM, Sergey Beryozkin sberyoz...@gmail.com wrote: Hi Dan On 31/07/13 23:42, Daniel Kulp wrote: On Jul 30, 2013, at 12:07 PM, Sergey Beryozkin sberyoz...@gmail.com wrote: I'd rather go and enable the direct dispatch style

Re: svn commit: r1509445 -

2013-08-02 Thread Sergey Beryozkin
Hi Dan I tried to contribute a bit and merge it to 2.7.x, there was a minor merge conflict, I think I resolved it, but I did not merge to 2.6.x, thought would be better if you double check Thanks, Sergey On 01/08/13 22:49, dk...@apache.org wrote: Author: dkulp Date: Thu Aug 1 21:49:54 2013

Re: Can LocalConduit use Direct Dispatch by default ?

2013-08-01 Thread Sergey Beryozkin
Hi Dan On 31/07/13 23:42, Daniel Kulp wrote: On Jul 30, 2013, at 12:07 PM, Sergey Beryozkin sberyoz...@gmail.com wrote: Hi Dan, others Do you remember why LocalConduit uses a piped-style communication by default ? The problem with that it causes calls with empty payloads hang (plenty

Re: JSR339 Client API implementation

2013-07-30 Thread Sergey Beryozkin
Hi On 26/07/13 16:56, Nilu Thakur wrote: We are looking in to using CXF 2.7.6 (latest release) as JAX-RS 2.0/JSR 339 implementation. We do have some concerns regarding the Client API implementation,because the CXF site says for the Client API 'To be supported'. Could anyone please verify if JSR

Can LocalConduit use Direct Dispatch by default ?

2013-07-30 Thread Sergey Beryozkin
Hi Dan, others Do you remember why LocalConduit uses a piped-style communication by default ? The problem with that it causes calls with empty payloads hang (plenty of cases with RS but also possible with SOAP GET for ex), unless users go and enable a direct dispatch style. I'd rather go

Re: svn commit: r1507984 - in /cxf/trunk/rt/transports/http/src/main: java/org/apache/cxf/transport/servlet/ java/org/apache/cxf/transport/servlet/servicelist/ resources/OSGI-INF/blueprint/

2013-07-29 Thread Sergey Beryozkin
Hi Freeman Can you please update ServiceListGeneratorServlet to actually remove the temp HTTPServletRequest attributes - because they are not needed any more after that ? The reason is that these attributes will leak into JAX-RS ContainerRequestFilter.getProperties() - unfortunately this

Re: svn commit: r1507984 - in /cxf/trunk/rt/transports/http/src/main: java/org/apache/cxf/transport/servlet/ java/org/apache/cxf/transport/servlet/servicelist/ resources/OSGI-INF/blueprint/

2013-07-29 Thread Sergey Beryozkin
Actually, does not make sense, obviously the request does not continue after that, got confused Sergey On 29/07/13 10:41, Sergey Beryozkin wrote: Hi Freeman Can you please update ServiceListGeneratorServlet to actually remove the temp HTTPServletRequest attributes - because

Re: Clustering schema missing on http://cxf.apache.org/docs/schemas-and-namespaces.html

2013-07-26 Thread Sergey Beryozkin
On 26/07/13 10:04, David Karlsen wrote: Hi! Should the clustering schema be mentioned here. http://cxf.apache.org/docs/schemas-and-namespaces.html so it's easier to find and configure retries in CXF? I've got the page updated, thanks Sergey

Re: [VOTE] Apache CXF patch releases (2.5.11/2.6.9/2.7.6 and xjc-utils 2.6.2)

2013-07-17 Thread Sergey Beryozkin
/cxf/tags/cxf-2.6.9 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.6 This vote will be open for at least 72 hours. -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: CXF releases tomorrow…

2013-07-15 Thread Sergey Beryozkin
Hi On 15/07/13 13:23, Daniel Kulp wrote: It's been 2 months since we did the last CXF releases so it's definitely time. I'm heading on vacation next week so I'd like to get them done before then. Thus, I'm planning on doing the builds tomorrow. If you have anything that needs to get

Re: will CXF fully support jax-rs 2.0?

2013-07-12 Thread Sergey Beryozkin
Hi On 12/07/13 09:14, alex wrote: Hi, I am a CXF user on jax-rs, recently I find out the CXF has supported some features of jax-rs 2.0, it is really great news to us. But compared with jax-rs 2.0 spec, it seems some important features, such as standard client API, validators, are still not

Re: DOSGi Karaf feature dependency versions

2013-07-07 Thread Sergey Beryozkin
Hi Amichai On 07/07/13 14:58, A. Rothman wrote: Hi, I just noticed in features.xml the ZooKeeper version was left behind at 3.3.1, so I fixed it to use the same version as the pom (using the pom variable). In addition, the feature specifies jdom version 1.1_3, whereas the pom specifies

Re: CXF-2.6.x - Build # 4152 - Still Failing

2013-07-05 Thread Sergey Beryozkin
Jenkins build system has built CXF-2.6.x (build #4152) Status: Still Failing Check console output at https://builds.apache.org/job/CXF-2.6.x/4152/ to view the results. -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: [DISCUSS] api+rt-core - core

2013-07-04 Thread Sergey Beryozkin
Hi Sounds good Thanks, Sergey On 04/07/13 10:52, Colm O hEigeartaigh wrote: +1. Colm. On Thu, Jul 4, 2013 at 3:54 AM, Dennis Sosnoski d...@sosnoski.com wrote: +1 - Dennis On 07/04/2013 06:39 AM, Daniel Kulp wrote: For 3.0, I'd like to combine both cxf-api and cxf-rt-core into a

Re: [VOTE] Apache DOSGi 1.5.0 Release take two

2013-06-28 Thread Sergey Beryozkin
at http://www.osgi.org/Download/Release4V42 -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: CXF upgrade from 2.2 to 2.7.5

2013-06-28 Thread Sergey Beryozkin
.html Sent from the cxf-dev mailing list archive at Nabble.com. -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: [JAX-RS] catch exception from jaxws

2013-06-28 Thread Sergey Beryozkin
block and check what exception is actually being thrown ? Sergey Cedric 2013/6/24 Sergey Beryozkin [via CXF] ml-node+s547215n5729736...@n5.nabble.com Hi Looks like catch (TestException_Exception e) is not executed when a soap client completes its call, should it be catch

Re: svn commit: r1497278 - in /cxf/trunk/rt/transports/http-netty/netty-server/src: main/java/org/apache/cxf/transport/http/netty/server/ main/java/org/apache/cxf/transport/http/netty/server/spring/ m

2013-06-27 Thread Sergey Beryozkin
Hi Willem, seeing this build error now : [ERROR] /trunkNew/rt/transports/http-netty/netty-server/src/main/java/org/apache/cxf/transport/http/netty/server/spring/NettySpringTypesFactory.java:[58,13] cannot find symbol [ERROR] symbol : class ThreadingParameters [ERROR] location: class

Re: [JAX-RS] catch exception from jaxws

2013-06-24 Thread Sergey Beryozkin
.547215.n5.nabble.com/JAX-RS-catch-exception-from-jaxws-tp5729727.html Sent from the cxf-dev mailing list archive at Nabble.com. -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: Some thoughts about the CXF OAuth2 support

2013-06-23 Thread Sergey Beryozkin
, Sergey Beryozkin wrote: Hi I've already chatted to some of my colleagues about the status of the OAuth2 modules in CXF, why are they there and what is next for them. Given that the fact there are actually many concurrent OAuth2 projects around, such as Apache Oltu, Spring Security OAuth2, plus many

Re: [cxf] tomee Error deploying CXF webservice

2013-06-21 Thread Sergey Beryozkin
Hi Appears to be a class loading issue, multiple CXF versions may be or something else, Please, ask such questions on CXF users list (where I'm redirecting this post) Thanks, Sergey On 21/06/13 14:09, ced_benoit wrote: Hi, I have simple webservice and when I start the server, by exemple

Some thoughts about the CXF OAuth2 support

2013-06-20 Thread Sergey Beryozkin
Hi I've already chatted to some of my colleagues about the status of the OAuth2 modules in CXF, why are they there and what is next for them. Given that the fact there are actually many concurrent OAuth2 projects around, such as Apache Oltu, Spring Security OAuth2, plus many other projects

Re: Distributed OSGi release on next tuesday?

2013-06-20 Thread Sergey Beryozkin
, I'd actually not mind trying to get https://issues.apache.org/jira/browse/DOSGI-182 done before 1.5 is out unless it requires much more effort than I anticipated Cheers, Sergey Christian -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http

Re: Distributed OSGi release on next tuesday?

2013-06-20 Thread Sergey Beryozkin
-bundle stuff). If anyone can sift through them and close the low hanging fruit (at least) that would be nice. Amichai On 06/20/2013 03:51 PM, Sergey Beryozkin wrote: Hi Christian On 20/06/13 13:24, Christian Schneider wrote: We currently have 3 open issues for D-OSGi 1.5.0. https

DOSGI 1.5-SNAPSHOT does not run in Felix

2013-06-19 Thread Sergey Beryozkin
Hi Cristian, Amichai Have you tried running 1.5-SNAPSHOT in Felix recently ? Does not work for me, was working with 1.4. Looks like may be some TopologyService changes may've affected it. I know I can try Karaf, but I'm always trying to use Felix to confirm it works there as it used to. Have

Re: OData support

2013-06-18 Thread Sergey Beryozkin
Sergey Beryozkin sberyoz...@gmail.com Hi Andrei On 17/06/13 16:33, Andrei Shakirin wrote: Hi, The guys on the conference some weeks ago asked about Open Data (OData) support in CXF. The reason of question was better compatibility with .Net stack. Do we have already kind of OData support

Re: OData support

2013-06-17 Thread Sergey Beryozkin
Hi Andrei On 17/06/13 16:33, Andrei Shakirin wrote: Hi, The guys on the conference some weeks ago asked about Open Data (OData) support in CXF. The reason of question was better compatibility with .Net stack. Do we have already kind of OData support and are there any plans to do it? have a

Disable address overrides in HTTP transport by default

2013-06-13 Thread Sergey Beryozkin
Hi I wonder if we can try and disable address overrides by default in the HTTP transport ? It causes side-effects, a typical issue is when we have multiple CXF servlets covering the same endpoint, or when multiple host addresses are involved. This override was added originally to get WSDL

Re: property ignoreNamespaces in web.xml

2013-06-03 Thread Sergey Beryozkin
-dev mailing list archive at Nabble.com. -- Sergey Beryozkin http://sberyozkin.blogspot.com Talend - http://www.talend.com

Re: [CXF] problem with @Consumes(application/json)

2013-06-03 Thread Sergey Beryozkin
archive at Nabble.com. -- Sergey Beryozkin http://sberyozkin.blogspot.com Talend - http://www.talend.com

Re: svn commit: r1485284

2013-05-22 Thread Sergey Beryozkin
I did some refactoring to AbstractHTTPServlet to get static resource extensions configurable at 2 levels (custom resources or overriding) so that the default extensions map is not modified in the CXF code any longer, and I had to introduce getBus() abstract method into it. I could've pushed all

Re: Code style

2013-05-21 Thread Sergey Beryozkin
Hi Amichai On 21/05/13 10:28, A. Rothman wrote: I'm glad you brought styling up for discussion, since there are various inconsistencies in the current code base: - Line lengths are indeed one issue I've noticed - I'd go for 120 chars per line as well, though it's not as important as being

Re: Code style

2013-05-21 Thread Sergey Beryozkin
On 21/05/13 11:51, Sergey Beryozkin wrote: On 21/05/13 11:46, Jason Pell wrote: since checkstyle enforces 120 already, it would seem sensible to keep with that, otherwise if you go for 110 or 100 there are likely to be a heap of build breaks. That would be of the least concern to me

Re: [VOTE] CXF 2.7.5/2.6.8 - take 3

2013-05-12 Thread Sergey Beryozkin
/cxf/apache-cxf/ directory of the Maven staging areas. This releases are tagged at: http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.8 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.5 This vote will be open for at least 72 hours. -- Sergey Beryozkin Talend Community Coders http

Re: More cache in jaxrs impl

2013-05-10 Thread Sergey Beryozkin
Hi Romain On 10/05/13 10:27, Romain Manni-Bucau wrote: Hi guys Excepted if i didnt get the code right it seems the endpoint resolution is done each time in rs impl. Couldnt it be cached a bit more? (i think to fixed uri which is common for not GET cases). In such a case cxf could skip a bunch

Re: More cache in jaxrs impl

2013-05-10 Thread Sergey Beryozkin
have resources with many operations... Cheers, Sergey On 5/10/2013 5:50 AM, Sergey Beryozkin wrote: Hi Romain On 10/05/13 10:27, Romain Manni-Bucau wrote: Hi guys Excepted if i didnt get the code right it seems the endpoint resolution is done each time in rs impl. Couldnt it be cached a bit

Re: More cache in jaxrs impl

2013-05-10 Thread Sergey Beryozkin
Hi Romain On 10/05/13 11:03, Romain Manni-Bucau wrote: Hi, It doesnt urge (and im cleaning up tomee after the owb update which broke a bunch of stuff for weeks so no real time ATM ;) but saw it several times integrating cxf in tomee and each time i tested/debugged doing a POST data provisioning

Re: Cxf CDI and Jersey integration (No SPRING)

2013-05-07 Thread Sergey Beryozkin
#JAXRSServicesConfiguration-ConfiguringJAXRSservicesincontainerwithoutSpring HTH, Sergey Thanks in advance, Nicu -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: [CANCEL] [VOTE] CXF 2.7.5/2.6.8

2013-05-07 Thread Sergey Beryozkin
On 07/05/13 17:11, Daniel Kulp wrote: The Talend QA team (as well as Glen and a few others) have found some backwards compatibility issues with 2.7.5 that are causing issues. Another example is Syncope not being able to update due to a compatibility problem. Thus, I'm canceling this vote

Re: [VOTE] CXF 2.7.5/2.6.8

2013-05-05 Thread Sergey Beryozkin
://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.8 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.5 This vote will be open for at least 72 hours. -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: wadl2java with xjc extensions

2013-04-25 Thread Sergey Beryozkin
help would be appreciated. Thanks, Matthew -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

<    1   2   3   4   5   6   7   8   9   10   >