Re: woodstox mandatory?

2013-04-02 Thread Sergey Beryozkin
://github.com/rmannibucau* -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: woodstox mandatory?

2013-04-02 Thread Sergey Beryozkin
* -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: woodstox mandatory?

2013-04-02 Thread Sergey Beryozkin
On 02/04/13 16:10, Daniel Kulp wrote: Actually, this stack trace really concerns me. This makes it look like we have an XMLStreamReader that was not created via one of the StaxUtils methods. Otherwise, this exception would be raised at creation time, not close. That bothers me as all

Re: [VOTE] Release Apache CXF 2.5.10/2.6.7/2.7.4

2013-03-29 Thread Sergey Beryozkin
+1 Sergey On 29/03/13 00:09, Daniel Kulp wrote: We've resolved over 80 issues since 2.7.3, which is a bunch List of issues: 2.5.10 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12324007 2.6.7

Re: svn commit: r1461738 - /cxf/trunk/rt/rs/security/cors/src/main/java/org/apache/cxf/rs/security/cors/CrossOriginResourceSharingFilter.java

2013-03-27 Thread Sergey Beryozkin
) { +for (String value : values) { +String[] items = splitPattern.split(value); +for (String item : items) { +results.add(item.trim()); +} } } return results; -- Sergey Beryozkin Talend Community Coders

Re: Thoughts about a 2.8 release (or not)…

2013-03-27 Thread Sergey Beryozkin
Hi Andrei On 27/03/13 18:24, Andrei Shakirin wrote: +1 for skipping 2.8 and releasing 3.0 end of this year. @Sergei: let us to discuss how I could help with 2.0 TCK. I'm trying to get the server part close enough to be tested against TCK. There are 3 issues which I'm aware at the moment that

Re: Thoughts about a 2.8 release (or not)…

2013-03-26 Thread Sergey Beryozkin
On Tue, Mar 26, 2013 at 5:25 AM, Jeff Genenderjgenen...@apache.org wrote: Or… don't claim its a certified release… That may work too. One problem is that JAX-RS 2.0 is nearly finalized but not yet and I'm not sure when Apache will get the final TCK after that. As far as JAX-RS 2.0 is

Re: [VOTE] - Release Apache Fediz 1.0.3

2013-02-20 Thread Sergey Beryozkin
+1 Sergey On 20/02/13 14:35, Oliver Wulff wrote: +1 Oli From: Colm O hEigeartaigh [cohei...@apache.org] Sent: 19 February 2013 18:05 To: dev@cxf.apache.org Subject: [VOTE] - Release Apache Fediz 1.0.3 This is a vote to release Apache Fediz 1.0.3.

Re: CXF 2.7 and Rest service

2013-02-14 Thread Sergey Beryozkin
, fixed in 2.7.4-SNAPSHOT Thanks, Sergey - Regards Marcin Kasinski http://itzone.com.pl -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-2-7-0-and-Rest-jaxrs-service-tp5716862p5723181.html Sent from the cxf-dev mailing list archive at Nabble.com. -- Sergey Beryozkin

Re: [VOTE] New features.xml for 2.6.6

2013-02-13 Thread Sergey Beryozkin
://repository.apache.org/content/repositories/orgapachecxf-232/ Tag: https://svn.apache.org/repos/asf/cxf/tags/apache-cxf-features-xml-2.6.6.1/ +1 Cheers, Sergey -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: [VOTE] Apache DOSGi 1.4.0 Release

2013-01-22 Thread Sergey Beryozkin
] Chapters 13 and 122 in the OSGi 4.2 Enterprise Specification at http://www.osgi.org/Download/Release4V42 -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: JAX-RS 2.0 and CXF 2.7.x

2013-01-10 Thread Sergey Beryozkin
On 21/12/12 12:13, Sergey Beryozkin wrote: On 20/12/12 18:48, Sergey Beryozkin wrote: Hi At the moment CXF 2.7.2-SNAPSHOT depends on jsr339-api-m10 - this is quite close to the current JAX-RS 2.0 Snapshot API. ServiceMix spec jsr339-api-m10 (v 2.2.0) is also available. Next, jsr339-api-m13

Re: Branching for 2.7.x-fixes...

2013-01-08 Thread Sergey Beryozkin
On 05/01/13 01:23, Daniel Kulp wrote: With 2.7.2 now built, I'm planning to create the 2.7.x-fixes branch and make trunk target 2.8. I'll likely set that all up on Monday. Any objections or thoughts or anything? +1 Cheers, Sergey

Re: [VOTE] Apache CXF 2.5.8/2.6.5/2.7.2

