pefernan opened a new issue, #2221:
URL: https://github.com/apache/incubator-kie-issues/issues/2221

   REST Endpoints to obtain the process or task json schema fail to obtain the 
json schema file if the process id contains `.`.
   
   During codegen the json schema is generate using the process id and store it 
in `META-INF/jsonSchema/{process_id}.json` in this step, the id is sanitized 
replacing `.` with `#`. Rest APIS are not taking this into account when trying 
to obtain the json schema, using an unsanitized name, and not finding the form 
in the classloader.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to