JSF Client using CXF Example

2011-03-07 Thread Tanveer ul Islam
Hi Developers, Please provide me some knowledge/article/link to find out how i can integrate CXF with JSF and call web services with it? Thanks | Regards, *Tanveer ul Islam* *Senior Java Developer* *Aim-Force Software*

Re: SeachConditionBuilder for CXF JAX-RS clients

2011-03-07 Thread Sergey Beryozkin
Sorry for the possible noise, seems like the message is being rejected if it contains Nabble links... On Mon, Mar 7, 2011 at 10:33 AM, Sergey Beryozkin wrote: > Hi Andy > > On Sun, Mar 6, 2011 at 9:36 PM, Andrzej Michalec < > andrzej.micha...@gmail.com> wrote: > >> >> Sergey Beryozkin-5 wrote: >>

Re: SeachConditionBuilder for CXF JAX-RS clients

2011-03-07 Thread Andrzej Michalec
> Actually, I added a test to the JAXRSAtomPushLoggingSpringTest which > searches the log records using the queries like 'level==INFO,level==WARN'. > And for that to work I had to make the change to FIQLParser to ensure that > SimpleSearchCondition was only initialized with the map of properties >

Re: SeachConditionBuilder for CXF JAX-RS clients

2011-03-07 Thread Sergey Beryozkin
Hi Andy On Mon, Mar 7, 2011 at 11:52 AM, Andrzej Michalec < andrzej.micha...@gmail.com> wrote: > > Actually, I added a test to the JAXRSAtomPushLoggingSpringTest which > > searches the log records using the queries like > 'level==INFO,level==WARN'. > > And for that to work I had to make the chang

Re: SeachConditionBuilder for CXF JAX-RS clients

2011-03-07 Thread Andrzej Michalec
>> May be we can make SearchConditionBuilder an abstract class? Have an >> > internal FiqlSearchConditionBuilder as the default instance ... >> >> Yeap, you have just verbalized what I wanted to do. > > Sorry about it Andy, can't help it, not a great habit :-) Quite opposite, it is good habit, it

Re: SeachConditionBuilder for CXF JAX-RS clients

2011-03-07 Thread Sergey Beryozkin
Hi Andy > > Regarding SimpleSearchCriteria flaw it is rooted in > SearchCriteria.getCondtition() interface operation that I think must be > removed from the contract. It suggests possibility of using type T as > condition data holder which was actually done in SimpleSearchCriteria. And > this led

NPE in the RM code

2011-03-07 Thread Sergey Beryozkin
Hi Just spotted this trace : Running org.apache.cxf.ws.rm. RMEndpointTest Exception in thread "Timer-1" java.lang.NullPointerException at org.apache.cxf.ws.rm.DestinationSequence$ImmediateFallbackAcknowledgment.run(DestinationSequence.java:448) at java.util.TimerThread.mainLoop(Time

Re: Startup speed, XML, etc.....

2011-03-07 Thread Daniel Kulp
On Friday 04 March 2011 4:23:34 PM Benson Margulies wrote: > I would offer +0.3 of a vote to now plan to call the next release 3.0 > as a result of this. Well, for a 3.0, I'd like to do a LOT more than this, but I don't have time right now (more in a second). Thus, what I'm going to do: Rest

Re: Startup speed, XML, etc.....

2011-03-07 Thread Guillaume Nodet
On Mon, Mar 7, 2011 at 16:09, Daniel Kulp wrote: > On Friday 04 March 2011 4:23:34 PM Benson Margulies wrote: >> I would offer +0.3 of a vote to now plan to call the next release 3.0 >> as a result of this. > > Well, for a 3.0, I'd like to do a LOT more than this, but I don't have time > right now

Re: SeachConditionBuilder for CXF JAX-RS clients

2011-03-07 Thread Daniel Kulp
On Monday 07 March 2011 7:30:32 AM Andrzej Michalec wrote: > Another hint for environment. Being seasonal contributor I faced problems > with JDK1.5 build. I did not spot problems since I am using JDK1.6 locally > and generated Eclipse workspace did not force me to use compatibility with > 1.5. May

Re: SeachConditionBuilder for CXF JAX-RS clients

2011-03-07 Thread Sergey Beryozkin
Hi Andy > > On Mon, Mar 7, 2011 at 11:52 AM, Andrzej Michalec < > andrzej.micha...@gmail.com> wrote: > >> > Actually, I added a test to the JAXRSAtomPushLoggingSpringTest which >> > searches the log records using the queries like >> 'level==INFO,level==WARN'. >> > And for that to work I had to mak

Re: Startup speed, XML, etc.....

2011-03-07 Thread Benson Margulies
this makes sense to me.