2013-01-06 Thread Sergey Beryozkin
+1 Cheers, Sergey On 05/01/13 01:22, Daniel Kulp wrote: We've resolved over 35 issues since 2.7.1. Not a huge number, but sufficient. List of issues: 2.5.8 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12323606 2.6.5

Re: About Distributed OSGi greeter_rest demo

2013-01-04 Thread Sergey Beryozkin
Hi Tang CC-ing to dev as it might of the general interest On 04/01/13 15:53, Tang Yong wrote: Hi Sergey, Thanks, I still have many needing to learn... :) I have two questions and want to ask you or Christian, [Background] In the future(not very long), I will try to integrate DCXF into

Re: svn commit: r142447

2012-12-20 Thread Sergey Beryozkin
); } return IOUtils.copy(in, this, IOUtils.DEFAULT_BUFFER_SIZE); } -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: When to move JAX-RS Client implementation to the new module

2012-12-20 Thread Sergey Beryozkin
On 13/12/12 12:01, Sergey Beryozkin wrote: Hi, I've opened CXF-4696 [1] to get the client implementation moved out of jax-rs frontend to its own module: to get the main module smaller, to let users avoid downloading extra baggage when no client code is utilized and in preparation

JAX-RS 2.0 and CXF 2.7.x

2012-12-20 Thread Sergey Beryozkin
Hi At the moment CXF 2.7.2-SNAPSHOT depends on jsr339-api-m10 - this is quite close to the current JAX-RS 2.0 Snapshot API. ServiceMix spec jsr339-api-m10 (v 2.2.0) is also available. Next, jsr339-api-m13 and now jsr339-api-m15 are available in Central. The differences between

Re: Container validation of UsernameToken passwords?

2012-12-16 Thread Sergey Beryozkin
This is why using JAAS is better :-) Cheers, Sergey On 15/12/12 00:17, Glen Mazza wrote: OK, I just debugged the Metro source code to determine how they can read the Tomcat tomcat-users.xml file in order to do validation of UsernameToken passwords. Basically, if no sc:ValidatorConfiguration

When to move JAX-RS Client implementation to the new module

2012-12-13 Thread Sergey Beryozkin
Hi, I've opened CXF-4696 [1] to get the client implementation moved out of jax-rs frontend to its own module: to get the main module smaller, to let users avoid downloading extra baggage when no client code is utilized and in preparation for implementing JAX-RS 2.0 API (though I'm keen on

Re: [VOTE] Apache CXF 2.5.7/2.6.4/2.7.1

2012-12-07 Thread Sergey Beryozkin
+1, thanks, Sergey On 07/12/12 14:41, Daniel Kulp wrote: We've resolved over 110 issues since 2.7.0. That's a very large number for a patch release so we definitely should get this out. Over 90 were ported back to 2.6.4, again, a large number. List of issues: 2.5.7

Re: Container validation of UsernameToken passwords?

2012-12-04 Thread Sergey Beryozkin
Will configuring WSS4JInInterceptor to skip validating the token (ws-security.validate.token property set to false) and using JAASLoginInterceptor do it ? http://cxf.apache.org/docs/security.html#Security-JAASLoginInterceptor This path might work for UT only I guess Cheers, Sergey On

Re: Fediz IDP refactored

2012-12-03 Thread Sergey Beryozkin
the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http

Re: Need help with CXF 2.2.11

2012-12-02 Thread Sergey Beryozkin
prohibited and may be unlawful. -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: CXF Continuations Not Portable Issue

2012-11-27 Thread Sergey Beryozkin
Hi Richard On 27/11/12 08:12, Richard Opalka wrote: Hi Sergey, On 11/26/2012 04:58 PM, Sergey Beryozkin wrote: Hi Richard On 26/11/12 15:05, Richard Opalka wrote: Hi Sergey, On 11/26/2012 02:57 PM, Richard Opalka wrote: Hi Sergey, On 11/26/2012 01:31 PM, Sergey Beryozkin wrote: Hi Richard

SVN trunk update issue

2012-11-27 Thread Sergey Beryozkin
Hi I'm trying to update the trunk with SVN and getting the following: svn: Checksum mismatch while updating 'rt/core/src/main/java/org/apache/cxf/feature/transform/XSLTInInterceptor.java'; expected: '8031abcfbea05e46f6a2b1dab3020956', actual: 'd41d8cd98f00b204e9800998ecf8427e' Any ideas

Re: SVN trunk update issue

