I get the following warning:
However when I just remove the applicationName from my path @Path("{applicationName}/XYZ") that information is missing. I was hoping I'd be able to configure it via the @ApplicationPath annotation from javax but I don't know where/if AxonIvy puts the main Application. How would I go about fixing this warning properly? asked 25.03.2020 at 10:56 mergo |
Hi @mergo The application name is defined by the workflow application. Which can be defined on the engine serving the workflow: http://dev.axonivy.com/doc/8.0/engine-guide/tool-reference/engine-cockpit/applications.html While working in the Axon.ivy Designer there exists a default workflow application called You can explore many examples around the JAX-RS/Rest stack included in Axon.ivy. Use the Axon.ivy Sample import wizard and select Demos/ConnectivityDemos. Here is a sample resource out of it: https://github.com/ivy-samples/ivy-project-demos/blob/master/ConnectivityDemos/ConnectivityDemos/src/com/axonivy/connectivity/rest/provider/PersonService.java answered 26.03.2020 at 04:06 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 25.03.2020 at 10:56
Seen: 1,457 times
Last updated: 26.03.2020 at 04:07