Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which resteasy-client is suitable for Jboss 6.4 EAP?

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 ?

like image 974
marooned Avatar asked Nov 22 '25 08:11

marooned


1 Answers

No, it seems there isn't resteasy-client.jar for JBoss EAP 6.4. As you mentioned, that version of JBoss use resteasy-jaxrs-2.3.10.Final.jar and there is not resteasy-client prior to resteasy-jaxrs-3.0.x.jar version.

Hope this help to save time to anyone who has to use EAP 6.4.

like image 92
jmoran Avatar answered Nov 24 '25 22:11

jmoran



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!