2012-11-27 Thread Sergey Beryozkin
On 27/11/12 13:27, Romain Manni-Bucau wrote: Hi, do you use us or eu svn? maybe switch to us if you use eu proxy Switching between the two addresses does not help, must be something else I guess Thanks, Sergey *Romain Manni-Bucau* *Twitter: @rmannibucauhttps://twitter.com/rmannibucau*

Re: SVN trunk update issue

2012-11-27 Thread Sergey Beryozkin
I did a completely fresh checkout with the local updates patched and applied to the new trunk and it worked, does not work against the old trunk though, guess I had it corrupted somehow... Cheers, Sergey On 27/11/12 13:32, Sergey Beryozkin wrote: On 27/11/12 13:27, Romain Manni-Bucau wrote

Re: CXF Continuations Not Portable Issue

2012-11-26 Thread Sergey Beryozkin
Hi Richard On 26/11/12 12:15, Richard Opalka wrote: Dear CXF developers, I'm analyzing our recent CXF continuation related failures in CI and I identified the following problem: SVN commit id: 1409193 introduced --- @@ -57,32 +57,30 @@ public class Servlet3ContinuationProvider implements

Re: CXF Continuations Not Portable Issue

2012-11-26 Thread Sergey Beryozkin
More comments below, On 26/11/12 12:21, Sergey Beryozkin wrote: Hi Richard On 26/11/12 12:15, Richard Opalka wrote: Dear CXF developers, I'm analyzing our recent CXF continuation related failures in CI and I identified the following problem: SVN commit id: 1409193 introduced --- @@ -57,32

Re: CXF Continuations Not Portable Issue

2012-11-26 Thread Sergey Beryozkin
Hi Richard On 26/11/12 12:29, Richard Opalka wrote: Hi Sergey, On 11/26/2012 01:21 PM, Sergey Beryozkin wrote: Hi Richard On 26/11/12 12:15, Richard Opalka wrote: Dear CXF developers, I'm analyzing our recent CXF continuation related failures in CI and I identified the following

Re: CXF Continuations Not Portable Issue

2012-11-26 Thread Sergey Beryozkin
Hi Richard On 26/11/12 15:05, Richard Opalka wrote: Hi Sergey, On 11/26/2012 02:57 PM, Richard Opalka wrote: Hi Sergey, On 11/26/2012 01:31 PM, Sergey Beryozkin wrote: Hi Richard On 26/11/12 12:29, Richard Opalka wrote: Hi Sergey, On 11/26/2012 01:21 PM, Sergey Beryozkin wrote: Hi

Re: svn commit: r1412802

2012-11-23 Thread Sergey Beryozkin
Hi Christian What is the auto-detection and is there any reason JAX-RS endpoints can not benefit of this possible enhancement ? Thanks, Sergey On 23/11/12 09:50, cschnei...@apache.org wrote: Author: cschneider Date: Fri Nov 23 09:50:25 2012 New Revision: 1412802 URL:

Re: svn commit: r1412802

2012-11-23 Thread Sergey Beryozkin
and the actual endpoint address ? Will the endpoint be bound to HTTP Service or will it be an absolute (default) URI and thus Jetty will do an internal HTTP support ? Thanks, Sergey Christian On 11/23/2012 10:59 AM, Sergey Beryozkin wrote: Hi Christian What is the auto-detection

Re: CXF-DOSGI: Default address and default host and port

2012-11-23 Thread Sergey Beryozkin
Hi Christian, On 23/11/12 13:42, Christian Schneider wrote: I will start the issue Provide a default address for services (see https://issues.apache.org/jira/browse/DOSGI-127) soon. The idea is to provide a default servlet transport based address in case no address service property is

Re: svn commit: r1412802

2012-11-23 Thread Sergey Beryozkin
of a service endpoint for the same interface though. Still we could simply start with that. Christian Am 23.11.2012 11:52, schrieb Sergey Beryozkin: Hi On 23/11/12 10:15, Christian Schneider wrote: Hi Sergey, the idea is to auto detect if a service is a JAXWS service by detecting the @WebService

Re: Variables from type class dont work

2012-11-21 Thread Sergey Beryozkin
Hi On 21/11/12 08:20, Janosch Weber wrote: Hello, I develop with Apache CXF Distributed OSGi. Everything works fine, except if I use variables from type Class. A Service with these variables cannot used remotly. I got the same Exception and behaviour described in this BUG:

Re: svn commit: r1411506 - /cxf/trunk/api/src/main/java/org/apache/cxf/attachment/AttachmentSerializer.java

2012-11-20 Thread Sergey Beryozkin
://coders.talend.com -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: CXF DOSGi: Idea for replacement of IntentMap reading

2012-11-16 Thread Sergey Beryozkin
as I recall. So what you suggest seems more flexible and OSGI-friendly. Typically, reacting to an intent means adding a CXF-level interceptor. How will it work with your approach ? Cheers, Sergey Christian -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http

Re: WebClient….query(_wadl) not working...

2012-11-04 Thread Sergey Beryozkin
Hi Dan On 02/11/12 20:30, Daniel Kulp wrote: Sergey, I've noticed the last couple days that the full build that normally take about 6 minutes on my machine are taking upwards of 7.5 minutes or so. The problem seems to be the LoadDistributorTest and Failover tests in the jaxrs system tests.

Re: goodbye

2012-10-31 Thread Sergey Beryozkin
Hi Tomasz On 31/10/12 11:21, Tomasz Oponowicz wrote: Hi all, You probably notice my minor contribution for one year or more. I have to leave Apache CXF because lack of spare time. You don't have to say 'goodbye' if you have no spare time :-), many committers who have no spare time do not

Re: CXF-DSOGI: Proposal to switch logging to slf4j

2012-10-31 Thread Sergey Beryozkin
On 31/10/12 14:45, Daniel Kulp wrote: On Oct 31, 2012, at 7:15 AM, Christian Schneiderch...@die-schneider.net wrote: Hi all, currently we use a mix of log4j and util logging in CXF-DOSGi. That definitely should be fixed. Not sure why we would have had a mix like that. I just saw

Re: Request for feedback on CXF DOSGI Refactoring of TopologyManager

2012-10-30 Thread Sergey Beryozkin
Hi Christian On 26/10/12 13:45, Christian Schneider wrote: Currently the topology manager project in CXF DOSGI contains a lot of cycles between the classes. The code is also rather difficult to understand. I have prepared a refactoring to resolve the cycles and make the code a lot more

Re: Can we delete the cxf-dosgi systests dir ?

2012-10-23 Thread Sergey Beryozkin
Hi Christian On 23/10/12 13:53, Christian Schneider wrote: In CXF DOSGI we currently have two directories with system tests: systests - This is currently not executed in the build. The pom is still on 1.3-SNAPSHOT systests2 - This is used in the build Is systests just an old dir or do we still

Re: encrypting tmp files generated by CachedOutputStream?

2012-10-18 Thread Sergey Beryozkin
On 18/10/12 15:38, Aki Yoshida wrote: Hi, but using a bus or EP prop, we will need a new method in COS to pass this encryption option. And we will need to change the current code in many places to make sure that this new method is used to prevent an unintended plain output written from

Re: CXF 2.7 and Rest service

2012-10-17 Thread Sergey Beryozkin
://itzone.com.pl -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-2-7-and-Rest-service-tp5716862.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: [DISCUSS] 2.4.x EOL?

2012-10-10 Thread Sergey Beryozkin
people updating on the 2.4.x line (which is concerning due to the security implications) or if they are updating, they are moving to the more recent branches. Thoughts? -- Daniel Kulp dk...@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com -- Sergey

Re: [VOTE] Apache CXF 2.7.0

2012-10-07 Thread Sergey Beryozkin
/tags/cxf-2.7.0 Migration guide is at: http://cxf.apache.org/docs/27-migration-guide.html Vote will be open for 72 hours. Here is my +1. -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: [VOTE] Release Apache CXF 2.4.10, 2.5.6, 2.6.3

2012-10-07 Thread Sergey Beryozkin
://svn.apache.org/repos/asf/cxf/tags/cxf-2.5.6 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.3 This vote will be open for at least 72 hours. Here's my +1. -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

New ContinuationCallback interface

2012-10-01 Thread Sergey Beryozkin
Hi I'd like to add a new ContinuationCallback [1] interface for getting it easier to track various invocation status updates. Particularly it would make it possible for the JAX-RS frontend to support CompletionCallback [2] but I think it can also be of use to CXF applications not relying on

Re: Some issues with logging and tests

2012-09-30 Thread Sergey Beryozkin
' to false. Sergey -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: Seeming problem with definition of JAX-RS exception mappers

2012-09-30 Thread Sergey Beryozkin
Hi Benson On 30/09/12 15:22, Benson Margulies wrote: An exception mapper is for the entire service, not for a resource. And it has no access to the @Produces of a resource, nor to request headers. Doesn't this make it mighty difficult to be well-behaved? You can inject @Context HttpHeaders and

Re: Some issues with logging and tests

2012-09-30 Thread Sergey Beryozkin
Hi On 30/09/12 18:03, Benson Margulies wrote: On Sun, Sep 30, 2012 at 12:59 PM, Sergey Beryozkinsberyoz...@gmail.com wrote: On 30/09/12 14:33, Benson Margulies wrote: I've got a case, for which I'm about to file a JIRA, in which I think that it's important that a particular situation leads

Re: Some issues with logging and tests

2012-09-30 Thread Sergey Beryozkin
Also updated the mapper to optionally report an error message (can be customized by extending the mapper) by setting an 'addMessageToResponse' property - which is ignored if the exception already contains Response with a non-null entity Sergey On 30/09/12 18:39, Sergey Beryozkin wrote: Hi

Re: Async methods for JAX-RS WebClient

2012-09-24 Thread Sergey Beryozkin
enhancements, overall though it seems it looks OK Thanks, Sergey On 23/09/12 18:56, Sergey Beryozkin wrote: On 23/09/12 18:14, Sergey Beryozkin wrote: Hi Dan On 21/09/12 19:27, Daniel Kulp wrote: Sergey, (and others) I just committed some initial support for some async methods to the WebClient

Re: Async methods for JAX-RS WebClient

2012-09-24 Thread Sergey Beryozkin
Thanks, Sergey On 23/09/12 18:56, Sergey Beryozkin wrote: On 23/09/12 18:14, Sergey Beryozkin wrote: Hi Dan On 21/09/12 19:27, Daniel Kulp wrote: Sergey, (and others) I just committed some initial support for some async methods to the WebClient. Can you take a look at that change and make

Re: Async methods for JAX-RS WebClient

2012-09-23 Thread Sergey Beryozkin
Hi Dan On 21/09/12 19:27, Daniel Kulp wrote: Sergey, (and others) I just committed some initial support for some async methods to the WebClient. Can you take a look at that change and make sure it all makes sense? I only have a get method in there right now, but it should be fairly

Re: Async methods for JAX-RS WebClient

2012-09-23 Thread Sergey Beryozkin
On 23/09/12 18:14, Sergey Beryozkin wrote: Hi Dan On 21/09/12 19:27, Daniel Kulp wrote: Sergey, (and others) I just committed some initial support for some async methods to the WebClient. Can you take a look at that change and make sure it all makes sense? I only have a get method

Re: Facing error on Weblogic 11g with Apache CXF |u sing POST IN REST |Need help

2012-09-04 Thread Sergey Beryozkin
-on-Weblogic-11g-with-Apache-CXF-u-sing-POST-IN-REST-Need-help-tp5713466.html Sent from the cxf-issues mailing list archive at Nabble.com. -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: [VOTE] Release CXF Fediz 1.0.1

2012-08-28 Thread Sergey Beryozkin
+1 On Aug 24, 2012, at 1:02 PM, Glen Mazzaglen.ma...@gmail.com wrote: Hi all, this new release provides significant documentation updates within the samples as well as new sample keys to help clarify necessary trust requirements. Oli has also gotten some programmatic fixes/enhancements in.

Re: [VOTE] New features.xml for 2.5.5(.1)

2012-08-22 Thread Sergey Beryozkin
On 22/08/12 15:27, Daniel Kulp wrote: The Karaf features.xml file that was released with 2.5.5 is corrupt which is preventing it from actually being usable to install CXF 2.5.5 into Karaf. This vote is just to release a new features file (version 2.5.5.1) that fixes that issue. It

Re: fediz SSO?

2012-08-21 Thread Sergey Beryozkin
http://rmannibucau.wordpress.com * -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: fediz SSO?

2012-08-21 Thread Sergey Beryozkin
the data with JSP/other view handlers - this is how we do SAML SSO Post Redirect support too Cheers, Sergey *Romain Manni-Bucau* *Twitter: @rmannibucau* *Blog: http://rmannibucau.wordpress.com http://rmannibucau.wordpress.**comhttp://rmannibucau.wordpress.com * -- Sergey Beryozkin

Re: fediz SSO?

2012-08-21 Thread Sergey Beryozkin
* *Twitter: @rmannibucau* *Blog: http://rmannibucau.wordpress.com http://rmannibucau.wordpress.**comhttp://rmannibucau.** wordpress.comhttp://**rmannibucau.wordpress.comhttp://rmannibucau.wordpress.com * -- Sergey Beryozkin Talend Community Coders http

Re: [VOTE] Release Apache CXF 2.4.9/2.5.5/2.6.2

2012-08-15 Thread Sergey Beryozkin
Hi, +1 Sergey On 15/08/12 04:20, Daniel Kulp wrote: We've resolved over 80 issues since 2.6.1 and we're a little overdue for a release. List of issues: 2.4.9 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321666 2.5.5

Re: [DISCUSS] Branch for 2.6.x, trunk thoughts...

2012-08-08 Thread Sergey Beryozkin
Hi On 11/06/12 14:35, Sergey Beryozkin wrote: Hi Dan, All, sorry for a delay On 08/06/12 20:55, Daniel Kulp wrote: Not really much of a discussion, but no objections either. Thus, I'll go ahead and create the branch. :-) Dan On Friday, June 01, 2012 11:10:26 AM Daniel Kulp wrote

Re: CXF-Trunk-JDK17 - Build # 53 - Still Unstable

2012-08-01 Thread Sergey Beryozkin
Hi On 01/08/12 08:15, Apache Jenkins Server wrote: The Apache Jenkins build system has built CXF-Trunk-JDK17 (build #53) Status: Still Unstable Check console output at https://builds.apache.org/job/CXF-Trunk-JDK17/53/ to view the results. I can not reproduce the test failures in the JAX-RS

Re: Unresolved variables; only 0 value(s) given for 1 unique variable(s)

2012-07-30 Thread Sergey Beryozkin
-Matt -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: 2.7 migration guide page created...

2012-07-25 Thread Sergey Beryozkin
On 25/07/12 22:01, Daniel Kulp wrote: Just to let everyone know, I started a page to record any migration issues for CXF 2.7: https://cwiki.apache.org/confluence/display/CXF20DOC/2.7+Migration+Guide I just made a rather large commit to refactor the HTTPConduit stuff a bit. I've pulled all the

Re: more flexibility in configuring httpconduit's tlsClientParameters in spring or blueprint?

2012-07-16 Thread Sergey Beryozkin
2012, Sergey Beryozkin wrote: Hi Aki, On 05/07/12 11:58, Aki Yoshida wrote: 2012/7/5 Sergey Beryozkinsberyoz...@gmail.com: Hi Aki On 04/07/12 11:59, Aki Yoshida wrote: Hi, I haven been wondering about this for a while and I would like to hear your thoughts. Concretely, I am wondering

Re: Available RESTful services -- UI

2012-07-13 Thread Sergey Beryozkin
/resources/jaxrs_dispatch/WEB-INF/web.xml Sergey -- View this message in context: http://cxf.547215.n5.nabble.com/Available-RESTful-services-UI-tp5710956p5711058.html Sent from the cxf-dev mailing list archive at Nabble.com. -- Sergey Beryozkin Talend Community Coders http

Re: Thoughts about DOSGI 1.3.2 release

2012-07-12 Thread Sergey Beryozkin
On 12/07/12 10:10, David Bosschaert wrote: On 11 July 2012 22:42, Sergey Beryozkinsberyoz...@gmail.com wrote: Hi David, All So far I'm really behind the target of getting DOSGI 1.3.2 released around this time of the year. I'm managed to get a bit of time and resolved DOSGI-111, however it's

Re: Thoughts about DOSGI 1.3.2 release

2012-07-11 Thread Sergey Beryozkin
:-), but there will be some progress. David, I've seen you creating a new subsystem distribution. Will it let us drop a single bundle distro ? Cheers, Sergey On 29/05/12 12:11, Sergey Beryozkin wrote: On 29/05/12 08:12, David Bosschaert wrote: Migrating to blueprint will also solve https

NPE in one of WS-RM tests

2012-07-09 Thread Sergey Beryozkin
Hi I spotted NPE (see below) in one of WS-RM tests, when building a WS-RM module,but the tests pass... Aki, may be you'd like to have a look :-) Cheers, Sergey Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreConfigurationTest java.lang.NullPointerException at

Re: NPE in one of WS-RM tests

2012-07-09 Thread Sergey Beryozkin
On 09/07/12 17:07, Daniel Kulp wrote: On Monday, July 09, 2012 12:39:36 PM Sergey Beryozkin wrote: Hi I spotted NPE (see below) in one of WS-RM tests, when building a WS-RM module,but the tests pass... Aki, may be you'd like to have a look :-) I have a fix for this on my machine that I

Re: more flexibility in configuring httpconduit's tlsClientParameters in spring or blueprint?

2012-07-05 Thread Sergey Beryozkin
type=JKS password=sspass url=mtprotocol://mystorejks/ Are you thinking of having something like ref=mybean ? I guess it makes sense, we'd probably need to have some interface like KeyResourceStore introduced, sorry if I misunderstood Cheers, Sergey Thanks. Regards, Aki -- Sergey

Re: svn commit: r1354452 - in /cxf/branches/2.4.x-fixes: ./ rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/ rt/frontend/jaxrs/src/test/java/org/apache/cxf/jaxrs/utils/

2012-07-05 Thread Sergey Beryozkin
(Chinese) Twitter: willemjiang Weibo: willemjiang -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: svn commit: r1354452 - in /cxf/branches/2.4.x-fixes: ./ rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/ rt/frontend/jaxrs/src/test/java/org/apache/cxf/jaxrs/utils/

2012-07-05 Thread Sergey Beryozkin
Hi Willem, Freeman Willem, the fix looks OK, thanks for doing it, I was doing the merge to 2.5.x manually so that led to that broken code Cheers, Sergey On 05/07/12 10:08, Sergey Beryozkin wrote: Oh, sorry, completely missed it. Will look asap Cheers, Sergey On 05/07/12 10:02, Willem Jiang

Re: more flexibility in configuring httpconduit's tlsClientParameters in spring or blueprint?

2012-07-05 Thread Sergey Beryozkin
these. IMHO both options look good, +1 from me Thanks, Sergey Thanks. Regards, aki Cheers, Sergey Thanks. Regards, Aki -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: svn commit: r1356822 - /cxf/trunk/api/src/main/java/org/apache/cxf/configuration/jsse/TLSParameterJaxBUtils.java

2012-07-03 Thread Sergey Beryozkin
JIRA issue to be created once the system is up Sergey On 03/07/12 17:46, serg...@apache.org wrote: Author: sergeyb Date: Tue Jul 3 16:46:26 2012 New Revision: 1356822 URL: http://svn.apache.org/viewvc?rev=1356822view=rev Log: TLSParameterJaxBUtils needs to use ResourceManager to locate the

Re: CXF-DOSGi Zookeeper discovery data transformation

2012-06-25 Thread Sergey Beryozkin
Hi David Thanks for the explanation, On 25/06/12 09:02, David Bosschaert wrote: Hi Sergey, On 22 June 2012 17:43, Sergey Beryozkinsberyoz...@gmail.com wrote: Hi David On 22/06/12 15:58, David Bosschaert wrote: Hi all, I'm currently playing with CXF-DOSGi in the context of a cloud setup

Re: CXF Osgi Rest Provider

2012-06-24 Thread Sergey Beryozkin
, same as for userProfileResourceImpl Sergey - Thanks Dattu -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-Osgi-Rest-Provider-tp5710179.html Sent from the cxf-issues mailing list archive at Nabble.com. -- Sergey Beryozkin Talend Community Coders http

Re: CXF-DOSGi Zookeeper discovery data transformation

2012-06-22 Thread Sergey Beryozkin
everyone be happy with me adding this feature to the cxf-dosgi-ri-discovery-distributed module? It's backward compatible - if you have no plugins registered nothing happens. Looks like a neat idea. What does mutableMap will represent ? Cheers, Sergey Cheers, David -- Sergey Beryozkin Talend

Re: [VOTE] Release Apache CXF Fediz 1.0.0

2012-06-20 Thread Sergey Beryozkin
: http://owulff.blogspot.comhttp://owulff.blogspot.com/ Solution Architect http://coders.talend.com http://coders.talend.comTalend Application Integration Division http://www.talend.com -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

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

2012-06-19 Thread Sergey Beryozkin
Hi On 19/06/12 11:13, Apache Jenkins Server wrote: The Apache Jenkins build system has built CXF-2.6.x (build #3495) Status: Still Failing Check console output at https://builds.apache.org/job/CXF-2.6.x/3495/ to view the results. I'm seeing the strange compilation failure in the results. I

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

2012-06-19 Thread Sergey Beryozkin
this test on 2.7.x and later... Sergey On 19/06/12 11:20, Sergey Beryozkin wrote: Hi On 19/06/12 11:13, Apache Jenkins Server wrote: The Apache Jenkins build system has built CXF-2.6.x (build #3495) Status: Still Failing Check console output at https://builds.apache.org/job/CXF-2.6.x/3495/ to view

Re: CXF-DOSGi Logging

2012-06-15 Thread Sergey Beryozkin
Hi Bert On 14/06/12 22:30, jbert wrote: Hey, I've been using DOSGi for a while, but what annoys me most is that either I get no logging, or I get spammed with INFO messages which don't mean much to me seeing how I just use DOSGi as a library to expose web-services. I've opened a bug report to

Re: [DISCUSS] Branch for 2.6.x, trunk thoughts...

2012-06-11 Thread Sergey Beryozkin
Hi Dan, All, sorry for a delay On 08/06/12 20:55, Daniel Kulp wrote: Not really much of a discussion, but no objections either. Thus, I'll go ahead and create the branch. :-) Dan On Friday, June 01, 2012 11:10:26 AM Daniel Kulp wrote: With 2.6.1 hopefully going out shortly, I'd like to

Re: [VOTE] Apache CXF 2.3.11/2.4.8/2.5.4/2.6.1

2012-05-31 Thread Sergey Beryozkin
+1 Cheers, Sergey On 30/05/12 19:15, Daniel Kulp wrote: We've resolved over 90 issues since 2.6.0 was released. We've back ported over 70 of them to 2.5.4 and 40 to 2.4.8 and 25 to 2.3.11. List of issues: 2.3.11:

Re: svn commit: r1343446

2012-05-29 Thread Sergey Beryozkin
(inheritHeaders); +bean.setFeatures(features); ClientState clientState = WebClient.getClientState(client); -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: svn commit: r1343446

2012-05-29 Thread Sergey Beryozkin
the variations really - one may want then to offer a support for accepting in or out or both in/out interceptors, etc - hope you see what I mean Sergey On 29/05/12 10:00, Sergey Beryozkin wrote: Hi Willem I'd really prefer us discussing updates like this one to the public client API that the CXF JAX-RS

Re: svn commit: r1343446

2012-05-29 Thread Sergey Beryozkin
before making major changes like this one. Cheers, Sergey On 29/05/12 10:12, Sergey Beryozkin wrote: By the way, Willem, if you have any specific preference on how such a single method would like then lets work on it, ping me here or IRC I'm thinking of having the one or max two methods which can

Re: Thoughts about DOSGI 1.3.2 release

2012-05-29 Thread Sergey Beryozkin
://issues.apache.org/jira/browse/DOSGI-115 The proposed fix will probably work with Gemini straight away :-) Sergey On 28/05/12 18:45, Sergey Beryozkin wrote: On 28/05/12 18:35, David Bosschaert wrote: I can understand that it's a significant refactoring. If you stay within the pure

Re: svn commit: r1343446

2012-05-29 Thread Sergey Beryozkin
just found my commit introduced a stall over follow issue, I will commit a patch to fix the build right way. I already fixed it As I said, JAXRSClientFactoryBean can always be used. Having a single utility method should be enough, Sergey On 5/29/12 5:00 PM, Sergey Beryozkin wrote: Hi Willem

Re: Discussion about using JMS transport with CXFRS

2012-05-29 Thread Sergey Beryozkin
for the future async support, alternative HTTP stacks support, etc, so it's time to start addressing it Cheers, Sergey Any thoughts? -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

Re: Delaying 2.6.1/2.5.4 due to test failures...

2012-05-29 Thread Sergey Beryozkin
On 29/05/12 21:10, Daniel Kulp wrote: We have a bunch of test failures in the rs-security stuff with Java 5: https://builds.apache.org/view/A-F/view/CXF/job/CXF-Trunk-JDK15/ https://builds.apache.org/view/A-F/view/CXF/job/CXF-2.5.x/ which needs to get resolved before the release. Thus, I'm

Re: Delaying 2.6.1/2.5.4 due to test failures...

2012-05-29 Thread Sergey Beryozkin
Hi On 29/05/12 21:52, Daniel Kulp wrote: On Tuesday, May 29, 2012 09:49:36 PM Sergey Beryozkin wrote: On 29/05/12 21:10, Daniel Kulp wrote: We have a bunch of test failures in the rs-security stuff with Java 5: https://builds.apache.org/view/A-F/view/CXF/job/CXF-Trunk-JDK15/ https

Re: Thoughts about DOSGI 1.3.2 release

2012-05-28 Thread Sergey Beryozkin
Hi David On 28/05/12 18:09, David Bosschaert wrote: Sounds good, Sergey. I'm all for releasing frequently. One of the things that I think would be good to tackle is to migrate to OSGi Blueprint (from of the current Spring-based approach). Is that something that you were thinking of looking at?

Re: Thoughts about DOSGI 1.3.2 release

2012-05-28 Thread Sergey Beryozkin
On 28/05/12 18:35, David Bosschaert wrote: I can understand that it's a significant refactoring. If you stay within the pure Blueprint model (within the spec) you shouldn't get bound to Aries. Eclipse Gemini also has an implementation. Sure and there was a proposal on how to get Gemini used

Re: Thoughts about DOSGI 1.3.2 release

2012-05-28 Thread Sergey Beryozkin
FYI: https://issues.apache.org/jira/browse/DOSGI-115 The proposed fix will probably work with Gemini straight away :-) Sergey On 28/05/12 18:45, Sergey Beryozkin wrote: On 28/05/12 18:35, David Bosschaert wrote: I can understand that it's a significant refactoring. If you stay within

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