I have some thoughts that I wanted to post to the dev list.
Here they are:
The RP will need to choose between lifecylces, possibly just selecting which
existing cxf
resourceProvider to choose, based upon annotation. The annotations may be
found in the
class resource info object, obtainable from t
Hi all,
FYI the location of the Community Meet and Greet on the 23rd has been
changed to the Hemingway 3 room on the 2nd floor. It is also now from 6-9
pm. Hope to see lots of community members there! :)
Cheers,
Jon
On Wed, May 4, 2011 at 2:31 PM, Rob Davies wrote:
>
> A few of the FuseSource
I guess you want a simple protocol transformation. For this case you
should not use camel´s cxf support.
It will work easier if you simply route from a servlet:// endpoint to a
jms:// endpoint in camel. If you use cxf then it will create java
classes on the way which is not necessary in your ca
Hi Sergey,
Thanks.
Some of the jaxrs tests are registering their services at the root "/"
and the changed code didn't match those requests that are sent to a
longer path (like /bookstore/books/123) agains this root path. I
updated the matching condition to handle this case and the problem has
disa
Hi Aki
On Mon, May 23, 2011 at 12:17 PM, Aki Yoshida wrote:
> Hi Sergey,
> I need to set up my xchat. Somehow I am having a problem connecting to
> irc.codehaus.org.
>
Here are the properties of my XChat CXF server:
Server: irc.codehaus.org/6667
channel: #cxf
> For the test problem, the funny t
Hi Sergey,
I need to set up my xchat. Somehow I am having a problem connecting to
irc.codehaus.org.
For the test problem, the funny thing is that I didn't see this
problem when I ran the mvn test on systests/jaxrs from console.
I am resynching everything and trying to rerun the tests after a clea
Hi Aki
On Mon, May 23, 2011 at 10:23 AM, Aki Yoshida wrote:
> Hi,
> My change in DestinationRegistrationImpl to fix CXF 3510 was indicated
> to be the reason for this jaxrs test problem.
> I will investigate this.
Ping me on #cxf please if you need some clarifications about the way
CXF JAX-RS de
Hi,
My change in DestinationRegistrationImpl to fix CXF 3510 was indicated
to be the reason for this jaxrs test problem.
I will investigate this.
Regards, aki