-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connecting to rest service failed #30
Comments
Please check your deployment artifact. It sounds like there are two versions of imixs-jax-rs included. |
Thank you! I solved it by updating imixs-admin. |
Okay, it seems that it doesn't solve the problem. The two methods I thinks it's because the following path can match both: See https://stackoverflow.com/questions/46081787/resteasy002142-multiple-resource-methods-match-request So I can't rebuild the index over the imixs-admin... |
This is interesting.... I did not run into this problem and I use the version in Wildfly (RestEasy) and also in Glassfish/Payara (Jersey). |
I opened a new bug report: |
As we have this non-unique path pattern since several versions, please try to undeploy your application completely and restart your wildfly server. After that deploy your new version once again. I guess this will work. But of course we need to find a solution. |
Okay, I tried it again and it doesn't work for me :-( |
We need to change the rest api and also the admin client code for this. |
The product version is 10.1.0.Final |
I think the problem is now fixed in the master branch by adding a regex. Thanks for your finding Chris! |
Hi,
I tried to connect to the rest-service over the imixs-admin console and get the following error in the logs:
16:02:30,541 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-18) RESTEASY002142: Multiple resource methods match request "GET /documents/configuration". Selecting one. Matching methods: [public org.imixs.workflow.xml.XMLDataCollection org.imixs.workflow.jaxrs.DocumentRestService.getDocument(java.lang.String,java.lang.String), public org.imixs.workflow.xml.XMLDataCollection org.imixs.workflow.jaxrs.DocumentRestService.getConfiguration() throws java.lang.Exception]
How can I solve this issue?
The text was updated successfully, but these errors were encountered: