I'm developing REST application on JBoss and I need to use some JAX-RS http client implemention. I'm using Jboss 6.4 EAP. Here i found that i need 2.3.10.Final
version of resteasy-jaxrs
and resteasy-jackson-provider
.
I'm trying to use resteasy-client
but i'm not sure if it's even possible. Here i can't find any version like my other resteasy related versions.
Moreover 3.x version of resteasy-client
has dependency to resteasy-jaxrx
in 3.x version and it causes RESTEASY001745: Unable to find a public constructor for class org.jboss.resteasy.core.AsynchronousDispatcher
exception. Of course i can exclude resteasy-jaxrx
form resteasy-client
but it's not a solution. Another exception will appear (class not found HeaderValueProcessor.java
)
So it is possible to use resteasy client in JBoss 6.4 EAP ?