[
https://issues.jboss.org/browse/DROOLS-1652?page=com.atlassian.jira.plugi...
]
Maciej Swiderski commented on DROOLS-1652:
------------------------------------------
I don't think we should make this for jBPM as by nature it is stateful so once you
create such resource and bounce the server it's gone while the data in db remains -
kind of orphans.
That in general applies to stateless/in memory stuff too, how would you deal with server
restarts? Or is this intended for quick checks of resources?
My vote is to include it in DMN extension or Drools if you would like to support other
rule related resource types.
Add an entry point on the kie-server to deploy a DMN files as a
service
-----------------------------------------------------------------------
Key: DROOLS-1652
URL:
https://issues.jboss.org/browse/DROOLS-1652
Project: Drools
Issue Type: Feature Request
Components: dmn engine, kie server
Affects Versions: 7.1.0.Beta3
Reporter: Edson Tirelli
Assignee: Duncan Doyle
Add an end point on the kie-server to deploy a DMN xml file directly as a service without
the need for a kjar.
In other words, the end point would accept a POST with a DMN xml file as a payload, it
would internally build a kjar in memory and deploy it as a kie-container.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)