Skip to content
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

DocumentRestService - Multiple resource methods match request #390

Closed
rsoika opened this issue Jun 11, 2018 · 0 comments
Closed

DocumentRestService - Multiple resource methods match request #390

rsoika opened this issue Jun 11, 2018 · 0 comments

Comments

@rsoika
Copy link
Member

rsoika commented Jun 11, 2018

The two methods of the class org.imixs.workflow.jaxrs.DocumentRestService :

public XMLDataCollection  getDocument(java.lang.String,java.lang.String)
public XMLDataCollection getConfiguration() throws java.lang.Exception

matching the same path pattern:

@path("/{uniqueid}")
@path("/configuration")

See https://stackoverflow.com/questions/46081787/resteasy002142-multiple-resource-methods-match-request

In some cases it is not possible to connect to the admin client.

see: imixs/imixs-admin#30 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant