Re: SeachConditionBuilder for CXF JAX-RS clients

2011-02-08 Thread Sergey Beryozkin
Forwarding the message... -- Forwarded message -- From: Sergey Beryozkin Date: Tue, Feb 8, 2011 at 9:37 PM Subject: Re: SeachConditionBuilder for CXF JAX-RS clients To: dev@cxf.apache.org Hi Andy On Tue, Feb 8, 2011 at 7:57 PM, Andrzej Michalec wrote: > > > is("title").equalT

Re: SeachConditionBuilder for CXF JAX-RS clients

2011-02-08 Thread Andrzej Michalec
> is("title").equalTo("The Lord") is a strict match. > is("title").matching("The Lord") is a partial match. > Hope we are on the same page :-) yeap, we can do that > It only needs to produce a *raw query text* for the consumption of the > client code building a request URI. Click! It seems my C

Re: Splitting the packaging

2011-02-08 Thread Sergey Beryozkin
Hi On Tue, Feb 8, 2011 at 6:32 PM, robert wrote: > I just located this issue: > > Minimize CXF JAX-RS bundle > https://issues.apache.org/jira/browse/CXF-2269 > > Should it be updated to reflect your changes? > > This one is to with excluding certain packages from the composite bundle : org/apac

Re: Splitting the packaging

2011-02-08 Thread robert
I just located this issue: Minimize CXF JAX-RS bundle https://issues.apache.org/jira/browse/CXF-2269 Should it be updated to reflect your changes? -- Robert On Mon, Feb 7, 2011 at 8:41 PM, Sergey Beryozkin wrote: Hi CXF JAX-RS depends on cxf-api, cxf-rt-core, cxf-common, cxf-rt-transports

Re: SeachConditionBuilder for CXF JAX-RS clients

2011-02-08 Thread Sergey Beryozkin
Hi Andy > My feeling is that fluent builder is for authors/coders, not for >> machine/automatons. >> This is why I do like have things decomposed and human readable. You know >> what? >> > > My motivation is to use for automations and machines as well :-) > > thanks, Sergey > > > >> Building FIQL

Re: SeachConditionBuilder for CXF JAX-RS clients

2011-02-08 Thread Sergey Beryozkin
Forwarding, problems with replying to messages posted from Nabble Hi Andy On Tue, Feb 8, 2011 at 3:33 PM, Andrzej Michalec wrote: > > I am back again. > > welcome :-) > > nice, may be even matching("The Lord") because 'matching' probably means > a > > partial match, we can also have equalTo,

Re: SeachConditionBuilder for CXF JAX-RS clients

2011-02-08 Thread Andrzej Michalec
I am back again. > nice, may be even matching("The Lord") because 'matching' probably means a > partial match, we can also have equalTo, similar to lessThan/etc. Today equal operator (in FIQL world) is capable of handling literal equality and pattern matching. I just forgot about that and this

Re: Splitting the packaging

2011-02-08 Thread Sergey Beryozkin
Hi On Mon, Feb 7, 2011 at 8:41 PM, Sergey Beryozkin wrote: > Hi > > CXF JAX-RS depends on cxf-api, cxf-rt-core, cxf-common, > cxf-rt-transports-http and the xml binding. > > cxf-rt-transports-http-jetty is still required in some cases - JIRA is > open; > > cxf-api has some WSDL-related interfaces

Re: svn commit: r1068418 - in /cxf/trunk: api/src/main/java/org/apache/cxf/service/model/ api/src/main/java/org/apache/cxf/wsdl/ rt/core/src/main/java/org/apache/cxf/binding/ rt/core/src/main/java/org

2011-02-08 Thread Sergey Beryozkin
Hi Dan - I added the WSDLLibrary utility class, similar to what you suggested earlier on, so it all has become cleaner, and all tests passed on my laptop :-) thanks, Sergey On Tue, Feb 8, 2011 at 2:31 PM, wrote: > Author: sergeyb > Date: Tue Feb 8 14:31:47 2011 > New Revision: 1068418 > > URL