Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RESTEASY003720: path param has not been provided while constructing ResteasyClient

Tags:

resteasy

I see this error while running my tests when migrating from Resteasy jaxrs 3 to Resteasy client 4: (org.jboss.resteasy.client.jaxrs.ResteasyClient)

RESTEASY003720: path param xxxx has not been provided while constructing

I set the target URL to be "localhost:8080". How this can be fixed?

like image 750
WesternGun Avatar asked Jul 21 '26 16:07

WesternGun


1 Answers

Seems that target URL must include the scheme; when I change it to http://localhost:8080 the error disappears.

like image 152
WesternGun Avatar answered Jul 26 '26 17:07

WesternGun



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!