Did you have these dependency in you project?
<dependency>
<groupId>org.restlet</groupId>
<artifactId>org.restlet</artifactId>
</dependency>
<dependency>
<groupId>com.noelios.restlet</groupId>
<artifactId>com.noelios.restlet</artifactId>
</dependency>
Current I don't have any example to show you how deploy it into jnoas.
Maybe you need to check the restlet doc for it.
BTW,
I don't get your mean's of CXF compatibility, can you elaborate it ?
Willem
[email protected] wrote:
hi willem,
thx, that s excactly what i want, but i am trying to use it and it fail at
deploy time.
no restlet engine found
have you got a sample or wich depency to use to use restlet (associate to
Spring and deploy to jonas) ?
is it compatible with cxf ?
Cheers
Bruno
willem.jiang wrote:
If you just want t generic consumer which can deal with the Http
request, you can take a look at camel-jetty[1] component or
camel-restlet[2].
[1]http://camel.apache.org/jetty.html
[2]http://camel.apache.org/restlet.html
Willem
Tapdur wrote:
hi the comunity
i have a question on the cxf improvment, why do we need to provide a bean
service to put an Exchange message to a camel route ? as we only need on
reception of http request to put a message with the headers and the body
to
a camel route ?
is it a 2.2.0 feature ? if already in the trunk how wich is the generic
consumer component ?
Thx
Bruno
Quoted from:
http://old.nabble.com/cxfrs-improvment-tp27493187p27494283.html